mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9bdc8b33e1
commit
b80ba397d5
@ -39,7 +39,8 @@ class Seminar(BasicNewsRecipe):
|
|||||||
url = a['href']
|
url = a['href']
|
||||||
if url.endswith('.htm'):
|
if url.endswith('.htm'):
|
||||||
url = 'https://www.india-seminar.com/' + d.strftime('%Y') + '/' + url
|
url = 'https://www.india-seminar.com/' + d.strftime('%Y') + '/' + url
|
||||||
title = self.tag_to_string(a)
|
title = self.tag_to_string(a).strip()
|
||||||
|
if title:
|
||||||
self.log(title, ' at ', url)
|
self.log(title, ' at ', url)
|
||||||
ans.append({'title': title, 'url': url})
|
ans.append({'title': title, 'url': url})
|
||||||
return [('Articles', ans)]
|
return [('Articles', ans)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user