mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Using YouTube's dumb permalink.
This commit is contained in:
parent
83c7517b35
commit
f78db7e17e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class FetchFeed:
|
|||
'description': content,
|
||||
'author_name': username,
|
||||
'categories': [],
|
||||
'unique_id': link,
|
||||
'unique_id': "tag:youtube.com,2008:video:%s" % video['id'],
|
||||
'pubdate': dateutil.parser.parse(video['snippet']['publishedAt']),
|
||||
}
|
||||
rss.add_item(**story_data)
|
||||
|
|
Loading…
Add table
Reference in a new issue