mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-07 13:43:32 +08:00
update format_id
update format_id because there are two subdomain for download, not only ones
This commit is contained in:
@@ -52,7 +52,7 @@ class VoissaIE(InfoExtractor):
|
||||
url = v.get('url')
|
||||
formats.append({
|
||||
'url': url,
|
||||
'format_id': self._search_regex(r'http://download\.voissa\.fr/html5/([^/]+)/', url, 'Quality'),
|
||||
'format_id': self._search_regex(r'http://download.*\.voissa\.fr/html5/([^/]+)/', url, 'Quality'),
|
||||
'preference': n - i
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user