Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-10 | Fix typos | Jakub Wilk | |
Closes #8200. | |||
2015-09-24 | [nhl:news] Add support for iframe embeds (Closes #6941) | Sergey M․ | |
2015-09-24 | [nhl] Add support for embedded URLs | Sergey M․ | |
2015-05-08 | [nhl] Support RTMP videos (fixes #4481) | Yen Chi Hsuan | |
2015-05-08 | [nhl] Partial support for hlg id (fixes #4285) | Yen Chi Hsuan | |
2015-01-30 | [nhl:news] Add extractor (Closes #4805) | Sergey M․ | |
2015-01-30 | [nhl] Improve _VALID_URL (#4805) | Sergey M․ | |
2014-12-17 | [nhl] Allow upper-case video IDs (Fixes #4494) | Philipp Hagemeister | |
2014-12-07 | [nhl] Make sure we add '_sd' before the extension (fixes #4397) | Jaime Marquínez Ferrándiz | |
'.replace' would find the first dot in the path. | |||
2014-12-03 | [nhl] Simplify | Jaime Marquínez Ferrándiz | |
2014-12-03 | Merge branch 'master' of https://github.com/akretz/youtube-dl | Jaime Marquínez Ferrándiz | |
2014-12-02 | [nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the query | Jaime Marquínez Ferrándiz | |
Since the order extractors are added is not defined, it would match instead of NHLIE. | |||
2014-12-02 | [nhl] Support videos which don't have mp4-extension (fixes #4348) | Adrian Kretz | |
2014-11-26 | Remove useless u prefixes | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-10-26 | Remove unused imports | Philipp Hagemeister | |
2014-10-25 | [nhl] Improve video URL extraction (Closes #4013) | Sergey M․ | |
2014-09-16 | [nhl] Match videos without catid (Fixes #3764) | Philipp Hagemeister | |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-08-27 | [nhl] Modernize | Philipp Hagemeister | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-11-20 | [nhl] Make NHLVideocenter IE_DESC fit with other descriptions | Philipp Hagemeister | |
2013-10-22 | [nhl:videocenter] Fix playlist title extraction | Jaime Marquínez Ferrándiz | |
2013-10-11 | [nhl] Add an extractor for videocenter's categories (#1586) | Jaime Marquínez Ferrándiz | |
It downloads the last 12 videos. | |||
2013-10-10 | Add an extractor for video.nhl.com (closes #1586) | Jaime Marquínez Ferrándiz | |