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