looks like this does not allways happen
This commit is contained in:
parent
f26f5de666
commit
037bd575bf
1 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@ def getInfoFromAtom(entry, video_url_base=None):
|
|||
info['description'] = entry['description']
|
||||
info['author'] = entry['author']
|
||||
#info['published'] = entry['published_parsed']
|
||||
if 'media_keywords' in entry:
|
||||
info['keywords'] = entry['media_keywords'].split(', ')
|
||||
info['url'] = entry['links'][0]['href']
|
||||
info['id'] = findString(info['url'], "/watch?v=")
|
||||
|
|
Loading…
Reference in a new issue