youtube-dl

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

commit 1775612512aba3c38455e534d423c36c330af35d
parent 0d2d967cc77e445c781bf7bd9a00b75b3bc2236e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  7 Dec 2015 22:18:00 +0600

[wimp] Improve video URL regex

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

diff --git a/youtube_dl/extractor/wimp.py b/youtube_dl/extractor/wimp.py @@ -42,7 +42,7 @@ class WimpIE(InfoExtractor): } video_url = self._search_regex( - r'<video[^>]+>\s*<source src=(["\'])(?P<url>.+?)\1', + r'<video[^>]+>\s*<source[^>]+src=(["\'])(?P<url>.+?)\1', webpage, 'video URL', group='url') return {