summary refs log tree commit diff
diff options
context:
space:
mode:
authordst <dstftw@gmail.com>2013-12-04 12:36:12 +0700
committerdst <dstftw@gmail.com>2013-12-04 12:36:12 +0700
commit8aff7b9bc47795288c65399d6fcac7a8c48004e9 (patch)
tree27aba629a82ce4dc05dec71f8829b9165a46d279
parent55f6597c67dd04729dbc1b83d81bfbd63d7e9c0a (diff)
downloadyoutube-dl-8aff7b9bc47795288c65399d6fcac7a8c48004e9.tar.gz
youtube-dl-8aff7b9bc47795288c65399d6fcac7a8c48004e9.tar.xz
youtube-dl-8aff7b9bc47795288c65399d6fcac7a8c48004e9.zip
[smotri] Fix broadcast ticket regex
-rw-r--r--youtube_dl/extractor/smotri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py
index f86ee8388..ff539ea0c 100644
--- a/youtube_dl/extractor/smotri.py
+++ b/youtube_dl/extractor/smotri.py
@@ -302,7 +302,7 @@ class SmotriBroadcastIE(InfoExtractor):
             adult_content = False
 
         ticket = self._html_search_regex(
-            u'window.broadcast_control.addFlashVar\\(\'file\', \'([^\']+)\'\\);',
+            u'window\.broadcast_control\.addFlashVar\\(\'file\', \'([^\']+)\'\\);',
             broadcast_page, u'broadcast ticket')
 
         url = 'http://smotri.com/broadcast/view/url/?ticket=%s' % ticket