fixing LoadingArtist
This commit is contained in:
parent
45ae1737b9
commit
9ba184eb43
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class LittleGamers(_BasicScraper):
|
|||
|
||||
|
||||
class LoadingArtist(_ParserScraper):
|
||||
url = 'http://www.loadingartist.com/comic/new-update/'
|
||||
url = 'http://www.loadingartist.com/latest'
|
||||
imageSearch = '//div[@class="comic"]//img'
|
||||
prevSearch = "//a[contains(concat(' ', @class, ' '), ' prev ')]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue