mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-18 21:45:23 -04:00
81e64cacf2
* extend single indexing with improved RE (should probably use/have used _separate_at_paren())
* fix some cases that should have given undefined, not throwing
* standardise RE group names
* support length of objects, like {1: 2, 3: 4, length: 42}