Fix UrgentTransformationCrisis

This commit is contained in:
Techwolf 2019-07-05 22:23:37 -07:00 committed by Tobias Gruetzmacher
parent 56573c41ae
commit 478125f621

View file

@ -70,3 +70,8 @@ class Unsounded(_BasicScraper):
class UrgentTransformationCrisis(_WordPressScraper):
url = 'http://www.catomix.com/utc/'
firstStripUrl = url + 'comic/cover1'
def namer(self, imageUrl, pageUrl):
# Fix inconsistent filenames
filename = imageUrl.rsplit('/', 1)[-1].rsplit('?', 1)[0]
return filename.replace('FVLYHD', 'LYHDpage').replace('UTC084web', '20091218c')