mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-24 12:20:09 +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['description'] = clean_html(description)
|
||||
info['ext'] = 'webm'
|
||||
info['id'] = video_id
|
||||
info['id'] = video_id[:-5]
|
||||
info['title'] = self._og_search_title(webpage).replace("File:", "")
|
||||
info['license'] = licenze
|
||||
info['author'] = author
|
||||
|
Loading…
Reference in New Issue
Block a user