1
0
Fork 0
mirror of synced 2024-06-29 03:21:19 +12:00
bulk-downloader-for-reddit/bulkredditdownloader
Serene 32c9d6184c Archiver is smarter for comments (#242)
* Add comment name generation to file name formatter

* Refactor to reduce duplication

* Refactor archive entry classes

* Refactor archiver class a bit

* Refactor method

* Fix comment retrieval

* Add comment-downloading to archiver

* Update test

* Update test
2021-04-18 16:44:51 +03:00
..
archive_entry Archiver is smarter for comments (#242) 2021-04-18 16:44:51 +03:00
site_downloaders Tweak regex to fix incorrect match (#237) 2021-04-18 16:44:51 +03:00
tests Archiver is smarter for comments (#242) 2021-04-18 16:44:51 +03:00
__init__.py Move to standard module structure 2021-04-18 16:42:49 +03:00
__main__.py Add option to exclude submission IDs (#220) 2021-04-18 16:44:51 +03:00
archiver.py Archiver is smarter for comments (#242) 2021-04-18 16:44:51 +03:00
configuration.py Add option to exclude submission IDs (#220) 2021-04-18 16:44:51 +03:00
default_config.cfg Load default config from package directory 2021-04-18 16:44:34 +03:00
download_filter.py Add much more logging 2021-04-18 16:44:06 +03:00
downloader.py Update some logging levels 2021-04-18 16:44:51 +03:00
exceptions.py Add beginning of archiver 2021-04-18 16:44:20 +03:00
file_name_formatter.py Archiver is smarter for comments (#242) 2021-04-18 16:44:51 +03:00
oauth2.py Send HTTP200 when oauth2 is successful 2021-04-18 16:44:51 +03:00
resource.py Add shortcut in download for certain errors 2021-04-18 16:44:34 +03:00
site_authenticator.py Add empty authenticator 2021-04-18 16:44:05 +03:00