1
0
Fork 0
mirror of synced 2024-09-14 08:17:22 +12:00
Commit graph

887 commits

Author SHA1 Message Date
Serene
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
Serene-Arc
c85ae3fc69 Escape characters 2021-04-18 16:44:52 +03:00
Serene-Arc
52e5120110 Update README 2021-04-18 16:44:52 +03:00
Serene-Arc
9e3e9fa3ef Update CONTRIBUTING 2021-04-18 16:44:52 +03:00
Serene-Arc
48dca9e5ee Fix mistaken backreference in some titles
This should resolve #267
2021-04-18 16:44:52 +03:00
Nathan Spicer-Davis
59ab5d8777 Update extension regex to match URI fragments (#264) 2021-04-18 16:44:52 +03:00
Serene-Arc
ab7a0f6a51 Catch errors when resources have no extension
This is related to #266 and will prevent the BDFR from
completely crashing when a file extension is unknown
2021-04-18 16:44:52 +03:00
Serene-Arc
e672e28a12 Fix typing on function 2021-04-18 16:44:52 +03:00
Serene-Arc
4b195f2b53 Remove unneeded logger entry 2021-04-18 16:44:52 +03:00
Serene
62dedb6c95 Fix bug with emojis in the filename (#263) 2021-04-18 16:44:52 +03:00
Serene-Arc
5758aad48b Fix formatting 2021-04-18 16:44:52 +03:00
Serene-Arc
77bdbbac63 Update test hash 2021-04-18 16:44:52 +03:00
Serene-Arc
7d71f8ffab Add regex for all 2xx HTTP codes 2021-04-18 16:44:52 +03:00
Serene-Arc
308853d531 Use standards in HTTP errors 2021-04-18 16:44:52 +03:00
Serene-Arc
e35dd9e5d0 Fix bug in file name formatter 2021-04-18 16:44:52 +03:00
Serene-Arc
bd9f276acc Rename module 2021-04-18 16:44:52 +03:00
Serene-Arc
3da58dbd5d Update README 2021-04-18 16:44:52 +03:00
Serene-Arc
ef0b2d437f Update list of unrecoverable HTTP codes 2021-04-18 16:44:52 +03:00
Serene-Arc
36291d5ea6 Add option to specify wait time as option 2021-04-18 16:44:52 +03:00
Serene-Arc
af95f3ff66 Fix some formatting 2021-04-18 16:44:52 +03:00
Serene-Arc
aa8032e95f Use config value to specify max wait time 2021-04-18 16:44:52 +03:00
Serene-Arc
0c960a4d0c Add minimum python version 2021-04-18 16:44:52 +03:00
Serene
34c8a9a5d0 Add option to download user comments (#258)
* Add option to download user comments

* Update README
2021-04-18 16:44:52 +03:00
Serene-Arc
37ca413424 Change logger message to warning 2021-04-18 16:44:52 +03:00
Serene-Arc
49c82dc12a Fix some formatting 2021-04-18 16:44:52 +03:00
Serene-Arc
9aa1383b43 Add support for mobile Imgur links 2021-04-18 16:44:52 +03:00
Serene-Arc
97b10ee4e3 Fix line length 2021-04-18 16:44:52 +03:00
Serene-Arc
c90d98ac72 Add fix for Imgur gifv links 2021-04-18 16:44:52 +03:00
Ali Parlakci
7228bc572c Add //imgur.com/*.gifv 2021-04-18 16:44:52 +03:00
Serene
9bceafc3e9 Parse unicode escapes in file name fields (#254) 2021-04-18 16:44:52 +03:00
Serene-Arc
942ca2afea Update test 2021-04-18 16:44:52 +03:00
Serene-Arc
6704cd1dc0 Set log backup count from config 2021-04-18 16:44:52 +03:00
Serene-Arc
5fea34ffce Fix test 2021-04-18 16:44:52 +03:00
Serene-Arc
a291104144 Add defensive programming to site downloaders 2021-04-18 16:44:52 +03:00
Serene-Arc
9cb4dd4cf3 Rename function 2021-04-18 16:44:52 +03:00
Serene-Arc
1768096b85 Add filter for stream logger re exceptions 2021-04-18 16:44:52 +03:00
Serene-Arc
b255271016 Fix duplicate test name 2021-04-18 16:44:52 +03:00
Serene-Arc
2384c03170 Refactor method to base class 2021-04-18 16:44:52 +03:00
Serene-Arc
500cee4bae Remove erroneous test case 2021-04-18 16:44:52 +03:00
Serene-Arc
936cbd4747 Update test hash 2021-04-18 16:44:52 +03:00
Serene-Arc
9880d46853 Fix quotes 2021-04-18 16:44:51 +03:00
Serene-Arc
b5b163084f Add more informative errors when downloading Resource 2021-04-18 16:44:51 +03:00
Serene-Arc
c2c3d03205 Add support for direct links with parameters 2021-04-18 16:44:51 +03:00
Serene-Arc
4b49991cd6 Correct logger message 2021-04-18 16:44:51 +03:00
Ali Parlakci
ab29e17511 download_factory.py: check if url has ext first 2021-04-18 16:44:51 +03:00
Ali Parlakci
4e35f0db2b test_download_factory: add a new case 2021-04-18 16:44:51 +03:00
Ali Parlakci
6c98829fd8 test_imgur.py: Remove duplicate tests 2021-04-18 16:44:51 +03:00
Serene-Arc
bf078cbaf8 Switch to rotating log files 2021-04-18 16:44:51 +03:00
Serene
702295f1ea Allow multilevel folder schemes (#251)
* Improve some formatting

* Allow multilevel folder names
2021-04-18 16:44:51 +03:00
Serene-Arc
dc9d02a28c Name log file with run time 2021-04-18 16:44:51 +03:00