mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 20:17:22 +01:00
[aenetworks] Make pep8 happy
This commit is contained in:
parent
9aaaf8e8e8
commit
329c1eae54
@ -75,8 +75,9 @@ def _real_extract(self, url):
|
|||||||
info = self._search_json_ld(webpage, video_id, fatal=False)
|
info = self._search_json_ld(webpage, video_id, fatal=False)
|
||||||
info.update({
|
info.update({
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
'url': smuggle_url(update_url_query(
|
'url': smuggle_url(
|
||||||
video_url, query), {
|
update_url_query(video_url, query),
|
||||||
|
{
|
||||||
'sig': {
|
'sig': {
|
||||||
'key': 'crazyjava',
|
'key': 'crazyjava',
|
||||||
'secret': 's3cr3t'},
|
'secret': 's3cr3t'},
|
||||||
|
Loading…
Reference in New Issue
Block a user