[brightcove] Add shorter URL scheme for other extractors

This commit is contained in:
Philipp Hagemeister 2014-12-16 16:38:26 +01:00
parent b50e3bc67f
commit ec05fee43a
2 changed files with 6 additions and 5 deletions

View file

@ -25,7 +25,7 @@ from ..utils import (
class BrightcoveIE(InfoExtractor):
_VALID_URL = r'https?://.*brightcove\.com/(services|viewer).*?\?(?P<query>.*)'
_VALID_URL = r'(?:https?://.*brightcove\.com/(services|viewer).*?\?|brightcove:)(?P<query>.*)'
_FEDERATED_URL_TEMPLATE = 'http://c.brightcove.com/services/viewer/htmlFederated?%s'
_TESTS = [