mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 06:26:17 +01:00
Fix #174.
This commit is contained in:
parent
9a5021504f
commit
80e359ddde
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def get_feeds(browser):
|
|||
feeds = []
|
||||
for link in soup.findAll('link', attrs={'type':'application/rss+xml'}):
|
||||
if link['title'] not in ['NYTimes.com Homepage', 'Obituaries', 'Pogue\'s Posts',
|
||||
'Dining & Wine', 'Home & Garden', 'Magazine',
|
||||
'Dining & Wine', 'Home & Garden', 'Multimedia',
|
||||
'Most E-mailed Articles',
|
||||
'Automobiles', 'Fashion & Style', 'Television News',
|
||||
'Education']:
|
||||
|
|
|
|||
Loading…
Reference in a new issue