mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
46480ad83b
@ -78,7 +78,7 @@ class Frontline(BasicNewsRecipe):
|
||||
|
||||
feeds_dict = defaultdict(list)
|
||||
|
||||
mag = soup.find(**classes('section-magazine'))
|
||||
mag = soup.find(**classes('current-issue-in-this-issue'))
|
||||
for div in mag.findAll('div', attrs={'class':'content'}):
|
||||
a = div.find(**classes('title')).find('a')
|
||||
url = a['href']
|
||||
|
Loading…
x
Reference in New Issue
Block a user