mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 22:36:34 -04:00
Fix #4438 (Inc Magazine Feed error in 0.6.32)
This commit is contained in:
@@ -31,6 +31,7 @@ class IncMagazineRecipe(BasicNewsRecipe):
|
||||
|
||||
def parse_index(self):
|
||||
soup = self.index_to_soup(self.INDEX)
|
||||
self.browser.open(self.INDEX)
|
||||
|
||||
url = self.browser.geturl()
|
||||
date = url.rpartition('/')[0].rpartition('/')[2]
|
||||
|
||||
Reference in New Issue
Block a user