Fix ByTheBook
This commit is contained in:
parent
5d384f311e
commit
c532f80bcd
2 changed files with 8 additions and 1 deletions
|
@ -336,3 +336,10 @@ class ButterSafe(_ParserScraper):
|
|||
imageSearch = '//div[@id="comic"]/img'
|
||||
prevSearch = '//a[@rel="prev"]'
|
||||
help = 'Index format: yyyy/mm/dd/stripname'
|
||||
|
||||
|
||||
class ByTheBook(_WordPressScraper):
|
||||
url = 'http://www.btbcomic.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'chapter-1-page-0'
|
||||
adult = True
|
||||
|
|
|
@ -775,7 +775,6 @@ class Removed(Scraper):
|
|||
cls('SmackJeeves/BoogeyDancingMonkeyPot'),
|
||||
cls('SmackJeeves/BreachOfAgency'),
|
||||
cls('SmackJeeves/Burn'),
|
||||
cls('SmackJeeves/ByTheBook'),
|
||||
cls('SmackJeeves/CafeSuada'),
|
||||
cls('SmackJeeves/Cambion'),
|
||||
cls('SmackJeeves/CaptiveSoul'),
|
||||
|
@ -1424,6 +1423,7 @@ class Renamed(Scraper):
|
|||
cls('GoComics/WebcomicName', 'WebcomicName'),
|
||||
cls('Shivae/BlackRose', 'BlackRose'),
|
||||
cls('SmackJeeves/BlackTapestries', 'ComicFury/BlackTapestries'),
|
||||
cls('SmackJeeves/ByTheBook', 'ByTheBook'),
|
||||
cls('SmackJeeves/FurryExperience', 'ComicFury/FurryExperience'),
|
||||
cls('SmackJeeves/GrowingTroubles', 'ComicFury/GrowingTroubles'),
|
||||
cls('SmackJeeves/TheRealmOfKaerwyn', 'ComicFury/TheRealmOfKaerwyn'),
|
||||
|
|
Loading…
Reference in a new issue