mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 09:02:52 +08:00
Update iwara.py
This commit is contained in:
parent
588d6d5660
commit
7881c9ee56
@ -76,7 +76,6 @@ class IwaraIE(InfoExtractor):
|
||||
format_id = a_format.get('resolution')
|
||||
height = int_or_none(self._search_regex(
|
||||
r'(\d+)p', format_id, 'height', default=None))
|
||||
|
||||
formats.append({
|
||||
'url': self._proto_relative_url(a_format['uri'], 'https:'),
|
||||
'format_id': format_id,
|
||||
|
Loading…
Reference in New Issue
Block a user