From 38a29f631fb597e5da29ae5d4db630a7b2648833 Mon Sep 17 00:00:00 2001 From: Techwolf Date: Sat, 26 Oct 2019 01:39:03 -0700 Subject: [PATCH] Add FarToTheNorth --- dosagelib/plugins/f.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dosagelib/plugins/f.py b/dosagelib/plugins/f.py index 9fa85d343..f27eee5b3 100644 --- a/dosagelib/plugins/f.py +++ b/dosagelib/plugins/f.py @@ -9,7 +9,7 @@ from re import compile, escape, IGNORECASE from ..util import tagre from ..scraper import _BasicScraper, _ParserScraper from ..helpers import indirectStarter, joinPathPartsNamer, xpath_class -from .common import _WPNaviIn, _WordPressScraper +from .common import _ComicControlScraper, _WPNaviIn, _WordPressScraper class FalconTwin(_BasicScraper): @@ -37,6 +37,12 @@ class FantasyRealms(_BasicScraper): starter = indirectStarter +class FarToTheNorth(_ComicControlScraper): + url = 'http://www.farnorthcomic.com/' + stripUrl = url + 'comic/%s' + firstStripUrl = stripUrl % 'don39t-tell' + + class FauxPas(_ParserScraper): url = 'http://www.ozfoxes.net/cgi/pl-fp1.cgi' stripUrl = url + '?%s'