mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-25 17:27:26 +09:00
video name fixed.
This commit is contained in:
parent
42b0ca233d
commit
aeb5abe2b9
@ -49,7 +49,7 @@ class WikimediaIE(InfoExtractor):
|
|||||||
info['url'] = video_url
|
info['url'] = video_url
|
||||||
info['description'] = clean_html(description)
|
info['description'] = clean_html(description)
|
||||||
info['ext'] = 'webm'
|
info['ext'] = 'webm'
|
||||||
info['id'] = video_id
|
info['id'] = video_id[:-5]
|
||||||
info['title'] = self._og_search_title(webpage).replace("File:", "")
|
info['title'] = self._og_search_title(webpage).replace("File:", "")
|
||||||
info['license'] = licenze
|
info['license'] = licenze
|
||||||
info['author'] = author
|
info['author'] = author
|
||||||
|
Loading…
Reference in New Issue
Block a user