Commit Graph

31 Commits (master)

Author SHA1 Message Date
Sergey M․ 6be08ce602
[utils] Use in OnDemandPagedList by default
Not using cache results in redundant network I/O due to downloading the same pages while using --playlist-items n-m
7 years ago
Remita Amine 3c77a54d5d [turner] keep video id intact 8 years ago
Remita Amine 2982514072 [turner,nba,cnn,adultswim] add base extractor to parse cvp feeds 8 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
8 years ago
Yen Chi Hsuan 3cfeb1624a [nba] Support channels (#5362, #4167) 8 years ago
Yen Chi Hsuan 86a7dbe66e [nba] Support non-video/ pages
Fixes #8589
8 years ago
Yen Chi Hsuan db9b1dbcd9 [nba] Add ext for hls formats and fix test_NBA 8 years ago
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
8 years ago
remitamine 51c4fec0d5 [nba] use int_or_none for tbr 9 years ago
remitamine 0017486dca [nba] use int instead of int_or_none 9 years ago
remitamine cb160dd531 [nba] handle format info properly 9 years ago
remitamine b80d4bebf3 [nba] fix extraction errors 9 years ago
remitamine 46cc1c65a4 [nba] use xpath utils 9 years ago
remitamine 6a11bb77ba [nba] add support for team subsites 9 years ago
remitamine ecf6de5b02 [nba] extract width,height and bitrate from format key 9 years ago
remitamine 139f27827e [nba] skip Legacy Video Files 9 years ago
remitamine c233e6bcc3 [nba] extract video info from xml feed 9 years ago
remitamine 28809ab07a [nba] extract more formats 9 years ago
remitamine 8fc226ef99 [nba] extract all video formats and extract more info 9 years ago
Yen Chi Hsuan 8a278a1d7e [nba] Fix duration extraction (fixes #5777) 9 years ago
Philipp Hagemeister 7d70cf4157 [nba] Remove unused import 10 years ago
Philipp Hagemeister 6a3e0103bb [nba] Add test for #4387 10 years ago
Philipp Hagemeister 0b5cc1983e [nba] Modernize 10 years ago
cryptonaut 1a9f8b1ad4 [nba] Improve _VALID_URL regex (fixes #4387)
Allows for optional trailing / or /index.html
10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Sergey M․ 7bbc6428b6 [nba] Modernize 10 years ago
Jaime Marquínez Ferrándiz 2ff7f8975e [nba] Modernize 10 years ago
Jaime Marquínez Ferrándiz 26a78d4bbf [nba] Simplify and use unicode_literals
Remove the commented parts for extracting the upload date
10 years ago
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info 11 years ago
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions 11 years ago
Philipp Hagemeister 5b286728de Move NBA IE into its own file 11 years ago