kopia lustrzana https://github.com/yt-dlp/yt-dlp
[jsinterp] Prevent mis-recognitions of local functions
rodzic
c8bf86d50d
commit
fc040bfd05
|
@ -99,7 +99,7 @@ class JSInterpreter(object):
|
|||
|
||||
def extract_function(self, funcname):
|
||||
func_m = re.search(
|
||||
(r'(?:function %s|%s\s*=\s*function)' % (
|
||||
(r'(?:function %s|[{;]%s\s*=\s*function)' % (
|
||||
re.escape(funcname), re.escape(funcname))) +
|
||||
r'\((?P<args>[a-z,]+)\){(?P<code>[^}]+)}',
|
||||
self.code)
|
||||
|
|
Ładowanie…
Reference in New Issue