mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07:00
[extractor/polskieradio] Adapt to next.js redesigns (#5416)
Authored by: selfisekai
This commit is contained in:
committed by
GitHub
parent
da8d2de208
commit
d1b5f3d79c
@@ -195,7 +195,6 @@ def _real_extract(self, url):
|
||||
else:
|
||||
self.report_warning(f'Skipping stream with unknown protocol {stream["protocol"]}')
|
||||
|
||||
|
||||
formats.extend(secondary_formats)
|
||||
self._remove_duplicate_formats(formats)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user