mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
16a1f2890b
commit
95557dd2d7
@ -66,7 +66,7 @@ class IndiaToday(BasicNewsRecipe):
|
|||||||
return citem['content'].replace('300', '600')
|
return citem['content'].replace('300', '600')
|
||||||
|
|
||||||
def parse_index(self):
|
def parse_index(self):
|
||||||
issue = https://www.indiatoday.in/magazine'
|
issue = 'https://www.indiatoday.in/magazine'
|
||||||
d = self.recipe_specific_options.get('date')
|
d = self.recipe_specific_options.get('date')
|
||||||
if d and isinstance(d, str):
|
if d and isinstance(d, str):
|
||||||
issue = issue + '/' + d
|
issue = issue + '/' + d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user