We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2884485 commit ab033b3Copy full SHA for ab033b3
src/streamlink/plugins/bbciplayer.py
@@ -28,7 +28,7 @@ class BBCiPlayer(Plugin):
28
""", re.VERBOSE)
29
mediator_re = re.compile(
30
r'window\.__IPLAYER_REDUX_STATE__\s*=\s*({.*?});', re.DOTALL)
31
- state_re = re.compile(r'window.__IPLAYER_REDUX_STATE__\s*=\s*({.*});')
+ state_re = re.compile(r'window.__IPLAYER_REDUX_STATE__\s*=\s*({.*?});</script>')
32
account_locals_re = re.compile(r'window.bbcAccount.locals\s*=\s*({.*?});')
33
hash = base64.b64decode(b"N2RmZjc2NzFkMGM2OTdmZWRiMWQ5MDVkOWExMjE3MTk5MzhiOTJiZg==")
34
api_url = "https://open.live.bbc.co.uk/mediaselector/6/select/version/2.0/mediaset/" \
0 commit comments