diff options
author | dirkf <fieldhouse@gmx.net> | 2025-03-25 21:56:32 +0000 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2025-03-25 22:35:05 +0000 |
commit | a4fc1151f125a2dfb89b2d1505838bcbb71aacc9 (patch) | |
tree | 5f0609bac25fa55ccafafe7e4b921582f9c87e50 /youtube_dl/extractor/cloudy.py | |
parent | a464c159e61ab5c2c3babc8a4eb1d3e7923f1fe0 (diff) |
[JSInterp] Improve indexing
* catch invalid list index with `ValueError` (eg [1, 2]['ab'] -> undefined)
* allow assignment outside existing list (eg var l = [1,2]; l[9] = 0;)
Diffstat (limited to 'youtube_dl/extractor/cloudy.py')
0 files changed, 0 insertions, 0 deletions