]> asedeno.scripts.mit.edu Git - youtube-dl.git/commit
Fixed groups() call on potentially empty regex search object (#30676)
authordirkf <fieldhouse@gmx.net>
Thu, 24 Feb 2022 18:26:58 +0000 (18:26 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 18:26:58 +0000 (18:26 +0000)
commit1f13ccfd7fcafbfd79ddd652967e02f9eda7ce79
tree9ceed414b06ddf6339458e70a2fa1bc0f27b3013
parent923292ba643bf2a5c1fade797bd87a0de4f58d25
Fixed groups() call on potentially empty regex search object (#30676)

* Fixed groups() call on potentially empty regex search object.
- https://github.com/ytdl-org/youtube-dl/issues/30521

* minimising lines changed

Co-authored-by: yayorbitgum <50963144+yayorbitgum@users.noreply.github.com>
youtube_dl/extractor/myspass.py