Merge pull request #243 from vangroan/BeachWzrd

Added BeachWZRD
This commit is contained in:
Tobias Gruetzmacher 2022-11-17 22:27:25 +01:00 committed by GitHub
commit a039facffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,14 @@ class Baroquen(_BasicScraper):
help = 'Index format: yyyy/mm/dd/strip-name'
class BeachWzrd(WordPressScraper):
url = 'https://mcnostril.com/comic/chapter-1-cover/'
firstStripUrl = url
imageSearch = '//div[@id="comic"]//noscript/img'
latestSearch = '//a[d:class("comic-nav-last")]'
starter = indirectStarter
class Bearmageddon(WordPressScraper):
url = 'http://bearmageddon.com/bearmo/page-1/'
firstStripUrl = url