mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
c867da7275
commit
dfc9687795
@ -156,7 +156,8 @@ class DefaultProfile(object):
|
||||
def parse_feeds(self):
|
||||
'''
|
||||
Create list of articles from a list of feeds.
|
||||
@return: A list of dictionaries, each of the form:
|
||||
@return: A dictionary whose keys are feed titles and whose values are each
|
||||
a list of dictionaries. Each list contains dictionaries of the form:
|
||||
{
|
||||
'title' : article title,
|
||||
'url' : URL of print version,
|
||||
|
Loading…
x
Reference in New Issue
Block a user