mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
880d360e0d
commit
955990c17d
@ -39,7 +39,7 @@ class TheAtlantic(BasicNewsRecipe):
|
|||||||
|
|
||||||
cover = soup.find('img', src=True, attrs={'class':'cover'})
|
cover = soup.find('img', src=True, attrs={'class':'cover'})
|
||||||
if cover is not None:
|
if cover is not None:
|
||||||
self.cover_url = cover['src']
|
self.cover_url = cover['src'].replace(' ', '%20')
|
||||||
|
|
||||||
feeds = []
|
feeds = []
|
||||||
seen_titles = set([])
|
seen_titles = set([])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user