mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
fix space
This commit is contained in:
parent
53c12e8202
commit
df83969f0b
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ def _get_media_data(self, media_id, locale):
|
||||||
}).encode(),
|
}).encode(),
|
||||||
headers={'Content-Type': 'application/json', 'locale': locale})
|
headers={'Content-Type': 'application/json', 'locale': locale})
|
||||||
return response['data']['assetV2']
|
return response['data']['assetV2']
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
if not self._ID_TOKEN:
|
if not self._ID_TOKEN:
|
||||||
self.raise_login_required(method='password')
|
self.raise_login_required(method='password')
|
||||||
|
|
Loading…
Reference in a new issue