projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed8171
)
[1tv] Fix video id extraction
author
Sergey M․
<dstftw@gmail.com>
Mon, 5 Dec 2016 16:28:57 +0000
(23:28 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 5 Dec 2016 16:28:57 +0000
(23:28 +0700)
youtube_dl/extractor/firsttv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/firsttv.py
b/youtube_dl/extractor/firsttv.py
index 4463d3d207bb18375a215c0b0900cda2957eca42..47673e2d44e6845ea0e605356135e75505c8526b 100644
(file)
--- a/
youtube_dl/extractor/firsttv.py
+++ b/
youtube_dl/extractor/firsttv.py
@@
-107,7
+107,7
@@
class FirstTVIE(InfoExtractor):
'ya:ovs:upload_date', webpage, 'upload date', default=None))
entries.append({
- 'id':
item.get('id') or uid
,
+ 'id':
compat_str(item.get('id') or item['uid'])
,
'thumbnail': thumbnail,
'title': title,
'upload_date': upload_date,