Commit Graph

13 Commits (9e5ca66f16998eb2a680e23a6e769e34001898c5)

Author SHA1 Message Date
dirkf 1f13ccfd7f
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>
2 years ago
Remita Amine 3e49083604 [myspass] fix video URL extraction and improve metadata extraction(closes #22448) 5 years ago
stepshal 925194022c
Improve some _VALID_URLs 8 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Sergey M․ 611c1dd96e [refactor] Single quotes consistency 8 years ago
Yen Chi Hsuan cfe5537ee5 [myspass] Fix extraction (closes #6206) 9 years ago
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
10 years ago
Philipp Hagemeister ef89dba58f [myspass] Modernize test case 10 years ago
Jaime Marquínez Ferrándiz fb2a706d11 [myspass] Simplify and use unicode_literals 10 years ago
dst c0ade33e16 Correct some extractor _VALID_URL regexes 11 years ago
Jaime Marquínez Ferrándiz e26f871228 Use the new '_download_xml' helper in more extractors 11 years ago
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions 11 years ago
Philipp Hagemeister 97d2db017c [myspass] Move into own file and default to mp4 ext 11 years ago