1
0
Fork 0
mirror of synced 2024-06-26 10:00:20 +12:00
bulk-downloader-for-reddit/bdfr/site_downloaders
Serene-Arc 8be3efb6e4 Fix bug with Imgur gifs being shortened too much
The rstrip function was used wrongly, it doesn't remove a substring but
rather removes any of the characters provided, so here it removed any I,
G, V, or F that finished the six character ID for Imgur, resulting in a
404 error for the resources in question.
2021-06-08 13:08:39 +10:00
..
fallback_downloaders Consolidate exception block 2021-05-06 10:43:56 +10:00
__init__.py Rename module 2021-04-18 16:44:52 +03:00
base_downloader.py Catch requests errors in site downloaders 2021-04-28 12:03:28 +10:00
direct.py Rename module 2021-04-18 16:44:52 +03:00
download_factory.py Update blacklist 2021-05-25 19:33:32 +10:00
erome.py Rename module 2021-04-18 16:44:52 +03:00
gallery.py Rename module 2021-04-18 16:44:52 +03:00
gfycat.py Fix error with old gfycat/redgifs urls 2021-05-16 19:15:36 +10:00
imgur.py Fix bug with Imgur gifs being shortened too much 2021-06-08 13:08:39 +10:00
redgifs.py Invert inheritance direction 2021-04-28 19:08:31 +10:00
self_post.py Rename module 2021-04-18 16:44:52 +03:00
youtube.py bug(youtube.dl): Fix crash on zero downloads #375 2021-05-16 11:06:13 +10:00