[brightcove:new] update embed_in_page embeds regex to match non numeric ref id

pull/8/head
remitamine 2016-03-15 22:50:43 +01:00
rodzic 0c9ff24041
commit 64d4f31d78
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -425,7 +425,7 @@ class BrightcoveNewIE(InfoExtractor):
# According to [4] data-video-id may be prefixed with ref: # According to [4] data-video-id may be prefixed with ref:
r'''(?sx) r'''(?sx)
<video[^>]+ <video[^>]+
data-video-id=["\']((?:ref:)?\d+)["\'][^>]*>.*? data-video-id=["\'](\d+|ref:[^"\']+)["\'][^>]*>.*?
</video>.*? </video>.*?
<script[^>]+ <script[^>]+
src=["\'](?:https?:)?//players\.brightcove\.net/ src=["\'](?:https?:)?//players\.brightcove\.net/