]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/openload.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / openload.py
index d2756a0061c14d396f5478b3e770615c611f2dc3..56b8330ff883c78caba2048e8800257a6b4eee4a 100644 (file)
@@ -212,7 +212,7 @@ def get(self, url, html=None, video_id=None, note=None, note2='Executing JS on w
             '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')