1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
bulk-downloader-for-reddit/tests/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 Add ability to disable modules (#434) 2021-06-06 13:47:56 +03:00
__init__.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_direct.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_download_factory.py Add blacklist for web filetypes 2021-05-25 19:20:51 +10:00
test_erome.py Remove bad test case 2021-05-18 12:06:10 +10:00
test_gallery.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_gfycat.py Fix error with old gfycat/redgifs urls 2021-05-16 19:15:36 +10:00
test_imgur.py Fix bug with Imgur gifs being shortened too much 2021-06-08 13:08:39 +10:00
test_redgifs.py Remove GifDeliveryNetwork module 2021-04-28 19:08:31 +10:00
test_self_post.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_youtube.py refactor(youtube.dl): Remove slow parameter 2021-05-16 11:06:13 +10:00