mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[playtvak] PEP 8
This commit is contained in:
parent
03c635a4b5
commit
559f4c550f
@ -106,7 +106,7 @@ def _real_extract(self, url):
|
||||
})
|
||||
|
||||
info_url = compat_urlparse.urlunparse(
|
||||
parsed_url._replace(query = compat_urllib_parse.urlencode(qs, True)))
|
||||
parsed_url._replace(query=compat_urllib_parse.urlencode(qs, True)))
|
||||
|
||||
json_info = self._download_json(
|
||||
info_url, video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user