Restore standalone DeerMe

They seem to have moved back from ComicFury to their own hosting...
This commit is contained in:
Tobias Gruetzmacher 2022-06-04 11:12:55 +02:00
parent 99b72c90be
commit c467de05e3
3 changed files with 9 additions and 2 deletions

View file

@ -337,7 +337,6 @@ class ComicFury(_ParserScraper):
cls('DeadFingers', 'deadfingers'),
cls('DeadRabbitCa', 'afairtrade'),
cls('DeepBlue', 'deepblue'),
cls('DeerMe', 'deerme'),
cls('DefineHero', 'definehero'),
cls('DELIA', 'delia'),
cls('DemasPokmonAdventure', 'nuzlocke-dema'),

View file

@ -88,6 +88,15 @@ class DeepFried(_BasicScraper):
help = 'Index format: none'
class DeerMe(_ParserScraper):
url = 'https://www.deerme.net/'
firstStripUrl = url + 'a.php?b=comic/c001-image/dm-20031121-001-0001'
imageSearch = '//div[d:class("ComicImage")]/img'
prevSearch = '//a[@rel="prev"]'
nextSearch = '//a[@rel="next"]'
starter = bounceStarter
class Delve(_WordPressScraper):
url = 'https://thisis.delvecomic.com/NewWP/'
stripUrl = url + 'comic/%s/'

View file

@ -1613,7 +1613,6 @@ class Renamed(Scraper):
# Renamed in 3.0
cls('AHClub', 'RickGriffinStudios/AHClub'),
cls('CrapIDrewOnMyLunchBreak', 'WebToons/CrapIDrewOnMyLunchBreak'),
cls('DeerMe', 'ComicFury/DeerMe'),
cls('GoComics/BloomCounty2017', 'GoComics/BloomCounty2019'),
cls('GoComics/Cathy', 'GoComics/CathyClassics'),
cls('GoComics/Owlturd', 'GoComics/ShenComix'),