Commit Graph

31 Commits (b9d52fb2cacd25df74079dfd8b26d7545ba305f0)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Déstin Reed dcdb292fdd
Unify coding cookie
Yen Chi Hsuan f7291a0b7c
[daum.net] Fix extraction for specific examples
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 
Yen Chi Hsuan dc724e0c8b [daum.net:user] Match more URLs ()
Yen Chi Hsuan 58250eff2b [daum] Update test_daum_1
Yen Chi Hsuan 11a4efc505 [daum] Do not match a single URL with multiple info extractors
Yen Chi Hsuan 7537b35fb8 [daum] PEP8
ping 2f0a33d8a3 [daum.net] Support for playlists, user channels
Yen Chi Hsuan 0179f6a830 [daum] Add 'thumbnail' to all _TESTS
Yen Chi Hsuan 830afe85dc [daum.net] Support VodPlayer.swf URLs (closes )
Yen Chi Hsuan 06ffa33485 [daum.net] Move the request to ClipInfoXml.do
To reduce the number of wasted requests
ping f5d30d521c [daum] Fix add view_count, comment_count to test
ping e047922be0 [daum] Fix copy-paste mistake
ping b6c33fd544 [daum.net] Fixes
remitamine db710571fd [daum] fix IE_NAME
remitamine 126d7701b0 Merge branch 'daum' of https://github.com/remitamine/youtube-dl into remitamine-daum
Sergey M․ 178b47e6af [daum] Add test for
Sergey M․ 3a70ed9ebe [daum] Fix extraction (Closes )
remitamine 720334659a [daum] improve info extraction
Sergey M․ 1c57e7f1f4 [daum] Improve full_id regex
t0mm0 a87bb090d9 [daum] update 'full id' regex
fixes 
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 e5a79071a5 [daum] Support non-numeric video IDs (Fixes )
Philipp Hagemeister 23f4a93bb4 [daum] Modernize
Jaime Marquínez Ferrándiz 7a563df90a [daum] Recognize mobile urls ()
Jaime Marquínez Ferrándiz fb7abb31af Remove the compatibility code used before the new format system was implemented
Philipp Hagemeister ce93879a9b [daum] Fix real video ID extraction
Jaime Marquínez Ferrándiz e26f871228 Use the new '_download_xml' helper in more extractors
Jaime Marquínez Ferrándiz 9363169b67 [daum] Get the video page from a canonical url to extract the full id (fixes ) and extract description.
Jaime Marquínez Ferrándiz 150f20828b Add extractor for daum.net (closes )