mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-20 19:15:17 +08:00
[1tv] Fix video id extraction
This commit is contained in:
parent
3ed81714d8
commit
4afa4ff223
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user