Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [nhl] Skip invalid m3u8 formats (closes #10713) | Yen Chi Hsuan | 2016-10-11 | 1 | -2/+16 |
| | |||||
* | [nhl] Add support for wch2016.com (Closes #10833) | Sergey M․ | 2016-10-03 | 1 | -4/+15 |
| | |||||
* | [nhl] Add new extractor(closes #8419)(closes #8798) | remitamine | 2016-04-22 | 1 | -5/+93 |
| | |||||
* | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | 2016-03-26 | 1 | -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 typos | Jakub Wilk | 2016-01-10 | 1 | -1/+1 |
| | | | | Closes #8200. | ||||
* | [nhl:news] Add support for iframe embeds (Closes #6941) | Sergey M․ | 2015-09-24 | 1 | -4/+17 |
| | |||||
* | [nhl] Add support for embedded URLs | Sergey M․ | 2015-09-24 | 1 | -1/+4 |
| | |||||
* | [nhl] Support RTMP videos (fixes #4481) | Yen Chi Hsuan | 2015-05-08 | 1 | -1/+22 |
| | |||||
* | [nhl] Partial support for hlg id (fixes #4285) | Yen Chi Hsuan | 2015-05-08 | 1 | -1/+15 |
| | |||||
* | [nhl:news] Add extractor (Closes #4805) | Sergey M․ | 2015-01-30 | 1 | -6/+35 |
| | |||||
* | [nhl] Improve _VALID_URL (#4805) | Sergey M․ | 2015-01-30 | 1 | -1/+4 |
| | |||||
* | [nhl] Allow upper-case video IDs (Fixes #4494) | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | [nhl] Make sure we add '_sd' before the extension (fixes #4397) | Jaime Marquínez Ferrándiz | 2014-12-07 | 1 | -1/+3 |
| | | | | '.replace' would find the first dot in the path. | ||||
* | [nhl] Simplify | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -3/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/akretz/youtube-dl | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -1/+17 |
|\ | |||||
| * | [nhl] Support videos which don't have mp4-extension (fixes #4348) | Adrian Kretz | 2014-12-02 | 1 | -1/+17 |
| | | |||||
* | | [nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the query | Jaime Marquínez Ferrándiz | 2014-12-02 | 1 | -1/+1 |
|/ | | | | Since the order extractors are added is not defined, it would match instead of NHLIE. | ||||
* | Remove useless u prefixes | Philipp Hagemeister | 2014-11-26 | 1 | -2/+4 |
| | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-10-26 | 1 | -1/+0 |
| | |||||
* | [nhl] Improve video URL extraction (Closes #4013) | Sergey M․ | 2014-10-25 | 1 | -10/+24 |
| | |||||
* | [nhl] Match videos without catid (Fixes #3764) | Philipp Hagemeister | 2014-09-16 | 1 | -3/+6 |
| | |||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -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] Modernize | Philipp Hagemeister | 2014-08-27 | 1 | -27/+30 |
| | |||||
* | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | 2013-11-26 | 1 | -3/+1 |
| | |||||
* | [nhl] Make NHLVideocenter IE_DESC fit with other descriptions | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | [nhl:videocenter] Fix playlist title extraction | Jaime Marquínez Ferrándiz | 2013-10-22 | 1 | -2/+2 |
| | |||||
* | [nhl] Add an extractor for videocenter's categories (#1586) | Jaime Marquínez Ferrándiz | 2013-10-11 | 1 | -19/+80 |
| | | | | It downloads the last 12 videos. | ||||
* | Add an extractor for video.nhl.com (closes #1586) | Jaime Marquínez Ferrándiz | 2013-10-10 | 1 | -0/+59 |