about summary refs log tree commit diff
path: root/youtube_dl/extractor/ninenow.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-07-14 14:19:18 +0100
committerRemita Amine <remitamine@gmail.com>2016-07-14 14:19:18 +0100
commit342f0c3682885ad4c7d709686b2a38a466dd05a0 (patch)
treeeb9b935a9ff0b4891119b61d11ac6348724151be /youtube_dl/extractor/ninenow.py
parent38e0f16a94b1790ed515fcd12c8bbcb58f2e4b53 (diff)
downloadyoutube-dl-342f0c3682885ad4c7d709686b2a38a466dd05a0.tar.gz
youtube-dl-342f0c3682885ad4c7d709686b2a38a466dd05a0.tar.xz
youtube-dl-342f0c3682885ad4c7d709686b2a38a466dd05a0.zip
[ninenow] correct test url
Diffstat (limited to 'youtube_dl/extractor/ninenow.py')
-rw-r--r--youtube_dl/extractor/ninenow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ninenow.py b/youtube_dl/extractor/ninenow.py
index f54e74de3..faa577237 100644
--- a/youtube_dl/extractor/ninenow.py
+++ b/youtube_dl/extractor/ninenow.py
@@ -33,7 +33,7 @@ class NineNowIE(InfoExtractor):
         'only_matching': True,
     }, {
         # 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,
     }]
     BRIGHTCOVE_URL_TEMPLATE = 'http://players.brightcove.net/4460760524001/default_default/index.html?videoId=%s'