mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #174.
This commit is contained in:
parent
9a5021504f
commit
80e359ddde
@ -28,7 +28,7 @@ def get_feeds(browser):
|
|||||||
feeds = []
|
feeds = []
|
||||||
for link in soup.findAll('link', attrs={'type':'application/rss+xml'}):
|
for link in soup.findAll('link', attrs={'type':'application/rss+xml'}):
|
||||||
if link['title'] not in ['NYTimes.com Homepage', 'Obituaries', 'Pogue\'s Posts',
|
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',
|
'Most E-mailed Articles',
|
||||||
'Automobiles', 'Fashion & Style', 'Television News',
|
'Automobiles', 'Fashion & Style', 'Television News',
|
||||||
'Education']:
|
'Education']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user