youtube-dl

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

commit ae6a802106663a5bb0f94803dec21bf5feaa2527
parent b184f94413ea2837a52816e3beb009f386351d70
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 29 Aug 2015 20:26:51 +0600

[kaltura] Fix _VALID_URL formatting

Diffstat:
Myoutube_dl/extractor/kaltura.py | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/youtube_dl/extractor/kaltura.py b/youtube_dl/extractor/kaltura.py @@ -16,8 +16,7 @@ class KalturaIE(InfoExtractor): (?: kaltura:(?P<partner_id_s>\d+):(?P<id_s>[0-9a-z_]+)| https?:// - (:? - (?:www|cdnapisec)\.)?kaltura\.com/ + (:?(?:www|cdnapisec)\.)?kaltura\.com/ (?: (?: # flash player @@ -28,8 +27,8 @@ class KalturaIE(InfoExtractor): html5/html5lib/ (?:[^/]+/)*?entry_id/(?P<id_html5>[0-9a-z_]+) .*\?.*\bwid=_(?P<partner_id_html5>\d+) + ) ) - ) ) ''' _API_BASE = 'http://cdnapi.kaltura.com/api_v3/index.php?'