mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -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'})
|
||||
if cover is not None:
|
||||
self.cover_url = cover['src']
|
||||
self.cover_url = cover['src'].replace(' ', '%20')
|
||||
|
||||
feeds = []
|
||||
seen_titles = set([])
|
||||
|
Loading…
x
Reference in New Issue
Block a user