(Re-)Add ControlAltDelete (aka cad-comic) (#245)
This was removed in 2016 (commit 13a3409
), because it was blocking Dosage.
Co-authored-by: Tobias Gruetzmacher <tobias-git@23.gs>
This commit is contained in:
parent
b37a0ddc68
commit
473d551be6
2 changed files with 9 additions and 2 deletions
|
@ -410,6 +410,14 @@ class CSectionComics(WordPressScraper):
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
|
class CtrlAltDel(WordPressWebcomic):
|
||||||
|
url = 'https://cad-comic.com/'
|
||||||
|
stripUrl = url + 'comic/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'nice-melon'
|
||||||
|
imageSearch = '//div[@class="comicpage"]//img[contains (@src,"/uploads/")]'
|
||||||
|
prevSearch = '//a[@rel="prev"]'
|
||||||
|
|
||||||
|
|
||||||
class CucumberQuest(WordPressWebcomic):
|
class CucumberQuest(WordPressWebcomic):
|
||||||
baseUrl = 'http://cucumber.gigidigi.com/'
|
baseUrl = 'http://cucumber.gigidigi.com/'
|
||||||
stripUrl = baseUrl + 'cq/%s/'
|
stripUrl = baseUrl + 'cq/%s/'
|
||||||
|
|
|
@ -208,8 +208,7 @@ class Removed(Scraper):
|
||||||
cls('Creators/GirlsandSportsinSpanish'),
|
cls('Creators/GirlsandSportsinSpanish'),
|
||||||
cls('Creators/Recess'),
|
cls('Creators/Recess'),
|
||||||
cls('Creators/RugratsinSpanish'),
|
cls('Creators/RugratsinSpanish'),
|
||||||
cls('CtrlAltDel', 'block'),
|
cls('CtrlAltDel/Sillies'),
|
||||||
cls('CtrlAltDel/Sillies', 'block'),
|
|
||||||
cls('DailyDose'),
|
cls('DailyDose'),
|
||||||
cls('DamnLol'),
|
cls('DamnLol'),
|
||||||
cls('DeathToTheExtremist'),
|
cls('DeathToTheExtremist'),
|
||||||
|
|
Loading…
Reference in a new issue