Merge TracyAndTristan into ComicFury list
This commit is contained in:
parent
48e064cf1b
commit
6e125fb05f
3 changed files with 2 additions and 9 deletions
|
@ -1112,6 +1112,7 @@ class ComicFury(_ParserScraper):
|
||||||
cls('TotallyKaimeraBackgroundStory2', 'totallykaimerabackgroundstory2'),
|
cls('TotallyKaimeraBackgroundStory2', 'totallykaimerabackgroundstory2'),
|
||||||
cls('TotallyKaimeraPart2', 'totallykaimerapart2'),
|
cls('TotallyKaimeraPart2', 'totallykaimerapart2'),
|
||||||
cls('TotallyKaimeraPart3', 'totallykaimerapart3'),
|
cls('TotallyKaimeraPart3', 'totallykaimerapart3'),
|
||||||
|
cls('TracyAndTristan', 'tandt'),
|
||||||
cls('TradScribbles', 'tradscribbles'),
|
cls('TradScribbles', 'tradscribbles'),
|
||||||
cls('TrAgEdY', 'tragedy'),
|
cls('TrAgEdY', 'tragedy'),
|
||||||
cls('TransdimensionalBrainChip', 'brainchip'),
|
cls('TransdimensionalBrainChip', 'brainchip'),
|
||||||
|
|
|
@ -625,6 +625,7 @@ class Renamed(Scraper):
|
||||||
cls('KeenSpot/TheGodChild', 'GodChild'),
|
cls('KeenSpot/TheGodChild', 'GodChild'),
|
||||||
cls('PetiteSymphony/Djandora', 'ComicsBreak/Djandora'),
|
cls('PetiteSymphony/Djandora', 'ComicsBreak/Djandora'),
|
||||||
cls('PetiteSymphony/Generation17', 'ComicsBreak/Generation17'),
|
cls('PetiteSymphony/Generation17', 'ComicsBreak/Generation17'),
|
||||||
|
cls('TracyAndTristan', 'ComicFury/TracyAndTristan'),
|
||||||
cls('Wulffmorgenthaler', 'WuMo'),
|
cls('Wulffmorgenthaler', 'WuMo'),
|
||||||
cls('ZebraGirl', 'ComicFury/ZebraGirl'),
|
cls('ZebraGirl', 'ComicFury/ZebraGirl'),
|
||||||
)
|
)
|
||||||
|
|
|
@ -218,15 +218,6 @@ class TracesOfThePastNSFW(_WPNaviIn):
|
||||||
adult = True
|
adult = True
|
||||||
|
|
||||||
|
|
||||||
class TracyAndTristan(_BasicScraper):
|
|
||||||
url = 'http://tandt.thecomicseries.com/'
|
|
||||||
rurl = escape(url)
|
|
||||||
stripUrl = url + 'comics/%s'
|
|
||||||
imageSearch = compile(tagre("img", "src", r'(%simages/comics/[^"]+)' % rurl))
|
|
||||||
prevSearch = compile(tagre("a", "href", r'(/comics/\d+)', after="prev"))
|
|
||||||
help = 'Index format: number'
|
|
||||||
|
|
||||||
|
|
||||||
class TrippingOverYou(_BasicScraper):
|
class TrippingOverYou(_BasicScraper):
|
||||||
url = 'http://www.trippingoveryou.com/'
|
url = 'http://www.trippingoveryou.com/'
|
||||||
stripUrl = url + 'comic/%s'
|
stripUrl = url + 'comic/%s'
|
||||||
|
|
Loading…
Reference in a new issue