mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[smotri] Fix broadcast ticket regex
This commit is contained in:
parent
55f6597c67
commit
8aff7b9bc4
|
@ -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