1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 14:57:51 +08:00

Update iwara.py

This commit is contained in:
Sergey M 2018-07-21 17:39:30 +07:00 committed by GitHub
parent 588d6d5660
commit 7881c9ee56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,6 @@ class IwaraIE(InfoExtractor):
format_id = a_format.get('resolution') format_id = a_format.get('resolution')
height = int_or_none(self._search_regex( height = int_or_none(self._search_regex(
r'(\d+)p', format_id, 'height', default=None)) r'(\d+)p', format_id, 'height', default=None))
formats.append({ formats.append({
'url': self._proto_relative_url(a_format['uri'], 'https:'), 'url': self._proto_relative_url(a_format['uri'], 'https:'),
'format_id': format_id, 'format_id': format_id,