1
0
Fork 0
mirror of synced 2024-07-01 04:20:54 +12:00
Commit graph

52 commits

Author SHA1 Message Date
Serene-Arc 9aa1383b43 Add support for mobile Imgur links 2021-04-18 16:44:52 +03:00
Serene-Arc c90d98ac72 Add fix for Imgur gifv links 2021-04-18 16:44:52 +03:00
Ali Parlakci 7228bc572c Add //imgur.com/*.gifv 2021-04-18 16:44:52 +03:00
Serene-Arc a291104144 Add defensive programming to site downloaders 2021-04-18 16:44:52 +03:00
Serene-Arc 9cb4dd4cf3 Rename function 2021-04-18 16:44:52 +03:00
Serene-Arc 2384c03170 Refactor method to base class 2021-04-18 16:44:52 +03:00
Serene-Arc 9880d46853 Fix quotes 2021-04-18 16:44:51 +03:00
Serene-Arc c2c3d03205 Add support for direct links with parameters 2021-04-18 16:44:51 +03:00
Ali Parlakci ab29e17511 download_factory.py: check if url has ext first 2021-04-18 16:44:51 +03:00
Serene-Arc f78856315d Switch to f-string 2021-04-18 16:44:51 +03:00
BlipRanger c9c864b71b Update regex to be more concise, add test for m.youtube. 2021-04-18 16:44:51 +03:00
BlipRanger a49d87e154 Add logic to handle mobile youtube (m.youtube) links. 2021-04-18 16:44:51 +03:00
Serene 44889d5264 Tweak regex to fix incorrect match (#237) 2021-04-18 16:44:51 +03:00
Ali Parlakçı 265505efc7 Fix missing links in self post footer (#235) 2021-04-18 16:44:51 +03:00
Serene-Arc f0d3cfefc0 Remove splice and fix quotes 2021-04-18 16:44:51 +03:00
Serene-Arc 8bd4b8b3a9 Split regex for download factory 2021-04-18 16:44:51 +03:00
Ali Parlakci 247fe3e6f7 Fix downloading .gifv instead of .mp4 (#228) 2021-04-18 16:44:51 +03:00
Ali Parlakci 443cf1af01 Bug fix on deleted self posts 2021-04-18 16:44:51 +03:00
Serene-Arc c13f2806fa Fix case where Gfycat fails after redirect 2021-04-18 16:44:51 +03:00
Serene-Arc 3ca2df067f Fix bs4 warning by specifying parser 2021-04-18 16:44:51 +03:00
Serene-Arc 1215bc69de Refactor Imgur class to be hardier 2021-04-18 16:44:51 +03:00
Serene-Arc 902f796178 Refactor Erome class 2021-04-18 16:44:34 +03:00
Serene-Arc 6a1e652628 Refactor redgifs 2021-04-18 16:44:34 +03:00
Serene-Arc 03c8d524a4 Refactor Gfycat class 2021-04-18 16:44:34 +03:00
Serene-Arc 540b237da6 Fix Erome downloader 2021-04-18 16:44:34 +03:00
Serene-Arc 0929469bef Fix Gallery 2021-04-18 16:44:34 +03:00
Serene-Arc f13e029e47 Refactor downloader 2021-04-18 16:44:34 +03:00
Serene-Arc ed26907e0d Refactor Gallery downloader 2021-04-18 16:44:34 +03:00
Serene-Arc bc7ccc0964 Refactor Erome downloader 2021-04-18 16:44:34 +03:00
Serene-Arc d977595bde Add error catch for youtube and site downloaders 2021-04-18 16:44:06 +03:00
Serene-Arc ba6cf42096 Add shortened Youtube links to downloader factory 2021-04-18 16:44:06 +03:00
Serene-Arc d3c8897f6a Fix bug where file extension is never specified for text posts 2021-04-18 16:44:05 +03:00
Serene-Arc aeb9afdc66 Rename file with custom exceptions 2021-04-18 16:44:05 +03:00
Serene-Arc 2dce3108a1 Base Vreddit class on Youtube downloader 2021-04-18 16:44:05 +03:00
Serene-Arc ad3aeece07 Refactor Youtube downloader 2021-04-18 16:44:05 +03:00
Serene-Arc d096580da7 Add some tests for DownloadFactory 2021-04-18 16:44:05 +03:00
Serene-Arc caefb591dd Add tests for Youtube 2021-04-18 16:44:05 +03:00
Serene-Arc be68d4eb1c Add tests for SelfPost 2021-04-18 16:44:05 +03:00
Serene-Arc b699639b5c Add tests for Imgur 2021-04-18 16:44:05 +03:00
Serene-Arc 125b78a348 Add tests for downloader Erome 2021-04-18 16:44:05 +03:00
Serene-Arc 06e7e81de0 Add tests for Redgifs 2021-04-18 16:44:05 +03:00
Serene-Arc 4146f181c7 Add tests for GifDeliveryNetwork and Gfycat 2021-04-18 16:44:05 +03:00
Serene-Arc a55f35c025 Replace urllib with requests 2021-04-18 16:44:05 +03:00
Serene-Arc 0973e1e451 Rename file and class 2021-04-18 16:43:55 +03:00
Serene-Arc e0d321c785 Integrate new base_downloader class 2021-04-18 16:43:55 +03:00
Serene-Arc bb85fb8934 Add test for site downloader gallery 2021-04-18 16:43:55 +03:00
Serene-Arc efffc3ee3f Simplify errors 2021-04-18 16:43:55 +03:00
Serene-Arc 714b6c5b72 Remove unused parameter 2021-04-18 16:43:55 +03:00
Serene-Arc 866d94f37e Add gallery to factory 2021-04-18 16:43:55 +03:00
Serene-Arc a7f1db14e5 Move to different program structure 2021-04-18 16:43:55 +03:00