1
0
Fork 0
mirror of synced 2024-09-12 23:44:58 +12:00
Commit graph

671 commits

Author SHA1 Message Date
Serene-Arc
37a91aa4df Add test for Resource 2021-04-18 16:43:55 +03:00
Serene-Arc
0c6a8e46a2 Add reddit flag for pytest 2021-04-18 16:43:55 +03:00
Serene-Arc
0652f53b50 Mark online tests 2021-04-18 16:43:55 +03:00
Serene-Arc
6fd7aca981 Add a test for Resource 2021-04-18 16:43:55 +03:00
Serene-Arc
0973e1e451 Rename file and class 2021-04-18 16:43:55 +03:00
Serene-Arc
3bc305c037 Implement changes in downloader 2021-04-18 16:43:55 +03:00
Serene-Arc
228cd5f687 Change Resource model 2021-04-18 16:43:55 +03:00
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