mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Update Go Comics
This commit is contained in:
parent
e9f82abf39
commit
1fb6bd16ca
@ -579,7 +579,7 @@ class GoComics(BasicNewsRecipe):
|
||||
page_soup = self.index_to_soup(url)
|
||||
if not page_soup:
|
||||
break
|
||||
content = page_soup.find(attrs={'class':'item-comic-container'})
|
||||
content = page_soup.find(attrs={'class':'comic__image'})
|
||||
if content is None:
|
||||
break
|
||||
current_articles.append(self.parse_comic_page(content))
|
||||
|
Loading…
x
Reference in New Issue
Block a user