Commit graph

42 commits

Author SHA1 Message Date
Izalia Mae cc9b8203a0 forgot to add bs4 to requirements.txt 2021-07-23 12:07:47 -04:00
Izalia Mae da30e00fa8 fix media embedding 2021-07-23 12:06:05 -04:00
Izalia Mae 0486fc4893 add html exporter 2021-07-23 12:02:20 -04:00
Izalia Mae 0358c971aa start rework 2021-07-23 03:00:36 -04:00
Satoru SATOH 56271cee9a
Merge pull request #3 from moltenform/master
enhancement: optionally use content-location
2020-02-21 00:07:44 +09:00
moltenform.com (Ben Fisher) 2cb740fb72 enhancement: you can pass a custom naming fn
You can now pass a callback fn to extract() to customize how output filenames are chosen.
For convenience, inf['location'] is now a string and not a list
2020-01-31 17:02:51 -08:00
moltenform.com (Ben Fisher) b3e863100b enhancement: optionally use content-location
When writing output files, currently Content-Disposition is used to create the output filname. With this change you can specify --uselocation so that the content-location header is also checked. Chrome and others save their mht files with this header set.
2020-01-29 14:33:18 -08:00
Satoru SATOH f5816239f2
Merge pull request #2 from moltenform/master
enhancement: optionally use the leaf, not full path, of attached files
2020-01-28 21:42:29 +09:00
moltenform.com (Ben Fisher) a413f93ce5 cleaning for flake8 2020-01-27 22:01:09 -08:00
moltenform.com (Ben Fisher) 3f1abef86e renaming the parameter to "usebasename" 2020-01-27 21:55:34 -08:00
moltenform.com (Ben Fisher) 538abdceb8 enhancement: optionally use the leaf, not full path, of attached files 2020-01-16 17:36:23 -08:00
Satoru SATOH 0d4b90971a enhancement: add configuration file for coverage to exclude files under .tox/ 2019-02-25 19:37:05 +09:00
Satoru SATOH 80fd4a5843 enhancemenet: add test cases of the CLI frontend 2019-02-25 19:15:38 +09:00
Satoru SATOH 3149c52d2d enhancement: show more info about what the CLI frontend will do 2019-02-25 19:08:56 +09:00
Satoru SATOH dcd9c6726f fix: [doc] correct the revision added 2019-02-25 18:50:06 +09:00
Satoru SATOH 287d64d553 enhancement: [doc] update and enhance function docs 2019-02-25 18:49:40 +09:00
Satoru SATOH e8af8c42c0 fix: [doc] update the smhtml module description 2019-02-25 17:06:49 +09:00
Satoru SATOH 8078e69a93 fix: [doc] update the description of this package 2019-02-25 17:02:38 +09:00
Satoru SATOH f5dfec806a fix: [doc] add short description of a demo screenshot 2019-02-25 15:32:56 +09:00
Satoru SATOH 8c39bea864 fix: [rpm] correct the release date 2019-02-25 02:20:25 +09:00
Satoru SATOH f85ee29143 fix: mark an unused variable 2019-02-25 02:12:43 +09:00
Satoru SATOH 3be3e7ab00 fix: restrict coverage output to this package 2019-02-25 02:06:02 +09:00
Satoru SATOH ce95093162 fix: change the wikipedia URL of 'MHTML' page 2019-02-25 01:59:12 +09:00
Satoru SATOH b161446cbd change: add logging messages and make the CLI verbose a little 2019-02-25 01:43:43 +09:00
Satoru SATOH fddd17d344 fix: update the screenshot 2019-02-25 01:21:09 +09:00
Satoru SATOH 1c6afcd53d enhancement: add an example screenshot to show how its CLI frontend works 2019-02-25 01:11:31 +09:00
Satoru SATOH 61cf0e678c fix: change my contact email address 2019-02-25 00:37:32 +09:00
Satoru SATOH 92aacd2621 change: add comments what it's doing 2019-02-25 00:29:41 +09:00
Satoru SATOH aa7cc9c21b fix: make subdirs as needed during extracting MHTML data 2019-02-25 00:29:19 +09:00
Satoru SATOH 07d6d85006 fix: import missing 'extract' api 2019-02-25 00:24:13 +09:00
Satoru SATOH 3c36189efa change: make .dumper.make_mutilpart_data returns object instead of a string 2019-02-25 00:19:39 +09:00
Satoru SATOH b7cb29ebcc fix: correct a typo of argument in .dumper.make_part 2019-02-25 00:13:16 +09:00
Satoru SATOH 8c0f60026d change: utilize the new API 'extract' 2019-02-24 23:58:56 +09:00
Satoru SATOH 64c53a2a45 enhancement: refactor and add a test case of mhtml.loader.extract 2019-02-24 23:57:52 +09:00
Satoru SATOH 5f947960a1 enhancement: [api] add a new API to extract files from MHTML data
- Add a function 'extract' to extract files from MHTML data
- Export 'extract' as a new API
2019-02-24 23:56:24 +09:00
Satoru SATOH d35cfdb68a enhancement: package the CLI frontend 2019-02-24 19:49:55 +09:00
Satoru SATOH 7f2ea0b007 enhancement: add an experimental CLI frontend 2019-02-24 19:29:17 +09:00
Satoru SATOH e1d1348555 fix: simplify the code utilizing 'decode' arg of get_payload() 2019-02-24 19:28:55 +09:00
Satoru SATOH d634b791fa enhancement: [api] add dump, dumps and loads API, and test cases 2019-02-24 17:05:59 +09:00
Satoru SATOH 92c54c7be4 fix: [rpm] remove data do not exist from %files 2019-02-24 11:57:01 +09:00
Satoru SATOH 6621575d74 initial checkin 2019-02-24 11:50:36 +09:00
Satoru SATOH a0fa804a86
Initial commit 2019-02-24 01:53:26 +09:00