Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/amp.py
|
@ -56,7 +56,7 @@ class AMPIE(InfoExtractor): |
|
|
media_url = media.get('url') |
|
|
media_url = media.get('url') |
|
|
if not media_url: |
|
|
if not media_url: |
|
|
continue |
|
|
continue |
|
|
ext = mimetype2ext(media.get('type')) or determne_ext(media_url) |
|
|
|
|
|
|
|
|
ext = mimetype2ext(media.get('type')) or determine_ext(media_url) |
|
|
if ext == 'f4m': |
|
|
if ext == 'f4m': |
|
|
formats.extend(self._extract_f4m_formats( |
|
|
formats.extend(self._extract_f4m_formats( |
|
|
media_url + '?hdcore=3.4.0&plugin=aasp-3.4.0.132.124', |
|
|
media_url + '?hdcore=3.4.0&plugin=aasp-3.4.0.132.124', |
|
|