mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-05 04:26:18 -07:00
[jsinterp] Handle regexp literals and throw/catch execution (#31182)
* based on f6ca640b12
, thanks pukkandan
* adds parse support for regexp flags
This commit is contained in:
parent
b0a60ce203
commit
538ec65ba7
3 changed files with 139 additions and 22 deletions
|
@ -106,6 +106,10 @@ _NSIG_TESTS = [
|
|||
'https://www.youtube.com/s/player/c81bbb4a/player_ias.vflset/en_US/base.js',
|
||||
'gre3EcLurNY2vqp94', 'Z9DfGxWP115WTg',
|
||||
),
|
||||
(
|
||||
'https://www.youtube.com/s/player/1f7d5369/player_ias.vflset/en_US/base.js',
|
||||
'batNX7sYqIJdkJ', 'IhOkL_zxbkOZBw',
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue