Robert Pendell
4c651f6252
[patreon] Disable TLS 1.2 by default ( #2249 )
...
Disables TLS 1.2 on Patreon by default.
5 months ago
Robert Pendell
392cf079f7
Add ability to disable TLS 1.2 ( #2243 )
...
Fix for Patreon Cloudflare issues by having only TLS v1.3 or higher establish HTTPS connections
This now allows you to disable it on a per-host or global basis. Add disabletls12 as a config option either under extractor.(host) or just under extractor. Option is false by default.
Example:
"patreon":
{
"disabletls12": true,
"cookies": {
"session_id": "X"
}
}
5 months ago
Mike Fährmann
d33227fc38
[twitter] restore errors for protected timelines etc ( fixes #2237 )
5 months ago
Mike Fährmann
ebd3d5c1cc
[bunkr] fix .mp4 downloads ( closes #2239 )
5 months ago
Mike Fährmann
e2be199124
[gelbooru] improve and fix pagination ( #2230 , #2232 )
...
Use 'id:<POSTID' as a tag instead of going through pages with 'pid'.
Something similar was already implemented in 93cef784
,
but that got broken again in 3085aac4
.
5 months ago
Mike Fährmann
806badbeec
release version 1.20.3
5 months ago
Mike Fährmann
8230f31800
[twitter] update query hashes
5 months ago
Mike Fährmann
c180806cec
[twitter] fix deleted/invalid retweets ( #2225 )
5 months ago
Mike Fährmann
a2eecc6aa8
[kemonoparty] fix DMs extraction ( #2008 )
5 months ago
Mike Fährmann
2bf554a896
[twitter] fix several errors ( #2212 , #2216 , #2225 )
...
- fix Tweets with deleted quotes
- fix suspended Tweets without 'legacy' entry
- fix unified_cards without 'type'
5 months ago
Mike Fährmann
fbd17547f5
release version 1.20.2
5 months ago
Mike Fährmann
e5242b83bf
[twitter] define directory format for events ( #2109 )
5 months ago
Mike Fährmann
efb3e65a6a
[sexcom] extend URL pattern ( fixes #2220 )
5 months ago
vsyx
3f2b6335d7
[instagram] fix highlights extraction ( #2197 )
...
* [instagram] fix highlights extraction
* [instagram] improve highlights extraction
- 'yield' individual reels instead of collecting them in a list
and returning them all at once
- reduce 'chunk_size' to an even saver value
(instagram.com also uses 5)
5 months ago
Mike Fährmann
5ed26e1773
[twitter] fix pinned tweets ( #2216 )
...
caused by the changes in dffa440ede
5 months ago
Mike Fährmann
a9f78e6527
[twitter] improve error handling
...
- handle accounts without 'rest_id'
- handle timelines with empty 'instructions'
5 months ago
Mike Fährmann
729b07c1f5
[twitter] simplify
...
- use dict with common GraphQL variables
- reduce 'variables' size with custom JSON encoder instance
- centralise TwitterAPI() creation
5 months ago
Mike Fährmann
7cb29224f0
[philomena] fix search parameter escaping ( #2215 )
...
The pluses from search terms in /tags/ URLs need to be
replaced with spaces to get accepted by Philomena.
5 months ago
Mike Fährmann
9ca8bb2dc0
[twitter] improve error handling
5 months ago
Mike Fährmann
9a221494c3
[twitter] add 'event' extractor ( closes #2109 )
5 months ago
Mike Fährmann
14867dad6b
[twitter] fix unified cards from search results
5 months ago
Mike Fährmann
962f6b82f2
do not pin requests and urllib3 version when building executables
5 months ago
Mike Fährmann
dffa440ede
[twitter] improve handling of deleted tweets ( #2212 )
5 months ago
Mike Fährmann
54ef874ba4
[twitter] fix retweet filter ( #2212 )
5 months ago
Mike Fährmann
cb43f7731b
[twitter] update to GraphQL API ( #2212 )
...
The old REST API endpoints, which were not used by Twitter since
summer 2021, are going to finally be phased out it seems, with
'/2/timeline/profile/USERID.json' being the first one.
Only Twitter's search doesn't have a GraphQL interface yet.
5 months ago
Mike Fährmann
de754590e0
add --source-address command-line option ( closes #2206 )
5 months ago
Mike Fährmann
698f35215e
[blogger] support new image domain ( fixes #2204 )
6 months ago
Mike Fährmann
c587b678d0
[mangadex] re-enable warning for external chapters ( #2193 )
6 months ago
Mike Fährmann
f2e8aedd74
[twitter] changes to 'cards' option
...
- change default value to 'true'
- only invoke youtube-dl for cards unsupported by gallery
when 'cards' is set to "ytdl"
"cards": true --> only download card images
"cards": "ytdl" --> download card images and
use youtube_dl on otherwise unsupported cards
6 months ago
Mike Fährmann
2d34d8ff8b
[reddit] allow downloading from quarantined subreddits ( #2180 )
6 months ago
ImportTaste
c559c49781
formatting.md: add environment variable syntax ( #2065 )
6 months ago
Mike Fährmann
17c9c47ca0
[hitomi] fix 'tag' extraction ( fixes #2189 )
6 months ago
Mike Fährmann
df2f0c09bb
[twitter] support "image_carousel_website" unified cards
6 months ago
Mike Fährmann
cdc96e1217
[gelbooru] improve video file detection ( fixes #2188 )
...
not all files from 'https://video-cdnN.gelbooru.com ' are videos
6 months ago
Mike Fährmann
4acc31bd9f
[newgrounds] set suitabilities filter before starting a search
6 months ago
Mike Fährmann
58a7921b5c
release version 1.20.1
6 months ago
Mike Fährmann
170711af7e
[mangadex] fix extraction ( closes #2177 )
6 months ago
Mike Fährmann
199e7616a7
[rule34] use https://api.rule34.xxx for API requests
6 months ago
Mike Fährmann
3c79c9b271
document extended blacklist/whitelist syntax ( #2025 )
...
and not just in the commit message of 010d65dc
6 months ago
Mike Fährmann
6e0a6c484f
apply SPECIAL_EXTRACTORS only for blacklist settings
...
as was the case before 010d65dc
6 months ago
Mike Fährmann
37beb1298e
[newgrounds] add 'search' extractor ( closes #2161 )
6 months ago
Mike Fährmann
8b910dd8ae
[hitomi] fix image URLs
...
again and again ...
6 months ago
Mike Fährmann
dcfe08838d
restore -d/--dest functionality
...
change short option for --directory from -d to -D
6 months ago
Mike Fährmann
3085aac4d8
[gelbooru] handle changed API response format ( #2157 )
6 months ago
Mike Fährmann
38e2af29d6
[hitomi] fix image URLs
...
update '_parse_gg()' yet again
6 months ago
Mike Fährmann
6f2e0c9c3d
fix cookie checks for patreon, fanbox, fantia
...
The changes in 9a255344
caused a warning about missing cookies to be
displayed even if those cookies were present, because _check_cookies()
did not account for an empty cookiedomain.
6 months ago
Mike Fährmann
1e0278702d
[hitomi] update '_parse_gg()'
6 months ago
Mike Fährmann
3b7c7daa76
improve UNC path handling ( #2126 )
...
always call 'abspath()' on the directory path to handle cases when the
current working directory is UNC and 'base-directory' is relative.
6 months ago
Mike Fährmann
47eae4c393
release version 1.20.0
6 months ago
Mike Fährmann
becc7f85a6
[hitomi] fix image URLs
6 months ago