mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Fixed indentation error
This commit is contained in:
parent
d8dddb7c02
commit
feb22fe5fe
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ def _real_extract(self, url):
|
|||
return
|
||||
|
||||
# For now, just pick the highest bitrate
|
||||
format,video_url = turls[-1]
|
||||
format,video_url = turls[-1]
|
||||
|
||||
# Get the format arg from the arg stream
|
||||
req_format = self._downloader.params.get('format', None)
|
||||
|
|
Loading…
Reference in a new issue