1
0
Fork 0
mirror of synced 2024-10-01 09:41:03 +13:00
Commit graph

289 commits

Author SHA1 Message Date
Serene-Arc
29c734466d Bump version 2023-07-08 19:40:06 +10: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
Serene
3bd6047422
Merge pull request #899 from OMEGARAZER/RUF013 2023-06-25 12:17:24 +10:00
OMEGARAZER
ca2408b6e1
RUF013 2023-06-24 17:26:31 -04:00
Serene-Arc
6d0386a2ac Fix command name to match documentation
Closes #844
2023-06-21 13:04:50 +10:00
Serene
e174443da3
Merge pull request #863 from artoonie/master 2023-06-18 13:22:43 +10:00
Serene-Arc
4eeb423862 Reformat file 2023-06-18 13:18:05 +10:00
Serene-Arc
928aa7e623 Fix declaration 2023-06-18 13:11:51 +10:00
Serene
c1ac8d6f93
Merge pull request #891 from Soulsuck24/nsfw.pics 2023-06-18 13:04:31 +10:00
Armin Samii
ce4017db17
Merge branch 'development' into master 2023-06-17 20:31:24 -04:00
Soulsuck24
7f4a84a352
Add site nsfw.pics 2023-06-17 16:28:57 -04:00
OMEGARAZER
192ea38ea1
Oauth2 updates
Change to allow use of client id without secret.
2023-06-16 16:00:05 -04:00
OMEGARAZER
912311ee3d
Flickr update
Adds coverage for videos.
2023-06-12 23:24:20 -04:00
OMEGARAZER
42264f0872
Add Flickr 2023-06-12 17:59:37 -04:00
OMEGARAZER
62fe08db13
B311 2023-06-05 22:06:54 -04:00
OMEGARAZER
a8c757072b
B607/603 coverage 2023-06-05 22:06:53 -04:00
Serene
9ae17b7ae2
Merge pull request #792 from OMEGARAZER/Bandit 2023-05-29 14:47:33 +10:00
Serene
dd6f12345e
Merge pull request #818 from OMEGARAZER/Annotations 2023-05-29 13:04:10 +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
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
Armin Samii
f920da569e allow skipping of comment download 2023-05-23 08:01:38 -04: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
3b69d83892
ANN001
ANN001 fixes
2023-03-10 15:29:07 -05:00
OMEGARAZER
c27fcb08d7
ANN205
ANN205 fixes
2023-03-10 15:29:06 -05:00
OMEGARAZER
0c4cfd8b44
ANN202
ANN202 fixes
2023-03-10 15:28:22 -05:00
OMEGARAZER
a5f5df7ab3
ANN201
ANN201 fixes
2023-03-10 15:28:22 -05:00
OMEGARAZER
caa4421c78
ANN204
ANN204 fixes
2023-03-10 15:28:22 -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
OMEGARAZER
47fb5d38ad
Bandit fixes
Fixes S101 in connector
Noqa S104 in oauth2
2023-02-24 14:48:33 -05:00
Soulsuck24
80c66c8c78
Erome fixes
Fixes searched class to not include thumbnails of other albums.
2023-02-18 23:59:32 -05:00
Serene
911410608a
Merge pull request #780 from OMEGARAZER/Quote-cleanup 2023-02-19 10:39:15 +10:00
OMEGARAZER
8f9bed0874
Harden requests
Moves bare requests out of site downloaders into the base_downloader and add timeout exception handling now that there is a default timeout.
2023-02-18 17:36:00 -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
5c57de7c7d
B907 Cleanup/updates
Cleanup some double quoted locations based on bugbear B907 and add same formatting to some other locations the emphasis may be helpful.
2023-02-18 15:58:05 -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
55384cd0f0
UP032 2023-02-11 15:30:54 -05: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
OMEGARAZER
0bf44e5d82
UP012 2023-02-11 15:07:26 -05:00
OMEGARAZER
4a91ff6293
Version logged
Adds to end log message to include type of run and version of BDFR

REF: https://github.com/aliparlakci/bulk-downloader-for-reddit/issues/764#issuecomment-1414552069_
2023-02-03 23:39:25 -05:00
Serene
7676ff06a3
Merge pull request #766 from bunny-foofoo/development 2023-02-03 13:20:40 +10:00