summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-10-02 14:25:06 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-10-02 14:25:06 +0800
commit703b3afa93326c96bc5faf753305ab95c4e98b10 (patch)
tree1fec22ba159b5a799db666e36998276ec197b0f6
parent99ed78c79e94c14ce24bc5bdccaf9573d4f83552 (diff)
downloadyoutube-dl-703b3afa93326c96bc5faf753305ab95c4e98b10.tar.gz
youtube-dl-703b3afa93326c96bc5faf753305ab95c4e98b10.tar.xz
youtube-dl-703b3afa93326c96bc5faf753305ab95c4e98b10.zip
[amcnetworks] Skip a restricted _TEST
-rw-r--r--youtube_dl/extractor/amcnetworks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/amcnetworks.py b/youtube_dl/extractor/amcnetworks.py
index c739d2c99..d2b03b177 100644
--- a/youtube_dl/extractor/amcnetworks.py
+++ b/youtube_dl/extractor/amcnetworks.py
@@ -28,6 +28,7 @@ class AMCNetworksIE(ThePlatformIE):
             # m3u8 download
             'skip_download': True,
         },
+        'skip': 'Requires TV provider accounts',
     }, {
         'url': 'http://www.bbcamerica.com/shows/the-hunt/full-episodes/season-1/episode-01-the-hardest-challenge',
         'only_matching': True,