mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 10:42:37 +01:00
Merge pull request #4178 from awojnowski/master
Fix YouTube Signature Extraction
This commit is contained in:
commit
cbe71cb41d
@ -510,7 +510,7 @@ def _genslice(start, end, step):
|
||||
|
||||
def _parse_sig_js(self, jscode):
|
||||
funcname = self._search_regex(
|
||||
r'signature=([$a-zA-Z]+)', jscode,
|
||||
r'\.sig\|\|([a-zA-Z0-9]+)\(', jscode,
|
||||
'Initial JS player signature function name')
|
||||
|
||||
jsi = JSInterpreter(jscode)
|
||||
|
Loading…
Reference in New Issue
Block a user