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
/
YoutubeDL.py
Age
Commit message (
Expand
)
Author
2013-11-20
Merge remote-tracking branch 'dz0ny/patch-1'
Philipp Hagemeister
2013-11-20
import json for --dump-json
Philipp Hagemeister
2013-11-20
Add an option to dump json information
Mohamedh Fazal
2013-11-18
Correctly write and restore the console title on the stack (fixes #1782)
Jaime Marquínez Ferrándiz
2013-11-17
Allow --console-title when --quiet is given (Fixes #1783)
Philipp Hagemeister
2013-11-17
Save and restore console title (Fixes #1782)
Philipp Hagemeister
2013-11-17
Remove * imports
Philipp Hagemeister
2013-11-17
Move console_title to YoutubeDL
Philipp Hagemeister
2013-11-16
Fix indentation of (best) and (worst) in --list-formats
Philipp Hagemeister
2013-11-16
[spiegel] Implement format selection
Philipp Hagemeister
2013-11-16
Add automatic generation of format note based on bitrate and codecs
Philipp Hagemeister
2013-11-15
Pass the 'download' argument to 'process_video_result' (fixes #1769)
Jaime Marquínez Ferrándiz
2013-11-13
Fix filename extension leaking to json filename
Janez Troha
2013-11-13
Don't assume the 'subtitlesformat' is set in the params dict (fixes #1750)
Jaime Marquínez Ferrándiz
2013-11-09
Improve format listing for long format ids
Jaime Marquínez Ferrándiz
2013-11-03
Set the 'extractor_key' field in the info_dict
Jaime Marquínez Ferrándiz
2013-11-03
Add the 'webpage_url' field to info_dict
Jaime Marquínez Ferrándiz
2013-11-03
Set the extra_info inside YoutubeDL.process_ie_result and set only if the key...
Jaime Marquínez Ferrándiz
2013-10-30
Use index in formt string (Fixes vevo test on Python 2.6)
Philipp Hagemeister
2013-10-30
Fix output indenting for --list-formats
Philipp Hagemeister
2013-10-29
Nicer --list-formats output
Philipp Hagemeister
2013-10-28
tests: build the filename from the info_dict if the 'file' key is missing
Jaime Marquínez Ferrándiz
2013-10-28
Check if description and thumbnail are None to prevent crash
rzhxeo
2013-10-28
Make "requested format not available" expected (#1655)
Philipp Hagemeister
2013-10-28
mixcloud does not do any format selection
Philipp Hagemeister
2013-10-28
Nicer --list-formats output
Philipp Hagemeister
2013-10-28
Let extractors omit ext in formats
Philipp Hagemeister
2013-10-26
[YouPornIE] Extract all encrypted links and remove doubles at the end
rzhxeo
2013-10-22
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister
2013-10-22
Expand tilde in template (Fixes #1639)
Philipp Hagemeister
2013-10-22
Style fixes in YoutubeDL.py
Jaime Marquínez Ferrándiz
2013-10-22
Respect the download parameter in YoutubeDL.process_video_result if the extra...
Jaime Marquínez Ferrándiz
2013-10-21
The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'
Jaime Marquínez Ferrándiz
2013-10-21
YoutubeDL: remove method that came from FileDownloader
Jaime Marquínez Ferrándiz
2013-10-21
Allow to use the extension for the format selection
Jaime Marquínez Ferrándiz
2013-10-21
Accept requested formats to be in the format 35/best (closes #1552)
Jaime Marquínez Ferrándiz
2013-10-18
fix typos
Philipp Hagemeister
2013-10-18
Extend #980 with --max-quality support
Philipp Hagemeister
2013-10-18
Merge remote-tracking branch 'jaimeMF/format_selection'
Philipp Hagemeister
2013-10-14
[youtube] Adds #1312 Download annotations
Jai Grimshaw
2013-10-11
Fix the default values of format_id and format
Jaime Marquínez Ferrándiz
2013-10-11
Implement the prefer_free_formats in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
Default 'format' field to {width}x{height}
Jaime Marquínez Ferrándiz
2013-10-11
Do not handle format selection for IEs that already handle it
Jaime Marquínez Ferrándiz
2013-10-11
Implement the max quality option in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
Implement format selection in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-09
Tiny tpo
Tom
2013-10-06
Merge branch 'download-archive'
Philipp Hagemeister
2013-10-06
Remove superfluous parenthesis
Philipp Hagemeister
2013-10-06
Call extracted property age_limit everywhere
Philipp Hagemeister
[next]