parent
473d551be6
commit
bdae76d12d
3 changed files with 6 additions and 7 deletions
|
@ -88,10 +88,11 @@ class ComicFury(ParserScraper):
|
|||
@classmethod
|
||||
def getmodules(cls): # noqa: Allowed to be long
|
||||
return (
|
||||
# These were once in the list below, but fell out from the index...
|
||||
# Cannot be found via search?!?
|
||||
cls('BadassologyByMichaelBay', 'strudelology'),
|
||||
cls('DandyAndCompany', 'dandyandcompany'),
|
||||
cls('DeadAtNight', 'deadnight'),
|
||||
cls('Exiern', 'exiern'),
|
||||
cls('Shatterrealm', 'shatterrealm'),
|
||||
|
||||
# do not edit anything below since these entries are generated from
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
||||
# Copyright (C) 2012-2014 Bastian Kleineidam
|
||||
# Copyright (C) 2015-2021 Tobias Gruetzmacher
|
||||
# Copyright (C) 2015-2022 Tobias Gruetzmacher
|
||||
# Copyright (C) 2019-2020 Daniel Ring
|
||||
import os
|
||||
from re import compile, IGNORECASE
|
||||
|
@ -217,11 +217,6 @@ class Evon(WordPressScraper):
|
|||
adult = True
|
||||
|
||||
|
||||
class Exiern(WordPressScraper):
|
||||
url = 'http://www.exiern.com/'
|
||||
firstStripUrl = url + '2005/09/06/so-far/'
|
||||
|
||||
|
||||
class ExploitationNow(WordPressNavi):
|
||||
url = 'http://www.exploitationnow.com/'
|
||||
firstStripUrl = url + '2000-07-07/9'
|
||||
|
|
|
@ -1681,4 +1681,7 @@ class Renamed(Scraper):
|
|||
cls('StudioKhimera/Draconia', 'Draconia'),
|
||||
cls('TracesOfThePast', 'RickGriffinStudios/TracesOfThePast'),
|
||||
cls('TracesOfThePast/NSFW', 'RickGriffinStudios/TracesOfThePastNSFW'),
|
||||
|
||||
# Renamed in 3.1
|
||||
cls('Exiern', 'ComicFury/Exiern'),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue