Fix MenageA3 (fixes #217)
This commit is contained in:
parent
5a0898a0f1
commit
7eb1bf6ff5
1 changed files with 3 additions and 10 deletions
|
@ -126,16 +126,9 @@ class Melonpool(_WordPressScraper):
|
|||
|
||||
class MenageA3(_ComicControlScraper):
|
||||
adult = True
|
||||
url = 'http://www.ma3comic.com/'
|
||||
|
||||
@classmethod
|
||||
def namer(cls, imageUrl, pageUrl):
|
||||
"""Remove random junk from image names."""
|
||||
imgname = imageUrl.split('/')[-1]
|
||||
imgbase = imgname.rsplit('-', 1)[1]
|
||||
return '%s' % (imgbase)
|
||||
|
||||
help = 'Index format: name'
|
||||
url = 'https://pixietrixcomix.com/menage-a-3/'
|
||||
firstStripUrl = url + 'for-new-readers'
|
||||
endOfLife = True
|
||||
|
||||
|
||||
class Metacarpolis(_ComicControlScraper):
|
||||
|
|
Loading…
Reference in a new issue