Merge TracyAndTristan into ComicFury list

This commit is contained in:
Techwolf 2019-07-05 22:35:28 -07:00 committed by Tobias Gruetzmacher
parent 48e064cf1b
commit 6e125fb05f
3 changed files with 2 additions and 9 deletions

View file

@ -1112,6 +1112,7 @@ class ComicFury(_ParserScraper):
cls('TotallyKaimeraBackgroundStory2', 'totallykaimerabackgroundstory2'),
cls('TotallyKaimeraPart2', 'totallykaimerapart2'),
cls('TotallyKaimeraPart3', 'totallykaimerapart3'),
cls('TracyAndTristan', 'tandt'),
cls('TradScribbles', 'tradscribbles'),
cls('TrAgEdY', 'tragedy'),
cls('TransdimensionalBrainChip', 'brainchip'),

View file

@ -625,6 +625,7 @@ class Renamed(Scraper):
cls('KeenSpot/TheGodChild', 'GodChild'),
cls('PetiteSymphony/Djandora', 'ComicsBreak/Djandora'),
cls('PetiteSymphony/Generation17', 'ComicsBreak/Generation17'),
cls('TracyAndTristan', 'ComicFury/TracyAndTristan'),
cls('Wulffmorgenthaler', 'WuMo'),
cls('ZebraGirl', 'ComicFury/ZebraGirl'),
)

View file

@ -218,15 +218,6 @@ class TracesOfThePastNSFW(_WPNaviIn):
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):
url = 'http://www.trippingoveryou.com/'
stripUrl = url + 'comic/%s'