diff options
author | Simon Sawicki <contact@grub4k.xyz> | 2023-11-14 22:40:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 22:40:38 +0100 |
commit | b012271d01b59759e4eefeab0308698cd9e7224c (patch) | |
tree | f1b4d5e7c2fc4be975263e55b6d68f501eb36e51 /yt_dlp/extractor/youtube.py | |
parent | f04b5bedad7b281bee9814686bba1762bae092eb (diff) |
[cleanup] Misc (#8510)
Authored by: bashonly, coletdjnz, dirkf, gamer191, seproDev, Grub4K
Diffstat (limited to 'yt_dlp/extractor/youtube.py')
-rw-r--r-- | yt_dlp/extractor/youtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py index adbac8e95..f6caf0970 100644 --- a/yt_dlp/extractor/youtube.py +++ b/yt_dlp/extractor/youtube.py @@ -6687,7 +6687,7 @@ class YoutubePlaylistIE(InfoExtractor): 'uploader_url': 'https://www.youtube.com/@milan5503', 'availability': 'public', }, - 'expected_warnings': [r'[Uu]navailable videos? (is|are|will be) hidden'], + 'expected_warnings': [r'[Uu]navailable videos? (is|are|will be) hidden', 'Retrying', 'Giving up'], }, { 'url': 'http://www.youtube.com/embed/_xDOZElKyNU?list=PLsyOSbh5bs16vubvKePAQ1x3PhKavfBIl', 'playlist_mincount': 455, |