youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 703b3afa93326c96bc5faf753305ab95c4e98b10
parent 99ed78c79e94c14ce24bc5bdccaf9573d4f83552
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun,  2 Oct 2016 14:25:06 +0800

[amcnetworks] Skip a restricted _TEST

Diffstat:
Myoutube_dl/extractor/amcnetworks.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,