aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vimple.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/vimple.py')
-rw-r--r--youtube_dl/extractor/vimple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vimple.py b/youtube_dl/extractor/vimple.py
index 0f69e7126..a2f93afe3 100644
--- a/youtube_dl/extractor/vimple.py
+++ b/youtube_dl/extractor/vimple.py
@@ -40,7 +40,7 @@ class VimpleIE(InfoExtractor):
player = zlib.decompress(player[8:])
- xml_pieces = re.findall(b'([a-zA-Z0-9 =\\+/]{500})', player)
+ xml_pieces = re.findall(b'([a-zA-Z0-9 =+/]{500})', player)
xml_pieces = [piece[1:-1] for piece in xml_pieces]
xml_data = b''.join(xml_pieces)