mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
example config file
This commit is contained in:
parent
099fe7515e
commit
f2c68a5753
25
config
Normal file
25
config
Normal file
@ -0,0 +1,25 @@
|
||||
[general]
|
||||
database = ~/.config/gallery/db.sqlite3
|
||||
|
||||
[pixiv-cookies]
|
||||
PHPSESSID = XXXXX
|
||||
|
||||
[exhentai-cookies]
|
||||
ipb_member_id = XXXXX
|
||||
ipb_pass_hash = XXXXX
|
||||
|
||||
[8chan]
|
||||
regex0 = (?:https?://)?(?:www\.)?8chan\.co/([^/]+/res/\d+).*
|
||||
|
||||
[batoto]
|
||||
regex0 = (?:https?://)?(?:www\.)?bato\.to/read/_/(\d+)/.*
|
||||
|
||||
[imgbox]
|
||||
regex0 = (?:https?://)?(?:www\.)?imgbox\.com(/.*)
|
||||
|
||||
[imagebam]
|
||||
regex0 = (?:https?://)?(?:www\.)?imagebam\.com/(gallery|image)/([^/]+).*
|
||||
|
||||
[e621]
|
||||
regex0 = (?:https?://)?(?:www\.)?e621\.net/post/index/\d+/(\w+)
|
||||
regex1 = e(?:621)?[.:-_](\w.+)
|
Loading…
Reference in New Issue
Block a user