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'