diff options
author | trainman261 <trainman261@users.noreply.github.com> | 2023-10-07 01:56:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 23:56:19 +0000 |
commit | 19c90e405b4137c06dfe6f9aaa02396df0da93e5 (patch) | |
tree | 83a423a43a1c491a9e4483617ad5bd1af3eb104e /yt_dlp/extractor/aenetworks.py | |
parent | e831c80e8b2fc025b3b67d82974cc59e3526fdc8 (diff) |
[cleanup] Update extractor tests (#7718)
Authored by: trainman261
Diffstat (limited to 'yt_dlp/extractor/aenetworks.py')
-rw-r--r-- | yt_dlp/extractor/aenetworks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/aenetworks.py b/yt_dlp/extractor/aenetworks.py index f049a0fb3..cc26653c1 100644 --- a/yt_dlp/extractor/aenetworks.py +++ b/yt_dlp/extractor/aenetworks.py @@ -338,6 +338,7 @@ class BiographyIE(AENetworksBaseIE): 'skip_download': True, }, 'add_ie': ['ThePlatform'], + 'skip': '404 Not Found', }] def _real_extract(self, url): |