1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 16:52:58 +08:00

[brightcove] Fix misplaced backslash in a regexp

This commit is contained in:
Jakub Wilk 2017-01-14 00:11:47 +01:00
parent 5e8eebb600
commit e745dc8063

View File

@ -204,7 +204,7 @@ class BrightcoveLegacyIE(InfoExtractor):
# // build Brightcove <object /> XML
# }
m = re.search(
r'''(?x)customBC.\createVideo\(
r'''(?x)customBC\.createVideo\(
.*? # skipping width and height
["\'](?P<playerID>\d+)["\']\s*,\s* # playerID
["\'](?P<playerKey>AQ[^"\']{48})[^"\']*["\']\s*,\s* # playerKey begins with AQ and is 50 characters