Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-10-03 | Unify coding cookie | Déstin Reed | |
2016-07-07 | [daum.net] Fix extraction for specific examples | Yen Chi Hsuan | |
Closes #9972 | |||
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
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 #8974 | |||
2016-02-01 | [daum.net:user] Match more URLs (#1952) | Yen Chi Hsuan | |
2016-02-01 | [daum] Update test_daum_1 | Yen Chi Hsuan | |
2016-02-01 | [daum] Do not match a single URL with multiple info extractors | Yen Chi Hsuan | |
2016-02-01 | [daum] PEP8 | Yen Chi Hsuan | |
2016-01-30 | [daum.net] Support for playlists, user channels | ping | |
2016-01-30 | [daum] Add 'thumbnail' to all _TESTS | Yen Chi Hsuan | |
2016-01-30 | [daum.net] Support VodPlayer.swf URLs (closes #8173) | Yen Chi Hsuan | |
2016-01-30 | [daum.net] Move the request to ClipInfoXml.do | Yen Chi Hsuan | |
To reduce the number of wasted requests | |||
2016-01-30 | [daum] Fix add view_count, comment_count to test | ping | |
2016-01-30 | [daum] Fix copy-paste mistake | ping | |
2016-01-27 | [daum.net] Fixes #8331 | ping | |
2015-12-29 | [daum] fix IE_NAME | remitamine | |
2015-12-29 | Merge branch 'daum' of https://github.com/remitamine/youtube-dl into ↵ | remitamine | |
remitamine-daum | |||
2015-12-23 | [daum] Add test for #7949 | Sergey M․ | |
2015-12-23 | [daum] Fix extraction (Closes #7949) | Sergey M․ | |
2015-10-31 | [daum] improve info extraction | remitamine | |
2014-12-30 | [daum] Improve full_id regex | Sergey M․ | |
2014-12-29 | [daum] update 'full id' regex | t0mm0 | |
fixes #4566 | |||
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· 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 | |||
2014-09-15 | [daum] Support non-numeric video IDs (Fixes #3749) | Philipp Hagemeister | |
2014-03-21 | [daum] Modernize | Philipp Hagemeister | |
2013-12-12 | [daum] Recognize mobile urls (#1952) | Jaime Marquínez Ferrándiz | |
2013-12-03 | Remove the compatibility code used before the new format system was implemented | Jaime Marquínez Ferrándiz | |
2013-12-03 | [daum] Fix real video ID extraction | Philipp Hagemeister | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-09-05 | [daum] Get the video page from a canonical url to extract the full id (fixes ↵ | Jaime Marquínez Ferrándiz | |
#1373) and extract description. | |||
2013-09-04 | Add extractor for daum.net (closes #1330) | Jaime Marquínez Ferrándiz | |