[extractor/archiveorg] Improve handling of formats (#4461)

* Ignore private formats if not logged in (fixes https://github.com/yt-dlp/yt-dlp/issues/3832)
* Prefer original formats
* Support mpg formats

Authored by: coletdjnz, pukkandan
This commit is contained in:
coletdjnz 2022-07-29 05:09:36 +00:00 committed by GitHub
parent edebb65170
commit 871a8929bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 95 additions and 9 deletions

View file

@ -160,6 +160,7 @@ KNOWN_EXTENSIONS = (
'asf', 'wmv', 'wma',
'3gp', '3g2',
'mp3',
'mpg',
'flac',
'ape',
'wav',