[smotri] Fix broadcast ticket regex
This commit is contained in:
parent
55f6597c67
commit
8aff7b9bc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue