Skip to content

Commit

Permalink
Merge pull request streamlink#1474 from unnutricious/bigo
Browse files Browse the repository at this point in the history
[bigo] update video regex to match current website (streamlink#1412)
  • Loading branch information
gravyboat authored Feb 16, 2018
2 parents aa5c96d + 7756f5e commit 889167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamlink/plugins/bigo.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Bigo(Plugin):
r'''^\s*(?<!<!--)<param.*value="tmp=(\d+)&channel=(\d+)&srv=(\d+\.\d+\.\d+\.\d+)&port=(\d+)"''',
re.M)
_video_re = re.compile(
r'^\s*(?<!<!--)<source id="videoSrc" src="(http://.*\.m3u8)"',
r"""videoSrc:\s?["'](?P<url>[^"']+)["']""",
re.M)

@classmethod
Expand Down

0 comments on commit 889167b

Please sign in to comment.