Commit Graph

3245 Commits

Author SHA1 Message Date
Mike Fährmann
bdfdabf498 show warning if extractor doesn't yield any results (#1759) 2021-08-16 02:49:36 +02:00
Mike Fährmann
d320ee6251 implement a 'fallback' option (closes #1770) 2021-08-16 01:47:59 +02:00
Mike Fährmann
c866fcba48 [twitter] fix 'logout' (#1719)
delete 'auth_token' cookie and cookies.txt path
2021-08-16 01:36:34 +02:00
Mike Fährmann
9cb5ea5eda update default User-Agent headers 2021-08-14 04:01:41 +02:00
Mike Fährmann
1e0f59d902 release version 1.18.3 2021-08-13 21:20:36 +02:00
Mike Fährmann
52984f7e22 [twitter] add option to log out when blocked (#1719) 2021-08-12 19:11:41 +02:00
Mike Fährmann
ed4b3c48cb fix flake8 and other tests 2021-08-12 16:05:26 +02:00
enormous-muscles
975e1ac6e2 Add Wikieat extractor (#1699)
* Add Wikieat extractor

* Add Wikieat extractor to extractor list
2021-08-12 15:13:20 +02:00
Nyasume
fa6af46756 Added ability to download GIFs instead of mp4 from Luscious and Reactor (#1701) 2021-08-12 15:12:42 +02:00
Ryu JuHeon
9429eaa0a3 [hitomi]: fix image URLs (#1765) 2021-08-12 14:39:10 +02:00
Mike Fährmann
c34dbc86bb [kemonoparty] update file server domain (#1764) 2021-08-10 22:24:08 +02:00
Mike Fährmann
e5a93e113f [twitter] extend 'replies' option (#1254)
Allow setting 'replies to '"self"' to only download from self-replies.
2021-08-10 22:14:00 +02:00
Mike Fährmann
f9096584ab [behance] fix 'collection' extraction 2021-08-10 00:48:31 +02:00
Mike Fährmann
229498b8aa [twitter] warn about suspended accounts etc (closes #1759) 2021-08-09 02:58:27 +02:00
Mike Fährmann
a5de2244d4 [furaffinity] fix using 'category-tranfer' (#1274) 2021-08-08 23:50:32 +02:00
Mike Fährmann
cadfad4eea [danbooru] add 'external' option (closes #1747) 2021-08-08 19:18:41 +02:00
Mike Fährmann
5b1c62bfa9 [furaffinity] add 'external' option (closes #1492) 2021-08-08 19:16:02 +02:00
Mike Fährmann
b5b1cf22b7 [downloader:http] reorder HTTP header sources
so that any header can be overwritten by a user, except Range
2021-08-05 23:01:54 +02:00
Mike Fährmann
5d5ab669fa [instagram] use custom User-Agent header for video downloads
(#1682, #1623, #1580)
2021-08-05 22:26:47 +02:00
Mike Fährmann
7b029dfe85 [instagram] increase default delay between HTTP requests to 8s
(closes #1732)
2021-08-05 22:08:35 +02:00
Mike Fährmann
5eca3781be [kemonoparty] fix username extraction (#1750) 2021-08-04 16:09:22 +02:00
Mike Fährmann
fe970fc87f [vk] prevent exception for empty/private profiles (fixes 1742) 2021-08-02 15:38:51 +02:00
Mike Fährmann
ac91a84543 [bbc] provide fallback URLs (#1706) 2021-07-30 01:14:07 +02:00
Mike Fährmann
a316e44f8e [bbc] add 'width' option (#1706) 2021-07-30 01:09:32 +02:00
Mike Fährmann
c37c2818fb [nsfwalbum] retry all requests when extracting image URLs
(#1733, fixes #1271)
2021-07-30 00:23:04 +02:00
Mike Fährmann
220cfe244e [deviantart] get original files for GIF previews (#1731) 2021-07-30 00:20:53 +02:00
Mike Fährmann
7a0da4f93f [newgrounds] add 'format' option (closes #1729) 2021-07-29 19:11:20 +02:00
Mike Fährmann
223a4e79cd [newgrounds] fix using 'category-tranfer' (#1274) 2021-07-29 15:54:04 +02:00
Mike Fährmann
4e95cef6d2 [nsfwalbum] retry backend requests (fixes #1733) 2021-07-29 15:29:37 +02:00
Mike Fährmann
6c11105587 [bbc] improve image dimensions (#1706)
download the 1920xN versions instead of 976x549
2021-07-29 03:22:15 +02:00
Mike Fährmann
57c1a86082 [bbc] support multi-page gallery listings (closes #1730) 2021-07-28 22:42:33 +02:00
Mike Fährmann
2792ed6e4b implement 'util.format_value()' 2021-07-26 02:11:22 +02:00
Mike Fährmann
552032d4fb release version 1.18.2 2021-07-23 17:39:19 +02:00
Mike Fährmann
486474800f [kemonoparty] skip duplicated patreon files (closes #1689)
this behavior can be disabled with the 'patreon-skip-file' option
2021-07-23 16:38:57 +02:00
Mike Fährmann
da7297c0b9 [comicvine] add extractor (closes #1712) 2021-07-23 16:17:06 +02:00
Mike Fährmann
e4788fa663 [bbc] add 'gallery' and 'programme' extractors (closes #1706) 2021-07-22 20:37:05 +02:00
Mike Fährmann
13d4045a8a add 'archive-prefix' option (#1711) 2021-07-20 20:21:33 +02:00
Mike Fährmann
c3b5c88b04 update extractor test results 2021-07-20 20:21:33 +02:00
Mike Fährmann
74b457b2b5 remove unused entries 2021-07-20 20:21:32 +02:00
Mike Fährmann
9e42cd58ea replace ChainPredicate class with 'functools.partial' 2021-07-20 20:21:32 +02:00
Mike Fährmann
1b2f9050fb rename all instances of 'kwds' to 'kwdict' 2021-07-20 20:21:19 +02:00
Mike Fährmann
3868ec02d1 [pururin] update domain and fix extraction 2021-07-18 04:11:59 +02:00
Mike Fährmann
b89a44090f [naverwebtoon] fix comic extraction 2021-07-18 03:41:54 +02:00
Mike Fährmann
4048eabeab allow 'extractor.modules' to be a string
with comma-separated module names
2021-07-18 00:34:04 +02:00
Mike Fährmann
c8e678a5b4 [instagram] fix extraction of '/explore/tags/' posts
(closes #1666)
2021-07-18 00:21:18 +02:00
Mike Fährmann
a6a51f207d [moebooru] fix 'tags' ending with a '+' when logged in (#1702) 2021-07-16 15:42:03 +02:00
Mike Fährmann
f5b097165e [ytdl] transfer YoutubeDL objects to downloader (#1680)
allows specifying downloader-specific options per subcategory
but overwrites all downloader.ytdl settings
2021-07-16 15:40:54 +02:00
Mike Fährmann
06e69ea79a [ytdl] actually set options for YoutubeDL objects (#1680)
I somehow managed to remove the options parameter for
the YoutubeDL constructor in 9a849cdf without noticing ...
2021-07-16 15:05:55 +02:00
Mike Fährmann
fc19010808 [downloader:ytdl] fix 'outtmpl' setting for yt_dlp (#1680)
yt_dlp supports multiple outtmpl settings for different file types and
uses its 'outtmpl_dict' for that.
2021-07-16 15:05:16 +02:00
Mike Fährmann
dfe1f490e9 [mangadex] use custom User-Agent header (#1535) 2021-07-15 16:39:32 +02:00