video name fixed.

pull/30796/head
Ehtisham Sabir 3 years ago
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…
Cancel
Save