1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 21:11:46 +08:00

[adultswim] Add skip to video which requires cable provider login

This commit is contained in:
Julian Richen 2017-03-09 18:16:08 -05:00
parent 2e679be9c6
commit 6f2b6d50a3

View File

@ -80,6 +80,7 @@ class AdultSwimIE(TurnerBaseIE):
'expected_warnings': [ 'expected_warnings': [
'Unable to download JSON metadata: HTTP Error 401' 'Unable to download JSON metadata: HTTP Error 401'
], ],
'skip': 'Requires a cable provider login',
}] }]
# Use the Adult Swim api (v2) for extracting all metadata about a video in a # Use the Adult Swim api (v2) for extracting all metadata about a video in a