Add ATaleOfTails
This commit is contained in:
parent
323bfc3a6a
commit
15a5953120
1 changed files with 7 additions and 0 deletions
|
@ -290,5 +290,12 @@ class AstronomyPOTD(_ParserScraper):
|
||||||
image_url.split('/')[-1].split('.')[0])
|
image_url.split('/')[-1].split('.')[0])
|
||||||
|
|
||||||
|
|
||||||
|
class ATaleOfTails(_WordPressScraper):
|
||||||
|
url = 'http://www.feretta.net/'
|
||||||
|
stripUrl = url + 'comic/%s/'
|
||||||
|
firstStripUrl = stripUrl % 'a-tale-of-tails-1-0'
|
||||||
|
adult = True
|
||||||
|
|
||||||
|
|
||||||
class AxeCop(_WordPressScraper):
|
class AxeCop(_WordPressScraper):
|
||||||
url = 'http://axecop.com/comic/season-two/'
|
url = 'http://axecop.com/comic/season-two/'
|
||||||
|
|
Loading…
Reference in a new issue