Sergey M․
067aa17edf
Start moving to ytdl-org
6 years ago
Remita Amine
128b58ad13
[nhl] remove old extractors
7 years ago
Yen Chi Hsuan
55642487f0
[nhl] Skip invalid m3u8 formats ( closes #10713 )
8 years ago
Sergey M․
ee5de4e38e
[nhl] Add support for wch2016.com ( Closes #10833 )
8 years ago
remitamine
29a7e8f6f8
[nhl] Add new extractor( closes #8419 )( closes #8798 )
9 years ago
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 #8974
9 years ago
Jakub Wilk
dfb1b1468c
Fix typos
...
Closes #8200 .
9 years ago
Sergey M․
9c58885c70
[nhl:news] Add support for iframe embeds ( Closes #6941 )
9 years ago
Sergey M․
9fbd4b35a2
[nhl] Add support for embedded URLs
9 years ago
Yen Chi Hsuan
7ef00afe9d
[nhl] Support RTMP videos ( fixes #4481 )
10 years ago
Yen Chi Hsuan
09b412dafa
[nhl] Partial support for hlg id ( fixes #4285 )
10 years ago
Sergey M․
e4c17d7274
[nhl:news] Add extractor ( Closes #4805 )
10 years ago
Sergey M․
2c58674e0e
[nhl] Improve _VALID_URL ( #4805 )
10 years ago
Philipp Hagemeister
b1ccbed3d4
[nhl] Allow upper-case video IDs ( Fixes #4494 )
10 years ago
Jaime Marquínez Ferrándiz
603c92080f
[nhl] Make sure we add '_sd' before the extension ( fixes #4397 )
...
'.replace' would find the first dot in the path.
10 years ago
Jaime Marquínez Ferrándiz
163c8babaa
[nhl] Simplify
10 years ago
Jaime Marquínez Ferrándiz
6708542099
Merge branch 'master' of https://github.com/akretz/youtube-dl
10 years ago
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.
10 years ago
Adrian Kretz
62d8b56655
[nhl] Support videos which don't have mp4-extension ( fixes #4348 )
10 years ago
Philipp Hagemeister
8865bdeb37
Remove useless u prefixes
10 years ago
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Philipp Hagemeister
c9f08154a3
Remove unused imports
10 years ago
Sergey M․
43d9718fb9
[nhl] Improve video URL extraction ( Closes #4013 )
10 years ago
Philipp Hagemeister
7bb5df1cda
[nhl] Match videos without catid ( Fixes #3764 )
10 years ago
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).
10 years ago
Philipp Hagemeister
259454525f
[nhl] Modernize
10 years ago
Jaime Marquínez Ferrándiz
e26f871228
Use the new '_download_xml' helper in more extractors
11 years ago
Philipp Hagemeister
0190eecc00
[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
11 years ago
Jaime Marquínez Ferrándiz
ce68b5907c
[nhl:videocenter] Fix playlist title extraction
11 years ago
Jaime Marquínez Ferrándiz
91dbaef406
[nhl] Add an extractor for videocenter's categories ( #1586 )
...
It downloads the last 12 videos.
11 years ago
Jaime Marquínez Ferrándiz
2e1fa03bf5
Add an extractor for video.nhl.com ( closes #1586 )
11 years ago