mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
eafb79aaca
commit
c0397def21
@ -73,7 +73,7 @@ class AINOnline(BasicNewsRecipe):
|
||||
|
||||
articles = []
|
||||
for div in section.findAll(attrs=article_attrs):
|
||||
if frozenset(['views-row']).intersection(frozenset(div['class'])):
|
||||
if 'views-row' in div['class']:
|
||||
a = div.find(**classes('title')).a
|
||||
elif 'featured-story' in div['class']:
|
||||
a = div.find(
|
||||
|
Loading…
x
Reference in New Issue
Block a user