youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 54b0e909d5deb45c025c7970a129939b3f4306a9
parent f8752b86ac66d462caeb44b2ec18eda94973466d
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Wed,  6 Jul 2016 20:10:47 +0800

[amp] Fix a typo

Diffstat:
Myoutube_dl/extractor/amp.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/amp.py b/youtube_dl/extractor/amp.py @@ -56,7 +56,7 @@ class AMPIE(InfoExtractor): media_url = media.get('url') if not media_url: continue - ext = mimetype2ext(media.get('type')) or determne_ext(media_url) + ext = mimetype2ext(media.get('type')) or determine_ext(media_url) if ext == 'f4m': formats.extend(self._extract_f4m_formats( media_url + '?hdcore=3.4.0&plugin=aasp-3.4.0.132.124',