1
0
Fork 0
mirror of synced 2024-06-02 02:14:37 +12:00
Commit graph

414 commits

Author SHA1 Message Date
Serene-Arc 28f5ea69c3 Add authenticator module 2021-04-18 16:43:55 +03:00
Serene-Arc e0d321c785 Integrate new base_downloader class 2021-04-18 16:43:55 +03:00
Serene-Arc a75e94e43e Restructure test fixtures 2021-04-18 16:43:55 +03:00
Serene-Arc ae5ed75226 Re-implement --link option 2021-04-18 16:43:55 +03:00
Serene-Arc bb85fb8934 Add test for site downloader gallery 2021-04-18 16:43:55 +03:00
Serene-Arc 1b40b16970 Add logging message 2021-04-18 16:43:55 +03:00
Serene-Arc efffc3ee3f Simplify errors 2021-04-18 16:43:55 +03:00
Serene-Arc dd2804eb97 Remove unused class 2021-04-18 16:43:55 +03:00
Serene-Arc 714b6c5b72 Remove unused parameter 2021-04-18 16:43:55 +03:00
Serene-Arc f71a3c5326 Fix wrong logic 2021-04-18 16:43:55 +03:00
Serene-Arc 289f7e7447 Fix bug with logging 2021-04-18 16:43:55 +03:00
Serene-Arc 8e54986357 Re-implement --limit option 2021-04-18 16:43:55 +03:00
Serene-Arc 866d94f37e Add gallery to factory 2021-04-18 16:43:55 +03:00
Serene-Arc 4bbe41a2f8 Re-implement --no-dupes flag 2021-04-18 16:43:55 +03:00
Serene-Arc eac2381a0a Re-implement --no-download flag 2021-04-18 16:43:55 +03:00
Serene-Arc 70a992d299 Move args to instance variable 2021-04-18 16:43:55 +03:00
Serene-Arc e646ae4a84 Add existence checking 2021-04-18 16:43:55 +03:00
Serene-Arc 722e6cb73a Add logging to file 2021-04-18 16:43:55 +03:00
Serene-Arc 64bc10f6aa Add ARCHITECTURE file 2021-04-18 16:43:55 +03:00
Serene-Arc 91ae9924c3 Add search functionality 2021-04-18 16:43:55 +03:00
Serene-Arc a7f1db14e5 Move to different program structure 2021-04-18 16:43:55 +03:00
Serene-Arc a72abd6603 Update requirements with appdirs 2021-04-18 16:43:15 +03:00
Serene-Arc c20fab2594 Add resource class 2021-04-18 16:43:15 +03:00
Serene-Arc 81293db8e9 Add downloader factory 2021-04-18 16:43:15 +03:00
Serene-Arc 358357590f Add file name formatter class 2021-04-18 16:43:15 +03:00
Serene-Arc cd2c511db2 Add default config file 2021-04-18 16:43:15 +03:00
Serene-Arc b1f0632a80 Add download filter class 2021-04-18 16:43:15 +03:00
Serene-Arc f2415b6bd0 Rename folder 2021-04-18 16:43:15 +03:00
Serene-Arc 5ef58f147f Add some tests for base_download 2021-04-18 16:43:15 +03:00
Serene-Arc f573038a21 Move to inheritance system for downloaders 2021-04-18 16:43:15 +03:00
Serene-Arc 69e21e46a2 Embed function 2021-04-18 16:42:59 +03:00
Serene-Arc 0d839329e5 Remove utils module for downloaders 2021-04-18 16:42:59 +03:00
Serene-Arc be613949fe Rename files to conform to PEP8 2021-04-18 16:42:49 +03:00
Serene-Arc 12b5fd351e Update gitignore to Python standard 2021-04-18 16:42:49 +03:00
Serene-Arc d8a1204d8b Move to standard module structure 2021-04-18 16:42:49 +03:00
Serene-Arc 185335e60b Add tentative typing 2021-04-18 16:42:39 +03:00
Serene 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
Ali Parlakci f034c1a87c Increment version to 1.10.0 2021-04-18 12:09:10 +03:00
Ali Parlakci e179c09fae Revert "Add --config option for explicitly stating configuration file to use."
This reverts commit 37a3d83725.
2021-04-18 11:31:51 +03:00
Ali Parlakci 975b2753c4 Don't wait when exception 2021-04-06 17:43:09 +03:00
Ali Parlakci 8179b845b7 Revert "respect --quit when JSON exception is thrown"
This reverts commit 33324cde26.
2021-04-06 17:41:43 +03:00
Ali Parlakci 33324cde26 respect --quit when JSON exception is thrown 2021-03-27 12:31:00 +03:00
Ali Parlakci 3d5a2fc1a7 Merge branch 'master' of https://github.com/aliparlakci/bulk-downloader-for-reddit 2021-03-27 12:28:49 +03:00
Ali Parlakci 3ac4ac3f3d Merge branch 'r-pufky-config-flag' 2021-03-27 12:28:39 +03:00
Ali Parlakci fdff302460 Merge branch 'config-flag' of https://github.com/r-pufky/bulk-downloader-for-reddit into r-pufky-config-flag 2021-03-27 12:28:23 +03:00
Stas Kornienko ec23430027
Fix error "'NoneType' object is not iterable" (issue #214) and "InvalidSchema: No connection adapters were found" (issue #198) (#215)
* Fix error "'NoneType' object is not iterable"

* Fixed downloading galleries
2021-03-27 12:20:29 +03:00
Ali Parlakci 30fe10e689 Merge branch 'dwbfox-feature-download-delay' 2021-03-26 13:06:53 +03:00
Ali Parlakci 99c1e4c455 Add documentation for --downloaded-delay 2021-03-26 13:06:17 +03:00
Ali Parlakci f63fde6ae7 Merge branch 'feature-download-delay' of https://github.com/dwbfox/bulk-downloader-for-reddit into dwbfox-feature-download-delay 2021-03-26 13:04:22 +03:00
Serene 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