Commit Graph

13 Commits (4f10e1e7c733b32b5e5c9a459af8e2d45371ceca)

Author SHA1 Message Date
dirkf 1f13ccfd7f
Fixed groups() call on potentially empty regex search object ()
* 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>
Remita Amine 3e49083604 [myspass] fix video URL extraction and improve metadata extraction(closes )
stepshal 925194022c
Improve some _VALID_URLs
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Sergey M․ 611c1dd96e [refactor] Single quotes consistency
Yen Chi Hsuan cfe5537ee5 [myspass] Fix extraction (closes )
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
Philipp Hagemeister ef89dba58f [myspass] Modernize test case
Jaime Marquínez Ferrándiz fb2a706d11 [myspass] Simplify and use unicode_literals
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Jaime Marquínez Ferrándiz e26f871228 Use the new '_download_xml' helper in more extractors
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 97d2db017c [myspass] Move into own file and default to mp4 ext