index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Statigr.am IE
Philipp Hagemeister
2013-06-23
1
-9
/
+17
*
added StatigrIE
M.Yasoob Khalid
2013-06-23
1
-1
/
+0
*
added StatigrIE
M.Yasoob Khalid
2013-06-23
1
-0
/
+25
*
GenericIE: look for Open Graph info
Jaime Marquínez Ferrándiz
2013-06-23
1
-0
/
+7
*
Change metavar of "--sub-format" from LANG to FORMAT
Jaime Marquínez Ferrándiz
2013-06-23
1
-1
/
+1
*
YoutubeIE: report warnings instead of errors if the subtitles are not found (...
Jaime Marquínez Ferrándiz
2013-06-22
1
-2
/
+2
*
Merge pull request #888 from rg3/youtube_playlists_fix_886
Jaime Marquínez Ferrándiz
2013-06-22
1
-3
/
+4
|
\
|
*
YoutubePlaylistIE: don't look into entry['content']['src'], accruing to the d...
Jaime Marquínez Ferrándiz
2013-06-22
1
-5
/
+0
|
*
YoutubePlaylistIE: try to extract the url of the entries from the media$group...
Jaime Marquínez Ferrándiz
2013-06-20
1
-3
/
+9
*
|
YoutubeIE: If not subtitles language is given default to English for automati...
Jaime Marquínez Ferrándiz
2013-06-22
1
-1
/
+1
*
|
Leave out sig if not present (#896)
Philipp Hagemeister
2013-06-21
1
-2
/
+5
*
|
release 2013.06.21
Philipp Hagemeister
2013-06-21
1
-1
/
+1
*
|
TEDIE: download the best quality video and use the new _search_regex functions
Jaime Marquínez Ferrándiz
2013-06-20
1
-24
/
+20
|
/
*
RBMARadioIE: fix the extraction of the JSON data
Jaime Marquínez Ferrándiz
2013-06-20
1
-2
/
+2
*
DailymotionIE: fix the extraction of the video uploader and use _search_regex...
Jaime Marquínez Ferrándiz
2013-06-20
1
-10
/
+4
*
Revert "Fix GooglePlusIE: the video_page url has changed of place"
Jaime Marquínez Ferrándiz
2013-06-20
1
-1
/
+1
*
SteamIE: only verify the age if needed
Jaime Marquínez Ferrándiz
2013-06-20
1
-4
/
+14
*
Ignore invalid dates (Fixes #894)
Philipp Hagemeister
2013-06-19
1
-0
/
+3
*
Merge pull request #887 from anisse/master
Jaime Marquínez Ferrándiz
2013-06-19
1
-1
/
+1
|
\
|
*
YoutubePlaylistIE: get *all* videos
Anisse Astier
2013-06-13
1
-1
/
+1
*
|
Fix GooglePlusIE: the video_page url has changed of place
Jaime Marquínez Ferrándiz
2013-06-18
1
-1
/
+1
*
|
add _search_regex to the new IEs
Filippo Valsorda
2013-06-17
1
-10
/
+8
*
|
Merge branch 'search_regex' - PR #872 - closes #847
Filippo Valsorda
2013-06-17
2
-459
/
+326
|
\
\
|
*
|
use _search_regex in GenericIE
Filippo Valsorda
2013-06-17
1
-8
/
+4
|
*
|
test: extend the reach of info_dict checking
Filippo Valsorda
2013-06-09
1
-7
/
+10
|
*
|
_html_search_regex with clean_html superpowers
Filippo Valsorda
2013-06-09
1
-80
/
+71
|
*
|
do not ask the user to report network errors
Filippo Valsorda
2013-06-09
1
-2
/
+5
|
*
|
print "please report this issue on GitHub" on every ExtractorError
Filippo Valsorda
2013-06-08
2
-2
/
+2
|
*
|
XHamster: Can't see the description anywhere in the UI
Filippo Valsorda
2013-06-07
1
-4
/
+5
|
*
|
use search_regex in new IEs
Filippo Valsorda
2013-06-07
1
-28
/
+22
|
*
|
raise exceptions on warnings during tests - and solve a couple of them
Filippo Valsorda
2013-06-07
1
-20
/
+21
|
*
|
print WARNINGs during test + minor fix to NBAIE
Filippo Valsorda
2013-06-06
1
-1
/
+1
|
*
|
implement fallbacks and defaults in _search_regex
Filippo Valsorda
2013-06-06
2
-40
/
+47
|
*
|
Implement search_regex from #847
Anna Bernardi
2013-06-06
1
-382
/
+253
*
|
|
Add GametrailersIE
Jaime Marquínez Ferrándiz
2013-06-16
1
-0
/
+55
|
|
/
|
/
|
*
|
GenericIE: try to find videos from twitter cards info
Jaime Marquínez Ferrándiz
2013-06-13
1
-0
/
+3
*
|
YoutubeSearchIE: the query is a str, in python 3 it fails if decode is called
Jaime Marquínez Ferrándiz
2013-06-11
1
-1
/
+0
*
|
Use long rtmpdump options
Philipp Hagemeister
2013-06-10
1
-5
/
+5
*
|
Allow unsetting the proxy with the --proxy option
Philipp Hagemeister
2013-06-09
1
-2
/
+5
*
|
Set the extractor key in playlists entries
Jaime Marquínez Ferrándiz
2013-06-08
1
-0
/
+5
*
|
Merge pull request #853 from mc2avr/master
Jaime Marquínez Ferrándiz
2013-06-08
2
-0
/
+94
|
\
\
|
*
|
add ZDFIE and _download_with_mplayer(mms://,rtsp://)
mc2avr
2013-05-23
2
-0
/
+96
*
|
|
Merge pull request #878 from yasoob/master
Jaime Marquínez Ferrándiz
2013-06-08
1
-0
/
+35
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added Vbox7 Infoextractor
M.Yasoob Khalid
2013-06-08
1
-0
/
+34
|
/
/
*
|
style and error handling edits to HypemIE
Filippo Valsorda
2013-06-06
1
-29
/
+28
*
|
added HypemIE
M.Yasoob Khalid
2013-06-06
1
-0
/
+54
*
|
Merge pull request #866 from yasoob/master
Filippo Valsorda
2013-06-04
1
-0
/
+58
|
\
\
|
*
|
Added support for xhamster in infoextractors
M.Yasoob Ullah Khalid
2013-06-04
1
-0
/
+58
*
|
|
SpiegelE: the page layout has changed a bit
Jaime Marquínez Ferrándiz
2013-06-04
1
-1
/
+1
*
|
|
Merge pull request #864 from jacobian/vimeopro
Jaime Marquínez Ferrándiz
2013-06-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]