diff --git a/config b/config new file mode 100644 index 00000000..a76abab9 --- /dev/null +++ b/config @@ -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.+) \ No newline at end of file