1
0
Fork 0
mirror of synced 2024-05-29 08:29:55 +12:00
Commit graph

106 commits

Author SHA1 Message Date
Serene-Arc f670b347ae Add integration test for archiver option 2021-11-24 12:49:11 +10:00
Serene-Arc d0d72c8229 Add integration test for downloader option 2021-11-24 12:49:11 +10:00
Serene-Arc 0eeb4b46dc Remove bad test 2021-11-24 12:49:11 +10:00
Jay R. Wren 2b50ee0724 add test. fix typos. 2021-11-24 12:49:11 +10:00
Serene-Arc 4a86482756 Add skip statement for broken test on windows 2021-11-24 11:07:52 +10:00
Serene-Arc 8925643331 Rename module to reflect backend change 2021-11-24 10:40:18 +10:00
Serene-Arc 6dd17c8762 Remove unused import 2021-11-22 14:37:21 +10:00
Serene-Arc 17939fe47c Fix bug with youtube class and children 2021-11-22 14:37:21 +10:00
Serene-Arc 53562f4873 Fix regex 2021-11-16 17:05:46 +03:00
OMEGARAZER 8c3af7029e Update test_imgur.py 2021-11-16 17:05:46 +03:00
OMEGARAZER bd802df38c Update test_imgur.py
Adding test for .giff/.gift imgur extension
2021-11-16 17:05:46 +03:00
Serene-Arc 4be0f5ec19 Add more tests for file length checking 2021-11-15 11:57:54 +10:00
Serene-Arc 801784c46d Fix a crash when downloading a disabled pornhub video 2021-11-05 13:23:55 +10:00
Serene-Arc e493ab048a Fix bug with period not separating file extension 2021-11-05 12:47:46 +10:00
Serene-Arc f716d982b0 Update Erome tests 2021-10-20 10:51:28 +10:00
Serene-Arc 4d3f0f9862 Add Youtube test case 2021-10-02 17:50:20 +10:00
Serene-Arc c6c6002ab2 Update Erome module 2021-10-02 17:50:20 +10:00
Serene-Arc eeb2054606 Switch to yt-dlp 2021-10-02 17:50:20 +10:00
Serene-Arc 327cce5581 Update tests for use with callbacks 2021-10-02 17:50:20 +10:00
Serene e004ccd148
Merge pull request #521 from Serene-Arc/bug_fix_518
Fix bug with different Vidble links
2021-09-14 13:48:26 +10:00
Serene-Arc 80baab8de7 Fix bug with different Vidble links 2021-09-14 13:47:46 +10:00
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
Ali Parlakçı 483f179ccc
Merge pull request #482 from Serene-Arc/enhancement_481
Add ability to read IDs from files
2021-09-12 20:07:17 +03:00
Serene-Arc 940d646d30 Add Vidble module 2021-09-11 12:13:21 +10:00
Serene-Arc edc2db0ded Update test 2021-09-09 13:50:03 +10:00
Serene-Arc 56575dc390 Add NSFW search test 2021-09-09 13:44:01 +10:00
Serene-Arc defd6bca77 Tweak test conditions 2021-09-09 13:44:01 +10:00
Serene-Arc afc2a6416b Add integration test 2021-09-09 13:44:01 +10:00
Serene-Arc dbe8733fd4 Refactor method to remove max wait time 2021-07-27 14:02:30 +10:00
Serene-Arc 3cdae99490 Implement callbacks for downloading 2021-07-27 13:39:49 +10:00
Serene-Arc 44453b1707 Update tests 2021-07-27 13:12:50 +10:00
Serene-Arc 1a4ff07f78 Add ability to read IDs from files 2021-07-21 17:32:38 +10:00
Serene-Arc 77aaee96f3 Fix bug with deleted galleries 2021-07-19 18:44:54 +10:00
Serene-Arc 8826fc5aa9 Fix outdated test 2021-07-18 14:42:20 +10:00
Serene-Arc 381e3c29fa Fix test where comments in saved list 2021-07-18 14:42:10 +10:00
Serene-Arc 6efcf1ce7e Remove unused imports 2021-07-02 14:58:20 +10:00
Serene-Arc 390ce57f46 Remove redundant parenthesis 2021-07-02 14:57:10 +10:00
Serene-Arc 1319eeb6da Fix error with crossposted Reddit galleries 2021-07-02 14:53:02 +10:00
Serene-Arc 8db9d0bcc4 Add test for unauthenticated instances 2021-07-02 14:29:39 +10:00
Serene-Arc c4aa617737 Add test for friends subreddit 2021-07-02 14:17:13 +10:00
Serene-Arc 469a7783b8 Split integration tests 2021-07-02 14:00:48 +10:00
Serene-Arc ffd07f38ba Fix broken subreddit test 2021-06-30 17:53:25 +10:00
Serene-Arc 528f5c567d Add additional test for Redgifs 2021-06-30 11:59:38 +10:00
Serene-Arc d53b3b7274 Update gallery code to work with NSFW galleries 2021-06-25 17:52:11 +10:00
Serene-Arc e8998da2f0 Catch some Imgur errors with weird links 2021-06-25 17:52:11 +10:00
Serene-Arc 1a52dfdcbc Add PornHub module 2021-06-25 17:47:49 +10:00
Serene-Arc 8b1a3d9abc Enable integration tests to be run concurrently 2021-06-24 16:38:34 +10:00
Serene-Arc 640001a7f5 Speed up test 2021-06-24 16:37:25 +10:00
Serene-Arc 1d187fcf65 Consolidate tests 2021-06-24 16:14:21 +10:00
Serene-Arc 31be3a916e Enable integration tests to be run concurrently 2021-06-24 16:14:05 +10:00