Commit Graph

31 Commits (3b983ee471305946709dcb83fa3799fc26a7db03)

Author SHA1 Message Date
Remita Amine 128b58ad13 [nhl] remove old extractors
Yen Chi Hsuan 55642487f0
[nhl] Skip invalid m3u8 formats (closes )
Sergey M․ ee5de4e38e
[nhl] Add support for wch2016.com (Closes )
remitamine 29a7e8f6f8 [nhl] Add new extractor(closes )(closes )
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
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 
Jakub Wilk dfb1b1468c Fix typos
Closes .
Sergey M․ 9c58885c70 [nhl:news] Add support for iframe embeds (Closes )
Sergey M․ 9fbd4b35a2 [nhl] Add support for embedded URLs
Yen Chi Hsuan 7ef00afe9d [nhl] Support RTMP videos (fixes )
Yen Chi Hsuan 09b412dafa [nhl] Partial support for hlg id (fixes )
Sergey M․ e4c17d7274 [nhl:news] Add extractor (Closes )
Sergey M․ 2c58674e0e [nhl] Improve _VALID_URL ()
Philipp Hagemeister b1ccbed3d4 [nhl] Allow upper-case video IDs (Fixes )
Jaime Marquínez Ferrándiz 603c92080f [nhl] Make sure we add '_sd' before the extension (fixes )
'.replace' would find the first dot in the path.
Jaime Marquínez Ferrándiz 163c8babaa [nhl] Simplify
Jaime Marquínez Ferrándiz 6708542099 Merge branch 'master' of https://github.com/akretz/youtube-dl
Jaime Marquínez Ferrándiz ea2ee40357 [nhl.com:videocenter] Don't match url with 'id=*' before 'catid' in the query
Since the order extractors are added is not defined, it would match instead of NHLIE.
Adrian Kretz 62d8b56655 [nhl] Support videos which don't have mp4-extension (fixes )
Philipp Hagemeister 8865bdeb37 Remove useless u prefixes
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Jouke Waleson 5f6a1245ff PEP8 applied
Philipp Hagemeister c9f08154a3 Remove unused imports
Sergey M․ 43d9718fb9 [nhl] Improve video URL extraction (Closes )
Philipp Hagemeister 7bb5df1cda [nhl] Match videos without catid (Fixes )
Philipp Hagemeister 22a6f15061 Move playlist tests to extractors.
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).
Philipp Hagemeister 259454525f [nhl] Modernize
Jaime Marquínez Ferrándiz e26f871228 Use the new '_download_xml' helper in more extractors
Philipp Hagemeister 0190eecc00 [nhl] Make NHLVideocenter IE_DESC fit with other descriptions
Jaime Marquínez Ferrándiz ce68b5907c [nhl:videocenter] Fix playlist title extraction
Jaime Marquínez Ferrándiz 91dbaef406 [nhl] Add an extractor for videocenter's categories ()
It downloads the last 12 videos.
Jaime Marquínez Ferrándiz 2e1fa03bf5 Add an extractor for video.nhl.com (closes )