aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/nhl.py
AgeCommit message (Collapse)Author
2019-03-11Start moving to ytdl-orgSergey M․
2018-05-31[nhl] remove old extractorsRemita Amine
2016-10-11[nhl] Skip invalid m3u8 formats (closes #10713)Yen Chi Hsuan
2016-10-03[nhl] Add support for wch2016.com (Closes #10833)Sergey M․
2016-04-22[nhl] Add new extractor(closes #8419)(closes #8798)remitamine
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey 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-10Fix typosJakub 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 URLsSergey 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] SimplifyJaime Marquínez Ferrándiz
2014-12-03Merge branch 'master' of https://github.com/akretz/youtube-dlJaime Marquínez Ferrándiz
2014-12-02[nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the queryJaime 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-26Remove useless u prefixesPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-10-26Remove unused importsPhilipp 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-28Move 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] ModernizePhilipp Hagemeister
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-20[nhl] Make NHLVideocenter IE_DESC fit with other descriptionsPhilipp Hagemeister
2013-10-22[nhl:videocenter] Fix playlist title extractionJaime 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-10Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz