Commit Graph

21 Commits (5b1d158834f9202f29b650c4467fe144777380b4)

Author SHA1 Message Date
Sergey M․ 197224b7a4
Fix some regexes
Sergey M․ 8a5f0a6357
[naver] Update tests for
Kagami Hiiragi c0bd51c090 [naver] Support tv.naver.com links
Déstin Reed dcdb292fdd
Unify coding cookie
Remita Amine f65dc41b72 [naver] extract upload date
Remita Amine b02b960c6b [naver] improve extraction(closes )
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode

Closes 
Jaime Marquínez Ferrándiz 44451f22d5 [naver] Remove unused import
Sergey M․ f540b93706 [naver] Improve error regex
Yen Chi Hsuan f8d5e1cfb5 [naver] Fix video url (fixes )
RTMP urls in test:naver does not work. Need more investigation.
Yen Chi Hsuan c23848b3c5 [naver] Enhanced error detection
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
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 5f6a1245ff PEP8 applied
Sergey M․ dbd1283d31 [naver] Capture and output error message ()
Jaime Marquínez Ferrándiz 24da5893fc [naver] Modernize
Jaime Marquínez Ferrándiz 087ca2cb07 [naver] Add rtmp formats (fixes )
Jaime Marquínez Ferrándiz 24b173fa5c [naver] Recognize mobile urls (fixes )
Jaime Marquínez Ferrándiz fb7abb31af Remove the compatibility code used before the new format system was implemented
Jaime Marquínez Ferrándiz e26f871228 Use the new '_download_xml' helper in more extractors
Jaime Marquínez Ferrándiz 6b95b065be Add extractor for tvcast.naver.com (closes )