youtube-dl

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

commit 0f206ee81447349f9ec8c430de4868a86020564c
parent cc0f378d5429225caf0477f5d10b342b1ef136d5
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 19 Dec 2015 23:11:23 +0600

[toggle] Change IE_NAME

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

diff --git a/youtube_dl/extractor/toggle.py b/youtube_dl/extractor/toggle.py @@ -16,7 +16,7 @@ from ..utils import ( class ToggleIE(InfoExtractor): - IE_NAME = 'togglesg' + IE_NAME = 'toggle' _VALID_URL = r'https?://video\.toggle\.sg/(?:en|zh)/(?:series|clips|movies)/(?:[^/]+/)+(?P<id>[0-9]+)' _TESTS = [{ 'url': 'http://video.toggle.sg/en/series/lion-moms-tif/trailers/lion-moms-premier/343115',