mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 06:49:29 +01:00
[imdb] Recognize 1080p formats (Closes #8677)
This commit is contained in:
parent
9cdffeeb3f
commit
f7f2e53a0a
@ -42,7 +42,7 @@ def _real_extract(self, url):
|
||||
for f_url, f_name in extra_formats]
|
||||
format_pages.append(player_page)
|
||||
|
||||
quality = qualities(['SD', '480p', '720p'])
|
||||
quality = qualities(('SD', '480p', '720p', '1080p'))
|
||||
formats = []
|
||||
for format_page in format_pages:
|
||||
json_data = self._search_regex(
|
||||
|
Loading…
Reference in New Issue
Block a user