Alex Clarke 7ae5bc3e13
Fix yt_validate stack overflow issue
https://github.com/play-dl/play-dl/issues/304

yt_validate was recursing forever because the regex for removing
the 'list=xxxx' parameter was looking for one or more characters
after list=, rather than 0 or more, so removed nothing if
no value was provided.

e.g https://www.youtube.com/playlist?list=

Have tested this locally but would appreciate a second look before merging.
2022-06-09 10:11:01 +01:00
..
2021-12-26 16:55:10 +01:00
2021-12-06 17:28:37 +01:00
2021-12-15 23:00:35 +01:00
2021-10-20 19:10:15 +05:30