Commit Graph
29 Commits
Author SHA1 Message Date
SereneandGitHub a2f00c7236 Merge pull request #489 from aliparlakci/development
Update to v2.3.0
2021-07-17 21:23:26 +10:00
SereneandGitHub c36c4c0ce2 Merge pull request #480 from Serene-Arc/bug_fix_460 2021-07-03 13:55:41 +10:00
SereneandGitHub 4abd023c10 Merge pull request #479 from Serene-Arc/bug_fix_146 2021-07-02 14:30:07 +10:00
SereneandGitHub 06dc5a6146 Merge pull request #478 from Serene-Arc/enhancement_476
Record user flair in comment archive entries
2021-07-02 14:06:07 +10:00
SereneandGitHub fdda8f95e6 Merge pull request #477 from Serene-Arc/bug_fix_472 2021-06-30 12:03:46 +10:00
SereneandGitHub b632fd089b Merge pull request #473 from Serene-Arc/bug_fix_465
Add PornHub module
2021-06-25 17:51:06 +10:00
SereneandGitHub 4be75fd48a Merge pull request #456 from Serene-Arc/bug_fix_455 2021-06-10 19:01:12 +10:00
SereneandGitHub 5c8702da44 Merge pull request #447 from Serene-Arc/bug_fix_446
Fix bug with Imgur gifs being shortened too much
2021-06-08 13:15:10 +10:00
6dcef83666 Add ability to disable modules (#434)
* Fix test name to match standard

* Rename file

* Add ability to disable modules

* Update README

* Fix missing comma

* Fix more missing commas. sigh...

Co-authored-by: Ali Parlakçı <parlakciali@gmail.com>
2021-06-06 13:47:56 +03:00
SereneandGitHub 434aeb8feb Add a combined command for the archiver and downloader: clone (#433)
* Simplify downloader function

* Add basic scraper class

* Add "scrape" command

* Rename "scrape" command to "clone"

* Add integration tests for clone command

* Update README

* Fix failing test
2021-06-06 13:29:09 +03:00
SereneandGitHub 0b5f18430f Merge pull request #425 from Serene-Arc/bug_fix_424
Fix download retries logic
2021-05-25 10:02:04 +10:00
SereneandGitHub a511c706c7 Merge pull request #419 from Serene-Arc/bug_fix_407 2021-05-23 12:30:20 +10:00
SereneandGitHub c581bef790 Set file creation times to the post creation time (#391) 2021-05-17 13:49:35 +03:00
SereneandAli Parlakci b37ff0714f Fix time filters (#279) 2021-04-18 16:44:52 +03:00
SereneandAli Parlakci d8752b15fa Add option to skip specified subreddits (#268)
* Rename variables

* Add option to skip specific subreddits

* Update README
2021-04-18 16:44:52 +03:00
SereneandAli Parlakci 62dedb6c95 Fix bug with emojis in the filename (#263) 2021-04-18 16:44:52 +03:00
SereneandAli Parlakci 34c8a9a5d0 Add option to download user comments (#258)
* Add option to download user comments

* Update README
2021-04-18 16:44:52 +03:00
SereneandAli Parlakci 9bceafc3e9 Parse unicode escapes in file name fields (#254) 2021-04-18 16:44:52 +03:00
SereneandAli Parlakci 702295f1ea Allow multilevel folder schemes (#251)
* Improve some formatting

* Allow multilevel folder names
2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 2385867afb Refactor and optimise some tests (#245)
* Rename to follow actual directory name

* Remove unnecessary Reddit call from test

* Refactor test to reduce duplication

* Parameterise some tests

* Standardise formatting
2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 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
SereneandAli Parlakci 3d2e11dc1d Add warning for non-unique file name schemes (#233)
* Add warning for non-unique file name schemes

* Update README with warning
2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 44889d5264 Tweak regex to fix incorrect match (#237) 2021-04-18 16:44:51 +03:00
SereneandAli Parlakci f2946c0a87 Strip emojis from filenames on Windows (#222) 2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 21e8f0f8b9 Add option to exclude submission IDs (#220)
* Add option to exclude submission IDs

* Update README

* Update logging message
2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 82860a3341 Add specific requirements (#211) 2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 5b23f6688a Filter non-submissions (#212) 2021-04-18 16:44:51 +03:00
SereneandAli Parlakci 4143b86467 Pep8 format (#184)
* Format file to be PEP8 compliant

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Condense spacing
2021-04-18 16:42:25 +03:00
SereneandGitHub d8ab14d879 Merge pull request #202 from bad-jacob/local_config_fix_take_two
Stop exiting the script when using use_local_config setting
2021-03-23 14:51:33 +10:00