index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
nba.py
Age
Commit message (
Expand
)
Author
2015-12-29
Simplify formats accumulation for f4m/m3u8/smil formats
Sergey M․
2015-12-05
[nba] use int_or_none for tbr
remitamine
2015-12-05
[nba] use int instead of int_or_none
remitamine
2015-12-05
[nba] handle format info properly
remitamine
2015-12-04
[nba] fix extraction errors
remitamine
2015-12-04
[nba] use xpath utils
remitamine
2015-10-07
[nba] add support for team subsites
remitamine
2015-10-07
[nba] extract width,height and bitrate from format key
remitamine
2015-10-07
[nba] skip Legacy Video Files
remitamine
2015-10-03
[nba] extract video info from xml feed
remitamine
2015-10-03
[nba] extract more formats
remitamine
2015-10-02
[nba] extract all video formats and extract more info
remitamine
2015-05-22
[nba] Fix duration extraction (fixes #5777)
Yen Chi Hsuan
2014-12-06
[nba] Remove unused import
Philipp Hagemeister
2014-12-06
[nba] Add test for #4387
Philipp Hagemeister
2014-12-06
[nba] Modernize
Philipp Hagemeister
2014-12-06
[nba] Improve _VALID_URL regex (fixes #4387)
cryptonaut
2014-11-23
PEP8 applied
Jouke Waleson
2014-09-04
[nba] Modernize
Sergey M․
2014-03-29
[nba] Modernize
Jaime Marquínez Ferrándiz
2014-01-29
[nba] Simplify and use unicode_literals
Jaime Marquínez Ferrándiz
2013-07-12
InfoExtractor: add some helper methods to extract OpenGraph info
Jaime Marquínez Ferrándiz
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-23
Move NBA IE into its own file
Philipp Hagemeister