aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nhl.py
Commit message (Collapse)AuthorAgeFilesLines
* [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