mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 18:36:07 +01:00
[amp] Fix a typo
This commit is contained in:
parent
f8752b86ac
commit
54b0e909d5
@ -56,7 +56,7 @@ def get_media_node(name, default=None):
|
|||||||
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user