1
0
Fork 0
mirror of synced 2024-06-03 02:44:39 +12:00
Commit graph

268 commits

Author SHA1 Message Date
Piotr Migdal ff2704974e fix linted errors 2024-01-15 15:18:32 +01:00
Serene 59253581ca
Merge pull request #902 from Soulsuck24/development 2023-06-27 11:13:47 +10:00
Soulsuck24 0adf326d58
Chevereto downloader
rename nsfw.pics to chevereto as it is the backened being used for lensdump as well.
2023-06-26 16:43:22 -04:00
Serene-Arc b97dacb2f3 Allow archiver format to be specified multiple times 2023-06-25 13:25:01 +10:00
OMEGARAZER c993e01634
Test fixes 2023-06-24 17:08:04 -04:00
Serene e174443da3
Merge pull request #863 from artoonie/master 2023-06-18 13:22:43 +10:00
Serene-Arc f28f74cfc5 Add integration test 2023-06-18 13:18:16 +10:00
Serene-Arc fded771d62 Fix test 2023-06-18 13:15:02 +10:00
Armin Samii bcce19100b add test 2023-06-17 20:53:02 -04:00
Soulsuck24 7f4a84a352
Add site nsfw.pics 2023-06-17 16:28:57 -04:00
OMEGARAZER 912311ee3d
Flickr update
Adds coverage for videos.
2023-06-12 23:24:20 -04:00
OMEGARAZER 663b9a9a2a
remove failing test
Resource deleted, Error 410.
2023-06-12 17:59:38 -04:00
OMEGARAZER 42264f0872
Add Flickr 2023-06-12 17:59:37 -04:00
Serene 84ff85493b
Merge pull request #875 from OMEGARAZER/RUF-lint 2023-06-07 10:30:52 +10:00
OMEGARAZER 1d95778b03
Connector test edge case
Covers edge case of not having the exact amount as the limit, now allows between one and the limit.
2023-06-06 16:21:14 -04:00
OMEGARAZER 4fb48752ad
RUF005 2023-06-04 17:47:15 -04:00
OMEGARAZER 288c42f392
RUF001 2023-06-04 17:46:51 -04:00
Soulsuck24 39341752ba
Merge branch 'development' into erome 2023-05-31 01:55:29 -04:00
OMEGARAZER 9c0017c11b
Fix Erome test
Replaces failing erome tests.
2023-05-31 01:52:10 -04:00
Serene 175a918098
Merge pull request #813 from OMEGARAZER/test-config 2023-05-29 13:09:23 +10:00
Serene 1427851125
Merge pull request #826 from OMEGARAZER/test-fixes 2023-05-29 12:46:35 +10:00
Serene bb41e4a1e6
Merge pull request #853 from OMEGARAZER/downvoted 2023-05-29 12:45:55 +10:00
Serene 9f32492cb8
Merge pull request #861 from OMEGARAZER/imgchest 2023-05-29 12:44:04 +10:00
OMEGA_RAZER 85ab2590a9
Merge branch 'development' into imgur 2023-05-25 18:17:30 -04:00
OMEGARAZER db08bc644c
Update tests
Comment tests and remove effective duplicates.
2023-05-25 18:14:35 -04:00
OMEGARAZER b081f5cc37
Refactor Imgur
Refactor Imgur to be able to test getting ID and mark downloads as slow as they are currently rate limited through Github.

Also removed hash tests for nsfw links as they are being removed by Imgur.
2023-05-25 18:14:35 -04:00
OMEGARAZER ceecb4d6ac
Add imgchest downloader
Adds downloader for imgchest albums
2023-05-25 13:32:38 -04:00
Serene-Arc 13980fb6ac Remove failing test case 2023-05-17 10:54:52 +10:00
OMEGARAZER a05ece3013
Add option for downvoted posts 2023-05-04 22:03:02 -04:00
Soulsuck24 8d6101112b
Redgif coverage
better coverage for thumbs subdomains and direct links to images.
2023-04-29 14:08:08 -04:00
OMEGARAZER 38bef1d1e0
Add Catbox downloader
Adds downloader for catbox.moe collections.
2023-04-27 16:14:17 -04:00
OMEGARAZER 87fd63d758
Test fixes 2023-03-28 12:25:38 -04:00
OMEGARAZER 7fbd001e8a
Fix Youtube test
tested video now private. Updated to new video that should stay up.
2023-03-11 10:26:01 -05:00
OMEGARAZER c09d945c0d
Fix test config 2023-03-08 06:45:47 -05:00
OMEGARAZER 1705884dce
Use proper user agent string 2023-03-05 17:22:44 -05:00
Soulsuck24 dd283130e3
Imgur fixes
Update regex for links styled as direct and album
2023-02-27 15:53:47 -05:00
OMEGARAZER 005454a5c2
Don't create directory if not needed
Moves creation of parent directories after dupe check so directories are not made if not needed.
2023-02-26 16:52:39 -05:00
Soulsuck24 80c66c8c78
Erome fixes
Fixes searched class to not include thumbnails of other albums.
2023-02-18 23:59:32 -05:00
OMEGARAZER 98aa3d7cb6
Quote cleanup
cleanup of some strings to prioritize outer double quotes when both are present or switch to double quotes when only single is present.
2023-02-18 16:06:32 -05:00
OMEGARAZER a3b9e78f53
Update tests
Seems the thumbs subdomain was changed for these cases.
2023-02-17 15:17:25 -05:00
Serene 0051877e01
Merge pull request #769 from OMEGARAZER/gfycat-api 2023-02-12 11:45:25 +10:00
Serene e5b184ef9a
Merge pull request #762 from OMEGARAZER/pyupgrade-lint 2023-02-12 11:45:00 +10:00
OMEGARAZER 0e28c7ed7c
Gfycat API
Moves Gfycat to use API via site access key.

Adds cachetools as dependency to reuse API keys for Gfycat/Redgifs at 95% of their TTL. Include tests to verify caching.

Updates versions of requests/yt-dlp/black/isort/pytest.

Added default timeout to requests calls.

Adds validate-pyproject and blacken-docs to pre-commit as well as updates versions.
2023-02-11 15:23:08 -05:00
Serene 7676ff06a3
Merge pull request #766 from bunny-foofoo/development 2023-02-03 13:20:40 +10:00
Bunny 07e38a7709 fix #753 2023-02-01 19:26:16 -08:00
OMEGARAZER afd2f88f91
Update test_direct.py
If this changes again another link should probably be found as this is only a few days old.
2023-02-01 14:36:23 -05:00
Soulsuck24 0e23dcb8ad
Gfycat/Redgifs coverage
Coverage for direct gfycat links that redirect to redgifs. The redirect through the sites themselves are broken but this fixes that.

Coverage for o.imgur links and incorrect capitalisation of domains in download_factory.

Changed tests for direct as gfycat is handled by the gfycat downloader.

fix pornhub test as the previous video was removed.
2023-01-30 14:52:08 -05:00
OMEGARAZER 086f4090d4
UP034 2023-01-28 23:59:53 -05:00
OMEGARAZER 247ea5ddd0
UP009 2023-01-28 23:56:23 -05:00
OMEGARAZER 63b0607f58
bugbear B007 2023-01-28 02:04:06 -05:00