mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-23 10:47:33 +01:00
[phantomjs] Fix bug in 587021cd9f717181b44e881941aca3f8d753758b (#4833)
Authored by: elyse0
This commit is contained in:
parent
aa824dd10b
commit
69082b38dc
@ -212,7 +212,7 @@ class PhantomJSwrapper:
|
||||
'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:
|
||||
html = f.read().decode('utf-8')
|
||||
|
Loading…
x
Reference in New Issue
Block a user