diff options
author | lauren n. liberda <lauren@selfisekai.rocks> | 2022-12-27 21:47:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 02:17:25 +0530 |
commit | d1b5f3d79cb33f393f17aa12df24fca33c7ef3aa (patch) | |
tree | 2d6f853a522cdd847c2839771b46cf93031021a6 /yt_dlp/extractor/arte.py | |
parent | da8d2de2082ab55f11d76d0aef7e6c3614672b45 (diff) |
[extractor/polskieradio] Adapt to next.js redesigns (#5416)
Authored by: selfisekai
Diffstat (limited to 'yt_dlp/extractor/arte.py')
-rw-r--r-- | yt_dlp/extractor/arte.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/arte.py b/yt_dlp/extractor/arte.py index dfbfe03c3..e3cc5afb0 100644 --- a/yt_dlp/extractor/arte.py +++ b/yt_dlp/extractor/arte.py @@ -195,7 +195,6 @@ class ArteTVIE(ArteTVBaseIE): else: self.report_warning(f'Skipping stream with unknown protocol {stream["protocol"]}') - formats.extend(secondary_formats) self._remove_duplicate_formats(formats) |