summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nhl.py
Commit message (Collapse)AuthorAgeFilesLines
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
|
* [nhl] remove old extractorsRemita Amine2018-05-311-284/+61
|
* [nhl] Skip invalid m3u8 formats (closes #10713)Yen Chi Hsuan2016-10-111-2/+16
|
* [nhl] Add support for wch2016.com (Closes #10833)Sergey M․2016-10-031-4/+15
|
* [nhl] Add new extractor(closes #8419)(closes #8798)remitamine2016-04-221-5/+93
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-3/+3
| | | | | | | 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
* Fix typosJakub Wilk2016-01-101-1/+1
| | | | Closes #8200.
* [nhl:news] Add support for iframe embeds (Closes #6941)Sergey M․2015-09-241-4/+17
|
* [nhl] Add support for embedded URLsSergey M․2015-09-241-1/+4
|
* [nhl] Support RTMP videos (fixes #4481)Yen Chi Hsuan2015-05-081-1/+22
|
* [nhl] Partial support for hlg id (fixes #4285)Yen Chi Hsuan2015-05-081-1/+15
|
* [nhl:news] Add extractor (Closes #4805)Sergey M․2015-01-301-6/+35
|
* [nhl] Improve _VALID_URL (#4805)Sergey M․2015-01-301-1/+4
|
* [nhl] Allow upper-case video IDs (Fixes #4494)Philipp Hagemeister2014-12-171-1/+1
|
* [nhl] Make sure we add '_sd' before the extension (fixes #4397)Jaime Marquínez Ferrándiz2014-12-071-1/+3
| | | | '.replace' would find the first dot in the path.
* [nhl] SimplifyJaime Marquínez Ferrándiz2014-12-031-3/+1
|
* Merge branch 'master' of https://github.com/akretz/youtube-dlJaime Marquínez Ferrándiz2014-12-031-1/+17
|\
| * [nhl] Support videos which don't have mp4-extension (fixes #4348)Adrian Kretz2014-12-021-1/+17
| |
* | [nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the queryJaime Marquínez Ferrándiz2014-12-021-1/+1
|/ | | | Since the order extractors are added is not defined, it would match instead of NHLIE.
* Remove useless u prefixesPhilipp Hagemeister2014-11-261-2/+4
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* Remove unused importsPhilipp Hagemeister2014-10-261-1/+0
|
* [nhl] Improve video URL extraction (Closes #4013)Sergey M․2014-10-251-10/+24
|
* [nhl] Match videos without catid (Fixes #3764)Philipp Hagemeister2014-09-161-3/+6
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-2/+2
| | | | 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).
* [nhl] ModernizePhilipp Hagemeister2014-08-271-27/+30
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+1
|
* [nhl] Make NHLVideocenter IE_DESC fit with other descriptionsPhilipp Hagemeister2013-11-201-1/+1
|
* [nhl:videocenter] Fix playlist title extractionJaime Marquínez Ferrándiz2013-10-221-2/+2
|
* [nhl] Add an extractor for videocenter's categories (#1586)Jaime Marquínez Ferrándiz2013-10-111-19/+80
| | | | It downloads the last 12 videos.
* Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz2013-10-101-0/+59