1
0
Fork 0
mirror of synced 2024-06-27 02:20:45 +12:00
bulk-downloader-for-reddit/tests
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
..
archive_entry Added tests for new data in threads/comments (2/2) 2021-05-20 22:47:33 +02:00
integration_tests Merge pull request #482 from Serene-Arc/enhancement_481 2021-09-12 20:07:17 +03:00
site_downloaders imgur: download videos as mp4 instead of gif 2021-09-12 17:30:25 -05:00
__init__.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
conftest.py Format file 2021-04-28 12:03:28 +10:00
test_archiver.py Refactor archiver tests 2021-05-17 11:50:17 +10:00
test_configuration.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_connector.py Merge pull request #482 from Serene-Arc/enhancement_481 2021-09-12 20:07:17 +03:00
test_download_filter.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_downloader.py Remove unused imports 2021-07-02 14:58:20 +10:00
test_file_name_formatter.py Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
test_oauth2.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_resource.py Refactor method to remove max wait time 2021-07-27 14:02:30 +10:00