mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[youtube] Correct description in test case
This commit is contained in:
parent
67b7e712d8
commit
310d75d141
|
@ -360,7 +360,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
||||||
u"info_dict": {
|
u"info_dict": {
|
||||||
u"upload_date": "20121002",
|
u"upload_date": "20121002",
|
||||||
u"uploader_id": "8KVIDEO",
|
u"uploader_id": "8KVIDEO",
|
||||||
u"description": "No description available.",
|
u"description": '',
|
||||||
u"uploader": "8KVIDEO",
|
u"uploader": "8KVIDEO",
|
||||||
u"title": "UHDTV TEST 8K VIDEO.mp4"
|
u"title": "UHDTV TEST 8K VIDEO.mp4"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue