Files
gallery-dl/gallery_dl
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
..
2021-02-15 02:32:33 +01:00
2020-10-25 03:05:10 +01:00
2021-01-26 01:01:22 +01:00
2020-05-19 22:32:53 +02:00
2021-02-14 16:46:59 +01:00