Merge pull request #174 from garbled1/newcomics

Add 9 new comics
This commit is contained in:
Tobias Gruetzmacher 2020-09-15 00:14:33 +02:00 committed by GitHub
commit ab1217b1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 46 additions and 0 deletions

View file

@ -47,6 +47,11 @@ class DasLebenIstKeinPonyhof(_WPNaviIn):
lang = 'de' lang = 'de'
class DaughterOfTheLilies(_ComicControlScraper):
url = 'https://www.daughterofthelilies.com/'
firstStripUrl = url + 'dotl/part-1-a-girl-with-no-face'
class DeadWinter(_BasicScraper): class DeadWinter(_BasicScraper):
url = 'http://deadwinter.cc/' url = 'http://deadwinter.cc/'
stripUrl = url + 'page/%s' stripUrl = url + 'page/%s'

View file

@ -152,6 +152,11 @@ class Guardia(_ParserScraper):
return pageUrl.rsplit('=', 1)[-1] + '.' + imageUrl.rsplit('.', 1)[-1] return pageUrl.rsplit('=', 1)[-1] + '.' + imageUrl.rsplit('.', 1)[-1]
class GuildedAge(_WordPressScraper):
url = 'http://guildedage.net/'
firstStripUrl = url + 'comic/chapter-1-cover/'
class GUComics(_BasicScraper): class GUComics(_BasicScraper):
url = 'http://www.gucomics.com/' url = 'http://www.gucomics.com/'
stripUrl = url + '%s' stripUrl = url + '%s'

View file

@ -85,6 +85,12 @@ class NewWorld(_WordPressScraper):
help = 'Index format: yyyy/mm/dd/stripn' help = 'Index format: yyyy/mm/dd/stripn'
class NeverSatisfied(_ComicControlScraper):
url = 'https://www.neversatisfiedcomic.com/'
stripUrl = url + 'comic/%s'
firstStripUrl = stripUrl % 'never-satisfied'
class NichtLustig(_BasicScraper): class NichtLustig(_BasicScraper):
url = 'http://www.nichtlustig.de/main.html' url = 'http://www.nichtlustig.de/main.html'
stripUrl = 'http://static.nichtlustig.de/toondb/%s.html' stripUrl = 'http://static.nichtlustig.de/toondb/%s.html'

View file

@ -41,6 +41,11 @@ class ParallelUniversum(_BasicScraper):
lang = 'de' lang = 'de'
class ParaNatural(_ComicControlScraper):
url = 'https://www.paranatural.net/'
firstStripUrl = url + 'comic/chapter-1'
class PartiallyClips(_WordPressScraper): class PartiallyClips(_WordPressScraper):
url = ('https://web.archive.org/web/20180509161332/' url = ('https://web.archive.org/web/20180509161332/'
'http://partiallyclips.com/') 'http://partiallyclips.com/')

View file

@ -38,6 +38,11 @@ class SafelyEndangered(_WPNavi):
firstStripUrl = url + 'comic/ignored/' firstStripUrl = url + 'comic/ignored/'
class SaffronAndSage(_WordPressScraper):
url = 'https://www.saffroncomic.com/'
firstStripUrl = url + 'comic/p0001/'
class SailorsunOrg(_WordPressScraper): class SailorsunOrg(_WordPressScraper):
url = 'http://sailorsun.org/' url = 'http://sailorsun.org/'
@ -241,6 +246,11 @@ class SinFest(_ParserScraper):
help = 'Index format: yyyy-mm-dd' help = 'Index format: yyyy-mm-dd'
class SisterClaire(_ComicControlScraper):
url = 'https://www.sisterclaire.com/comic/'
firstStripUrl = url + 'book-one'
class SixGunMage(_ComicControlScraper): class SixGunMage(_ComicControlScraper):
url = 'http://www.6gunmage.com/comic/' url = 'http://www.6gunmage.com/comic/'
stripUrl = url + '%s' stripUrl = url + '%s'

View file

@ -32,6 +32,11 @@ class Tamberlane(_WPWebcomic):
prevSearch = '//a[@class="previous-link"]' prevSearch = '//a[@class="previous-link"]'
class TheBoyWhoFell(_ComicControlScraper):
url = 'https://www.boywhofell.com/'
firstStripUrl = url + 'comic/ch00p00'
class TheBrads(_ParserScraper): class TheBrads(_ParserScraper):
url = ('https://web.archive.org/web/20171211154809/' url = ('https://web.archive.org/web/20171211154809/'
'http://bradcolbow.com/archive/C4/') 'http://bradcolbow.com/archive/C4/')
@ -80,6 +85,11 @@ class TheDreamlandChronicles(_WordPressScraper):
url = 'http://www.thedreamlandchronicles.com/' url = 'http://www.thedreamlandchronicles.com/'
class TheForgottenOrder(_ComicControlScraper):
url = 'http://www.forgottenordercomic.com/'
firstStripUrl = url + 'comic/prolouge-01-book-1'
class TheGamerCat(_ParserScraper): class TheGamerCat(_ParserScraper):
url = 'https://thegamercat.com/' url = 'https://thegamercat.com/'
stripUrl = url + 'comic/%s/' stripUrl = url + 'comic/%s/'
@ -106,6 +116,11 @@ class TheGentleWolf(_WordPressScraper):
return filename return filename
class TheGlassScientists(_ComicControlScraper):
url = 'https://www.theglassscientists.com/'
firstStripUrl = url + 'comic/chapter-i'
class TheJunkHyenasDiner(_WordPressScraper): class TheJunkHyenasDiner(_WordPressScraper):
url = 'http://junkhyenasdiner.com/' url = 'http://junkhyenasdiner.com/'
stripUrl = url + 'comic/%s/' stripUrl = url + 'comic/%s/'