Add FarToTheNorth
This commit is contained in:
parent
a6310c8eeb
commit
38a29f631f
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ from re import compile, escape, IGNORECASE
|
||||||
from ..util import tagre
|
from ..util import tagre
|
||||||
from ..scraper import _BasicScraper, _ParserScraper
|
from ..scraper import _BasicScraper, _ParserScraper
|
||||||
from ..helpers import indirectStarter, joinPathPartsNamer, xpath_class
|
from ..helpers import indirectStarter, joinPathPartsNamer, xpath_class
|
||||||
from .common import _WPNaviIn, _WordPressScraper
|
from .common import _ComicControlScraper, _WPNaviIn, _WordPressScraper
|
||||||
|
|
||||||
|
|
||||||
class FalconTwin(_BasicScraper):
|
class FalconTwin(_BasicScraper):
|
||||||
|
@ -37,6 +37,12 @@ class FantasyRealms(_BasicScraper):
|
||||||
starter = indirectStarter
|
starter = indirectStarter
|
||||||
|
|
||||||
|
|
||||||
|
class FarToTheNorth(_ComicControlScraper):
|
||||||
|
url = 'http://www.farnorthcomic.com/'
|
||||||
|
stripUrl = url + 'comic/%s'
|
||||||
|
firstStripUrl = stripUrl % 'don39t-tell'
|
||||||
|
|
||||||
|
|
||||||
class FauxPas(_ParserScraper):
|
class FauxPas(_ParserScraper):
|
||||||
url = 'http://www.ozfoxes.net/cgi/pl-fp1.cgi'
|
url = 'http://www.ozfoxes.net/cgi/pl-fp1.cgi'
|
||||||
stripUrl = url + '?%s'
|
stripUrl = url + '?%s'
|
||||||
|
|
Loading…
Reference in a new issue