youtube-dl

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

commit 69759a5990ad897bdb1af9c44d5c73a2be1e92c6
parent 453fe2a345358064609df9adeee302e19aa636bd
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 30 Dec 2015 00:44:07 +0600

[videomore] Set IE_NAME

Diffstat:
Myoutube_dl/extractor/videomore.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/videomore.py b/youtube_dl/extractor/videomore.py @@ -13,6 +13,7 @@ from ..utils import ( class VideomoreIE(InfoExtractor): + IE_NAME = 'videomore' _VALID_URL = r'videomore:(?P<sid>\d+)$|https?://videomore\.ru/(?:(?:embed|[^/]+/[^/]+)/|[^/]+\?.*\btrack_id=)(?P<id>\d+)(?:[/?#&]|\.(?:xml|json)|$)' _TESTS = [{ 'url': 'http://videomore.ru/kino_v_detalayah/5_sezon/367617',