[ninenow] correct test url
This commit is contained in:
parent
38e0f16a94
commit
342f0c3682
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class NineNowIE(InfoExtractor):
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
# DRM protected
|
# DRM protected
|
||||||
'url': 'https://www.9now.com.au/afl-footy-show/2016/episode-19',
|
'url': 'https://www.9now.com.au/andrew-marrs-history-of-the-world/season-1/episode-1',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
BRIGHTCOVE_URL_TEMPLATE = 'http://players.brightcove.net/4460760524001/default_default/index.html?videoId=%s'
|
BRIGHTCOVE_URL_TEMPLATE = 'http://players.brightcove.net/4460760524001/default_default/index.html?videoId=%s'
|
||||||
|
|
Loading…
Reference in a new issue