From 31e7f47a2e8dcbf6dfe075229571fb6113139bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 11 Apr 2015 23:53:54 +0200 Subject: [PATCH] config stuff --- config | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/config b/config index 6f08a343..d6d894e6 100644 --- a/config +++ b/config @@ -8,18 +8,8 @@ PHPSESSID = XXXXX ipb_member_id = XXXXX ipb_pass_hash = XXXXX -[8chan] -regex0 = (?:https?://)?(?:www\.)?8chan\.co/([^/]+/res/\d+).* +[danbooru] +regex0 = d(?:anbooru)?[.:-_](\w.+) -[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+/([^?]+) -regex1 = e(?:621)?[.:-_](\w.+) +[gelbooru] +regex0 = g(?:elbooru)?[.:-_](\w.+) \ No newline at end of file