summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-27 01:42:53 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-27 01:42:53 +0600
commit1434184c577953ff6fe558ccc6751697791f4076 (patch)
treebd9a0b3fca15d326a8844a7719e9fbc869f921e1
parent7a372b64dfa69d5b2cfd1514b89e8fc0ab7e5874 (diff)
downloadyoutube-dl-1434184c577953ff6fe558ccc6751697791f4076.tar.gz
youtube-dl-1434184c577953ff6fe558ccc6751697791f4076.tar.xz
youtube-dl-1434184c577953ff6fe558ccc6751697791f4076.zip
[spankwire] Do not modify aes key string
-rw-r--r--youtube_dl/extractor/spankwire.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/spankwire.py b/youtube_dl/extractor/spankwire.py
index b936202f6..06d6e6640 100644
--- 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(