index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
fix KeekIE
Filippo Valsorda
2013-03-20
1
-4
/
+4
|
*
|
|
|
|
Merge pull request #699 by @iemejia
Filippo Valsorda
2013-03-20
5
-58
/
+177
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
add '--write-srt' and '--srt-lang' aliases for backwards compatibility
Filippo Valsorda
2013-03-20
1
-2
/
+2
|
|
*
|
|
|
Fixed typo in error message when no subtitles were available.
Ismael Mejia
2013-03-20
1
-1
/
+1
|
|
*
|
|
|
Added new option '--list-subs' to show the available subtitle languages
Ismael Mejia
2013-03-20
5
-8
/
+33
|
|
*
|
|
|
Added new option '--sub-format' to choose the format of the subtitles to down...
Ismael Mejia
2013-03-20
5
-9
/
+26
|
|
*
|
|
|
Refactor subtitle options from srt to the more generic 'sub'.
Ismael Mejia
2013-03-20
3
-54
/
+54
|
|
*
|
|
|
Added new option '--all-srt' to download all the subtitles of a video.
Ismael Mejia
2013-03-20
5
-35
/
+107
|
|
*
|
|
|
Added new option '--only-srt' to download only the subtitles of a video
Ismael Mejia
2013-02-21
4
-1
/
+22
|
|
*
|
|
|
Removed conversion from youtube closed caption format to srt since youtube ap...
Ismael Mejia
2013-02-21
2
-22
/
+6
|
*
|
|
|
|
Spiegel IE
Philipp Hagemeister
2013-03-12
2
-1
/
+51
|
*
|
|
|
|
Add configuration to -v output
Philipp Hagemeister
2013-03-12
1
-3
/
+11
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Fix Unicode handling GenericIE (Fixes #734)
Philipp Hagemeister
2013-03-08
2
-7
/
+9
|
*
|
|
|
Clear up error messages (#734)
Philipp Hagemeister
2013-03-08
1
-2
/
+5
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge pull request #728 from timdoug/fix-escapist-extension
Philipp Hagemeister
2013-03-06
1
-1
/
+1
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Escapist videos are acutally .mp4, not .flv
Tim Douglas
2013-03-06
1
-1
/
+1
|
|
/
/
*
|
|
When a redirect is found return the new url using the new style
Jaime Marquínez Ferrándiz
2013-03-05
1
-4
/
+4
*
|
|
Add auxiliary methods to InfoExtractor to set the '_type' key and use them fo...
Jaime Marquínez Ferrándiz
2013-03-05
2
-18
/
+47
*
|
|
`extract_info` now expects `ie.extract` to return a list in the format propos...
Jaime Marquínez Ferrándiz
2013-03-05
1
-6
/
+26
*
|
|
Use extract_info in BlipTV User and Youtube Channel
Jaime Marquínez Ferrándiz
2013-03-05
1
-5
/
+4
*
|
|
Use extract_info in YoutubePlaylist and YoutubeSearch
Jaime Marquínez Ferrándiz
2013-03-05
2
-12
/
+12
*
|
|
Merge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz
2013-03-04
5
-85
/
+40
|
\
|
|
|
*
|
Fix Python 3 errors with rmtp downloads
Philipp Hagemeister
2013-03-03
1
-1
/
+1
|
*
|
Clarify rate limit documentation (Closes #723)
Philipp Hagemeister
2013-03-03
1
-1
/
+1
|
*
|
Remove changed playlist test (#661)
Philipp Hagemeister
2013-03-03
1
-6
/
+0
|
*
|
Remove tweetreel - it has shut down
Philipp Hagemeister
2013-03-03
2
-62
/
+0
|
*
|
Use proper urlparse functions and simplify a bit
Philipp Hagemeister
2013-03-03
1
-11
/
+7
|
*
|
Merge remote-tracking branch 'jcarlosgarciasegovia/master'
Philipp Hagemeister
2013-03-03
1
-0
/
+15
|
|
\
\
|
|
*
|
Allow downloading http://blip.tv/play/ embeded URLs
Juan Carlos Garcia Segovia
2013-03-01
1
-0
/
+15
|
*
|
|
Use report_warning in InfoExtractors
Jaime Marquínez Ferrándiz
2013-03-02
1
-13
/
+13
|
*
|
|
Use color when printing warning messages
Jaime Marquínez Ferrándiz
2013-02-28
1
-4
/
+16
|
|
/
/
*
|
|
Add a method for extracting info from a list of urls
Jaime Marquínez Ferrándiz
2013-03-04
1
-0
/
+8
*
|
|
Create extract_info method
Jaime Marquínez Ferrándiz
2013-02-26
1
-41
/
+44
|
/
/
*
|
Don't be too clever (Fixes Python 3)
Philipp Hagemeister
2013-02-26
1
-2
/
+1
*
|
fix tests in Python3, and make them parallelizable
Philipp Hagemeister
2013-02-26
1
-6
/
+7
*
|
Do not user upper-case for non-constants
Philipp Hagemeister
2013-02-26
1
-31
/
+31
*
|
Merge remote-tracking branch 'origin/API_YT_playlists'
Philipp Hagemeister
2013-02-26
3
-75
/
+120
|
\
\
|
*
|
Modified Youtube video/playlist matching; fixes #668; fixes #585
Filippo Valsorda
2013-02-26
3
-33
/
+59
|
*
|
Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661
Filippo Valsorda
2013-02-26
2
-52
/
+71
*
|
|
Merge pull request #715 from joksnet/no_video_results
Philipp Hagemeister
2013-02-26
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[YT Search] No results if items is not in response
Juan M
2013-02-26
1
-0
/
+4
|
/
/
*
|
Merge remote-tracking branch 'joksnet/not_keep_video_message'
Philipp Hagemeister
2013-02-25
1
-1
/
+1
|
\
\
|
*
|
Message for delete video it's not an error.
Juan M
2013-02-23
1
-1
/
+1
*
|
|
release 2013.02.25
Philipp Hagemeister
2013-02-25
1
-1
/
+1
*
|
|
Fix typo
Philipp Hagemeister
2013-02-25
1
-1
/
+1
*
|
|
Formalize URL creation (prepare for some cleanup in blip.tv:users)
Philipp Hagemeister
2013-02-24
1
-3
/
+2
*
|
|
Merge remote-tracking branch 'joksnet/ytsearch_decode_request'
Philipp Hagemeister
2013-02-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Decode the data requested to the api in utf-8.
Juan M
2013-02-23
1
-1
/
+1
|
|
/
/
*
|
|
Test TED thumbnail
Philipp Hagemeister
2013-02-24
1
-1
/
+2
*
|
|
Merge remote-tracking branch 'jaimeMF/TED'
Philipp Hagemeister
2013-02-24
1
-10
/
+10
|
\
\
\
[prev]
[next]