example config file

pull/13/head
Mike Fährmann 10 years ago
parent 099fe7515e
commit f2c68a5753

@ -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…
Cancel
Save