Merge pull request #12 from Freestila/master
Changed comic name, since comic is named FowlLanguage instead of FoulLan... Conflicts: dosagelib/plugins/f.py
This commit is contained in:
commit
9f33c31c68
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,8 @@ class ForLackOfABetterComic(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'(%s\?id\=\d+)' % rurl) + r'Prev')
|
||||
help = 'Index format: number'
|
||||
|
||||
class FoulLanguage(_BasicScraper):
|
||||
|
||||
class FowlLanguage(_BasicScraper):
|
||||
url = 'http://www.fowllanguagecomics.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % 'part-of-the-process'
|
||||
|
@ -141,6 +142,7 @@ class FoulLanguage(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'([^"]+)', after="comic-nav-previous"))
|
||||
help = 'Index format: yyyy/mm/stripname'
|
||||
|
||||
|
||||
class Freefall(_BasicScraper):
|
||||
url = 'http://freefall.purrsia.com/default.htm'
|
||||
stripUrl = 'http://freefall.purrsia.com/ff%s/fc%s.htm'
|
||||
|
|
Loading…
Reference in a new issue