mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-28 01:33:24 +00:00
a4fc1151f1
* catch invalid list index with `ValueError` (eg [1, 2]['ab'] -> undefined) * allow assignment outside existing list (eg var l = [1,2]; l[9] = 0;)