Mike Fährmann
|
27ec653991
|
fix bug in test_init and update example URLs
|
2023-09-14 13:27:03 +02:00 |
|
Mike Fährmann
|
a453335a9f
|
remove test results in extractor modules
and add generic example URLs
|
2023-09-11 16:30:55 +02:00 |
|
Mike Fährmann
|
ffbbbd3baf
|
[gelbooru_v01] 'vidyart' -> 'vidyart2'
|
2023-07-14 15:09:39 +02:00 |
|
ncaat
|
75757c4ace
|
[gelbooru_v01] fix 'source' (#4302)
|
2023-07-14 12:53:24 +02:00 |
|
Mike Fährmann
|
8357acf359
|
[gelbooru_v01] replace 'extract_all()' with 'extract_from()'
It's even slightly faster, especially on Python before 3.11
|
2023-06-23 15:17:42 +02:00 |
|
Mike Fährmann
|
068aa26c3e
|
[gelbooru_v01] fix '--range' (#4167)
|
2023-06-22 11:54:33 +02:00 |
|
Mike Fährmann
|
60f4d59b1e
|
[gelbooru_v01] remove 'tlb.booru.org' from supported domains
403 Forbidden
nginx
it is also no longer listed on https://booru.org/top
|
2022-05-10 12:23:05 +02:00 |
|
Mike Fährmann
|
d26da3b9e5
|
add pre-generated 'pattern' for supported BaseExtractor sites
|
2022-05-09 22:20:09 +02:00 |
|
Mike Fährmann
|
52b47c3cf9
|
[gelbooru_v01] add 'favorite' extractor (#2546)
|
2022-05-02 11:33:28 +02:00 |
|
Mike Fährmann
|
72fe9ac0f3
|
[gelbooru_v01] support some more boorus by default
- https://drawfriends.booru.org/
- https://vidyart.booru.org/
- https://tlb.booru.org/
|
2021-03-14 17:19:56 +01:00 |
|
Mike Fährmann
|
595bdaa4be
|
add extractors for gelbooru v0.1 sites
- support https://illusioncards.booru.org/ (closes #426)
- support https://the-collection.booru.org/ (closes #767)
- support https://allgirl.booru.org/
- closes #234, closes #473, closes #1238
To get gallery-dl to recognize other sites running Gelbooru v0.1
(most sites on booru.org), add one or more entries to the
'gelbooru_v01' block in your config file. For example:
{
"extractor": {
"gelbooru_v01": {
"rozenmaidenbooru": {"root": "http://rm.booru.org"},
"drawfriendsbooru": {"root": "http://drawfriends.booru.org"}
}
}
}
|
2021-02-17 02:36:27 +01:00 |
|