logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: fc86d4eed0bf10f8f90326472811e5b4d4ad4bd9
parent 7d273a387aade7665cd25eee69d94ee615d9a4b9
Author: Remita Amine <remitamine@gmail.com>
Date:   Fri, 16 Sep 2016 20:10:47 +0100

[mangomolo] fix typo

Diffstat:

Myoutube_dl/extractor/mangomolo.py4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/mangomolo.py b/youtube_dl/extractor/mangomolo.py @@ -40,13 +40,13 @@ class MangomoloBaseIE(InfoExtractor): class MangomoloVideoIE(MangomoloBaseIE): - IENAME = 'mangomolo:video' + IE_NAME = 'mangomolo:video' _VALID_URL = r'https?://admin\.mangomolo.com/analytics/index\.php/customers/embed/video\?.*?\bid=(?P<id>\d+)' _IS_LIVE = False class MangomoloLiveIE(MangomoloBaseIE): - IENAME = 'mangomolo:live' + IE_NAME = 'mangomolo:live' _VALID_URL = r'https?://admin\.mangomolo.com/analytics/index\.php/customers/embed/index\?.*?\bchannelid=(?P<id>(?:[A-Za-z0-9+/=]|%2B|%2F|%3D)+)' _IS_LIVE = True