mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 13:32:53 +08:00
[adultswim] Add skip to video which requires cable provider login
This commit is contained in:
parent
2e679be9c6
commit
6f2b6d50a3
@ -80,6 +80,7 @@ class AdultSwimIE(TurnerBaseIE):
|
||||
'expected_warnings': [
|
||||
'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
|
||||
|
Loading…
Reference in New Issue
Block a user