1
0
Fork 0
mirror of synced 2024-06-03 19:04:38 +12:00
bulk-downloader-for-reddit/tests/site_downloaders
Eli Lipsitz 33312687ac imgur: download videos as mp4 instead of gif
Some imgur URLS have the extension ".gifv" and show up as a gif,
even though they're actually supposed to be mp4 videos. Imgur
serves all videos/gifs as both .gif and .mp4. The image dict has
a key "prefer_video" to distinguish the two. This commit
overrides the .gif extension if "prefer_video" is true to ensure
we download the submission as originally intended.
2021-09-12 17:30:25 -05: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 Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_download_factory.py Add PornHub module 2021-06-25 17:47:49 +10:00
test_erome.py Update test 2021-09-09 13:50:03 +10:00
test_gallery.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_gfycat.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_imgur.py imgur: download videos as mp4 instead of gif 2021-09-12 17:30:25 -05:00
test_pornhub.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_redgifs.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_self_post.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_vidble.py Add Vidble module 2021-09-11 12:13:21 +10:00
test_youtube.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00