mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-19 21:10:08 +00:00
parent
aa824dd10b
commit
69082b38dc
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class PhantomJSwrapper:
|
||||||
'jscode': jscode,
|
'jscode': jscode,
|
||||||
}))
|
}))
|
||||||
|
|
||||||
stdout = self.execute(jscode, video_id, note2)
|
stdout = self.execute(jscode, video_id, note=note2)
|
||||||
|
|
||||||
with open(self._TMP_FILES['html'].name, 'rb') as f:
|
with open(self._TMP_FILES['html'].name, 'rb') as f:
|
||||||
html = f.read().decode('utf-8')
|
html = f.read().decode('utf-8')
|
||||||
|
|
Loading…
Add table
Reference in a new issue