1
0
Fork 0

[extractor/polskieradio] Adapt to next.js redesigns (#5416)

Authored by: selfisekai
This commit is contained in:
lauren n. liberda 2022-12-27 21:47:25 +01:00 committed by GitHub
commit d1b5f3d79c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 167 additions and 49 deletions

View file

@ -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)