youtube-dl

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

commit 1434184c577953ff6fe558ccc6751697791f4076
parent 7a372b64dfa69d5b2cfd1514b89e8fc0ab7e5874
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 27 May 2015 01:42:53 +0600

[spankwire] Do not modify aes key string

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

diff --git a/youtube_dl/extractor/spankwire.py b/youtube_dl/extractor/spankwire.py @@ -71,7 +71,7 @@ class SpankwireIE(InfoExtractor): compat_urllib_parse.unquote, re.findall(r'playerData\.cdnPath[0-9]{3,}\s*=\s*["\']([^"\']+)["\']', webpage))) if webpage.find('flashvars\.encrypted = "true"') != -1: - password = self._html_search_regex( + password = self._search_regex( r'flashvars\.video_title = "([^"]+)', webpage, 'password').replace('+', ' ') video_urls = list(map(