Move some ex-KeenSpot comics to shorter names.

This commit is contained in:
Tobias Gruetzmacher 2016-10-14 14:23:33 +02:00
parent b17d6e5f22
commit 06be2a026b
3 changed files with 5 additions and 3 deletions

View file

@ -104,7 +104,6 @@ class ElfOnlyInn(_BasicScraper):
class ElGoonishShive(_BasicScraper):
name = 'KeenSpot/ElGoonishShive'
url = 'http://www.egscomics.com/'
stripUrl = url + 'index.php?id=%s'
imageSearch = compile(tagre("img", "src", r'(comics/[^"]+)',
@ -115,7 +114,6 @@ class ElGoonishShive(_BasicScraper):
class ElGoonishShiveNP(_BasicScraper):
name = 'KeenSpot/ElGoonishShiveNP'
url = 'http://www.egscomics.com/egsnp.php'
stripUrl = url + '?id=%s'
imageSearch = compile(tagre("img", "src", r'(comics/[^"]+)',

View file

@ -371,7 +371,10 @@ class Renamed(Scraper):
cls('DarkWings', 'Eryl'),
cls('FoulLanguage', 'GoComics/FowlLanguage'),
cls('GoComics/BloomCounty2015', 'GoComics/BloomCounty2016'),
cls('KeenSpot/ElGoonishShive', 'ElGoonishShive'),
cls('KeenSpot/ElGoonishShiveNP', 'ElGoonishShiveNP'),
cls('KeenSpot/Newshounds', 'KeenSpot/InfinityRefugees'),
cls('KeenSpot/SinFest', 'SinFest'),
cls('KeenSpot/TheGodChild', 'GodChild'),
cls('Wulffmorgenthaler', 'WuMo'),
cls('ZebraGirl', 'ComicFury/ZebraGirl'),

View file

@ -256,7 +256,6 @@ class ShotgunShuffle(_WordPressScraper):
class SinFest(_BasicScraper):
name = 'KeenSpot/SinFest'
url = 'http://www.sinfest.net/'
stripUrl = url + 'view.php?date=%s'
imageSearch = compile(tagre("img", "src", r'(btphp/comics/.+)',
@ -383,6 +382,7 @@ class SpaceTrawler(_WordPressScraper):
prevSearch = '//a[%s]' % xpath_class('navi-prev')
endOfLife = True
class SpaceJunkArlia(_BasicScraper):
url = 'http://spacejunkarlia.com'
stripUrl = url + '/index.php?strip_id=%s'
@ -391,6 +391,7 @@ class SpaceJunkArlia(_BasicScraper):
prevSearch = compile(tagre('a', 'href', r'(\?strip_id=\d+)') + '&lt;<')
help = 'Index format: number'
class Spamusement(_BasicScraper):
url = 'http://spamusement.com/'
rurl = escape(url)