mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
This commit is contained in:
parent
2e3157cfa3
commit
0b088b7eac
@ -156,6 +156,13 @@ class DefaultProfile(object):
|
|||||||
def parse_feeds(self):
|
def parse_feeds(self):
|
||||||
'''
|
'''
|
||||||
Create list of articles from a list of feeds.
|
Create list of articles from a list of feeds.
|
||||||
|
@return: A list of dictionaries, each of the form:
|
||||||
|
{
|
||||||
|
'title' : article title,
|
||||||
|
'url' : URL of print version,
|
||||||
|
'date' : The publication date of the article as a string,
|
||||||
|
'description' : A summary of the article
|
||||||
|
}
|
||||||
'''
|
'''
|
||||||
added_articles = {}
|
added_articles = {}
|
||||||
feeds = self.get_feeds()
|
feeds = self.get_feeds()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user