aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nba.py
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Use in OnDemandPagedList by defaultSergey M․2017-10-061-1/+1
| | | | Not using cache results in redundant network I/O due to downloading the same pages while using --playlist-items n-m
* [turner] keep video id intactRemita Amine2016-08-301-4/+7
|
* [turner,nba,cnn,adultswim] add base extractor to parse cvp feedsRemita Amine2016-08-281-58/+12
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | 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
* [nba] Support channels (#5362, #4167)Yen Chi Hsuan2016-02-231-0/+71
|
* [nba] Support non-video/ pagesYen Chi Hsuan2016-02-231-3/+27
| | | | Fixes #8589
* [nba] Add ext for hls formats and fix test_NBAYen Chi Hsuan2016-01-311-2/+6
|
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-6/+2
| | | | Now all _extract_*_formats routines return a list
* [nba] use int_or_none for tbrremitamine2015-12-051-1/+1
|
* [nba] use int instead of int_or_noneremitamine2015-12-051-3/+3
|
* [nba] handle format info properlyremitamine2015-12-051-6/+10
|
* [nba] fix extraction errorsremitamine2015-12-041-7/+13
|
* [nba] use xpath utilsremitamine2015-12-041-6/+8
|
* [nba] add support for team subsitesremitamine2015-10-071-8/+8
|
* [nba] extract width,height and bitrate from format keyremitamine2015-10-071-62/+6
|
* [nba] skip Legacy Video Filesremitamine2015-10-071-24/+11
|
* [nba] extract video info from xml feedremitamine2015-10-031-99/+125
|
* [nba] extract more formatsremitamine2015-10-031-2/+34
|
* [nba] extract all video formats and extract more inforemitamine2015-10-021-32/+70
|
* [nba] Fix duration extraction (fixes #5777)Yen Chi Hsuan2015-05-221-2/+18
|
* [nba] Remove unused importPhilipp Hagemeister2014-12-061-2/+0
|
* [nba] Add test for #4387Philipp Hagemeister2014-12-061-2/+5
|
* [nba] ModernizePhilipp Hagemeister2014-12-061-4/+2
|
* [nba] Improve _VALID_URL regex (fixes #4387)cryptonaut2014-12-061-1/+1
| | | | Allows for optional trailing / or /index.html
* PEP8 appliedJouke Waleson2014-11-231-1/+0
|
* [nba] ModernizeSergey M․2014-09-041-4/+14
|
* [nba] ModernizeJaime Marquínez Ferrándiz2014-03-291-4/+4
|
* [nba] Simplify and use unicode_literalsJaime Marquínez Ferrándiz2014-01-291-20/+11
| | | | Remove the commented parts for extracting the upload date
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-2/+1
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* Move NBA IE into its own filePhilipp Hagemeister2013-06-231-0/+40