Mike Fährmann
|
8eaae29bf9
|
[exhentai] fix 'limits' (#6090)
|
2024-08-31 10:23:07 +02:00 |
|
Mike Fährmann
|
510ca36b35
|
[tests] fix bug when running tests in a certain order
test_ytdl -> test_downloader -> test_extractor
would cause a test failure in Python <3.6 related to youtube_dl imports
|
2024-08-31 09:42:30 +02:00 |
|
Mike Fährmann
|
60b655429f
|
add '--rename' and '--rename-to' command-line options (#5846, #6044)
|
2024-08-30 18:22:46 +02:00 |
|
Mike Fährmann
|
17f5ba43a8
|
[pp:rename] add 'rename' post processor (#5846, #6044)
renames previously downloaded files to a different filename format
|
2024-08-30 18:21:36 +02:00 |
|
Mike Fährmann
|
e464c955b3
|
merge #6104: [generic] better directory names
|
2024-08-30 11:47:09 +02:00 |
|
Mike Fährmann
|
58113b73d1
|
[flickr] make album metadata extraction non-fatal (#3441)
https://github.com/mikf/gallery-dl/issues/3441#issuecomment-2313679156
|
2024-08-30 10:24:03 +02:00 |
|
Allen
|
a552fb5bcd
|
[generic] better directory formatting/md
|
2024-08-29 22:30:48 +02:00 |
|
Mike Fährmann
|
127aa45834
|
[ytdl] ignore SyntaxErrors when trying to import a module
|
2024-08-29 19:28:08 +02:00 |
|
Mike Fährmann
|
cf8e04d999
|
[koharu] improve format selection (#6088)
- allow specifying more than one possible format
- ignore not available formats
|
2024-08-29 09:33:24 +02:00 |
|
Mike Fährmann
|
c51938b82b
|
[twitter] fix pinned Tweet extraction (#6102)
|
2024-08-29 08:53:48 +02:00 |
|
Mike Fährmann
|
b46169cfd2
|
add 'input-files' config option (#6059)
|
2024-08-27 17:21:49 +02:00 |
|
Mike Fährmann
|
eef5beb841
|
[pp:metadata] fix using '..' in directories on Windows (#5942, #6094)
|
2024-08-27 14:38:40 +02:00 |
|
Mike Fährmann
|
f669b3f046
|
[instagram] fix "KeyError - 'post_date'" (#6081, #6091)
fixes regression introduced in a3642638
|
2024-08-27 12:39:20 +02:00 |
|
Mike Fährmann
|
4b286e80fd
|
merge #6050: [wikimedia] add 'wiki' extractor
|
2024-08-25 09:38:24 +02:00 |
|
Mike Fährmann
|
65cae11b54
|
merge #6077: [flickr] fix bug introduced in e92a9ae3
|
2024-08-25 09:30:07 +02:00 |
|
Mike Fährmann
|
47e7be31a5
|
[flickr] add 'contexts' and 'exif' test
|
2024-08-25 09:28:22 +02:00 |
|
Mike Fährmann
|
46c3971c88
|
[bunkr] add 'tlds' option to allow URLs with all TLDs (#5875, #6017)
|
2024-08-24 20:45:44 +02:00 |
|
Mike Fährmann
|
a364263810
|
[instagram] add 'post_date' metadata field (#6081)
and restore 'date' metadata for GraphQL file results,
which got accidentally removed in a001c9c0
|
2024-08-24 15:53:18 +02:00 |
|
Mike Fährmann
|
3bffe7a8bd
|
[deviantart] fix 'manual' cursor-based pagination (#6079)
|
2024-08-23 16:03:38 +02:00 |
|
Pedro Cunha
|
dcd44cf423
|
[flickr] reference the correct function
|
2024-08-22 17:00:35 +01:00 |
|
Mike Fährmann
|
4b94b7d477
|
[pp:metadata] add 'include' and 'exclude' options (#6058)
|
2024-08-19 21:58:57 +02:00 |
|
Mike Fährmann
|
80c423a444
|
[cyberdrop] fix extraction
|
2024-08-19 13:37:14 +02:00 |
|
Mike Fährmann
|
f32e10f6a5
|
[instagram] add 'max-posts' option (#6054)
|
2024-08-19 10:19:44 +02:00 |
|
Mike Fährmann
|
6af26a424a
|
[hitomi] extract 'extension_original' metadata (#6049)
|
2024-08-18 12:56:50 +02:00 |
|
ClosedPort22
|
968c04a27c
|
[wikimedia] raise default value for 'limit' from 10 to 50
|
2024-08-18 16:33:13 +08:00 |
|
ClosedPort22
|
5704024662
|
[wikimedia] improve handling of warnings and errors
|
2024-08-18 16:31:49 +08:00 |
|
ClosedPort22
|
33fe1b68b7
|
[wikimedia] add 'limit' option
|
2024-08-18 13:39:48 +08:00 |
|
ClosedPort22
|
33d2ddd9fb
|
[wikimedia] add 'wiki' extractor
|
2024-08-18 13:20:59 +08:00 |
|
ClosedPort22
|
a3b2c88fbe
|
[wikimedia] refactor
|
2024-08-18 12:59:58 +08:00 |
|
Mike Fährmann
|
8ea75202ed
|
[bunkr] fix file downloads (#6037)
|
2024-08-17 19:25:19 +02:00 |
|
Mike Fährmann
|
ef4c1b4fc5
|
[sankaku] restore old 'tags' format (#6043)
lowercase + words separated by underscores
|
2024-08-17 19:25:19 +02:00 |
|
Mike Fährmann
|
e29f4ef226
|
[instagram] allow disabling 'cursor' output
|
2024-08-17 19:25:19 +02:00 |
|
Mike Fährmann
|
c0668f5106
|
[twitter] allow disabling 'cursor' output (#5990)
|
2024-08-17 19:24:38 +02:00 |
|
Mike Fährmann
|
78ae0ba9f7
|
[formatter] implement 'A' format specifier (#6036)
|
2024-08-16 20:34:23 +02:00 |
|
Mike Fährmann
|
01e8433889
|
fix tests & syntax for older Python versions
|
2024-08-15 18:16:55 +02:00 |
|
Mike Fährmann
|
0bbdeaaa50
|
[bunkr] support 'bunkr:' URL prefix (#6017)
and support 'bunkr.ax' by default
|
2024-08-14 19:00:59 +02:00 |
|
Mike Fährmann
|
2d55521582
|
[cookies:firefox] extract only cookies without container by default (#5957)
add support for 'all' to extract all cookies regardless of container
|
2024-08-14 18:59:41 +02:00 |
|
Mike Fährmann
|
e92a9ae343
|
[flickr] make exif and context metadata extraction non-fatal (#6002)
|
2024-08-14 09:44:04 +02:00 |
|
Mike Fährmann
|
f0de1685ae
|
[batoto] extract 'chapter_url' (#5562)
i.e. the chapter number found in the full chapter URL
|
2024-08-13 20:57:33 +02:00 |
|
Mike Fährmann
|
3b0753f6ea
|
[batoto] extract 'title' independent of chapter info (#5988)
|
2024-08-13 20:20:32 +02:00 |
|
Mike Fährmann
|
802d74bdf6
|
[batoto] improve chapter info regex 2
- make regex case-insensitive
- match 'Season 12' and 'S12' as volume numbers
- match 'Episode 12' as chapter number
|
2024-08-13 20:19:17 +02:00 |
|
Mike Fährmann
|
5208c0d28a
|
[util] extend CustomNone with an __index__ method (#6009)
- Make it compatible with functions expecting integer arguments
- Simplify and reuse some method definitions
|
2024-08-13 16:05:54 +02:00 |
|
Mike Fährmann
|
ad73789256
|
[util] extend CustomNone with arithmetic operators (#6007)
|
2024-08-13 09:41:12 +02:00 |
|
Mike Fährmann
|
c495bfe460
|
[newgrounds] fix warning for age-restricted posts (#6005)
|
2024-08-13 08:16:15 +02:00 |
|
Mike Fährmann
|
54e1023046
|
merge #6001: [e621] cache pool metadata API calls
|
2024-08-12 18:04:52 +02:00 |
|
Mike Fährmann
|
eb5955bacc
|
[e621] reorder
|
2024-08-12 18:01:29 +02:00 |
|
Mike Fährmann
|
6193c8eabc
|
merge #5997: [batoto] improve chapter info regex (#5988)
… and add 'chapter_string' metadata
|
2024-08-12 17:54:17 +02:00 |
|
Mike Fährmann
|
224821bd21
|
[batoto] add test, improve 'info' handling
|
2024-08-12 17:52:28 +02:00 |
|
ClosedPort22
|
0f0ded53ae
|
[e621] cache pool metadata results
|
2024-08-12 21:03:35 +08:00 |
|
enduser420
|
aa9e24ce0d
|
[batoto] update
|
2024-08-12 15:52:18 +05:30 |
|