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
79fb9a96b7
@ -41,8 +41,9 @@ class horizons(BasicNewsRecipe):
|
||||
self.log(self.cover_url)
|
||||
issue = a.find('div', attrs={'class':'horizon-gallery-title'})
|
||||
if issue:
|
||||
self.timefmt = ' [' + self.tag_to_string(issue).strip() + ']'
|
||||
self.log('Downloading Issue: ', self.timefmt)
|
||||
self.title = self.tag_to_string(issue).strip()
|
||||
self.timefmt = ' [' + self.tag_to_string(issue).strip().replace('Horizons ', '') + ']'
|
||||
self.log('Downloading Issue: ', self.timefmt, self.title)
|
||||
soup = self.index_to_soup(url)
|
||||
|
||||
feeds = []
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 348 B |
Binary file not shown.
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 171 B |
Loading…
x
Reference in New Issue
Block a user