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-12-18
[YoutubeIE] Externalize format selection
rzhxeo
2013-12-17
Add webpage_url_basename info_dict field (Fixes #1938)
Philipp Hagemeister
2013-12-16
Incorrect variable is used to check whether thumbnail exists
alimirjamali
2013-12-16
Simplify --playlist-start / --playlist-end interface
Philipp Hagemeister
2013-12-16
Apply --no-overwrites for --write-* files as well (Fixes #1980)
Philipp Hagemeister
2013-12-16
Add --get-duration (Fixes #859)
Philipp Hagemeister
2013-12-16
Add --min-views / --max-views (Fixes #1979)
Philipp Hagemeister
2013-12-11
Fix thumbnail filename determination (Fixes #1945)
Philipp Hagemeister
2013-12-10
[YoutubeDL] Simplify filename preparation
Philipp Hagemeister
2013-12-09
Set 'NA' as the default value for missing fields in the output template (fixe...
Jaime Marquínez Ferrándiz
2013-12-09
Improve --bidi-workaround support
Philipp Hagemeister
2013-12-09
[--load-info] Always read file as UTF-8
Philipp Hagemeister
2013-12-09
Merge remote-tracking branch 'jaimeMF/load-info'
Philipp Hagemeister
2013-12-09
Remove unused imports
Philipp Hagemeister
2013-12-09
Add filename to --dump-json output (Fixes #1908)
Philipp Hagemeister
2013-12-09
Add a workaround for terminals without bidi support (Fixes #1912)
Philipp Hagemeister
2013-12-06
[wistia] Add extractor
Philipp Hagemeister
2013-12-05
[9gag] Add extractor
Philipp Hagemeister
2013-12-03
Option '--load-info': if the download fails, try extracting the info with the...
Jaime Marquínez Ferrándiz
2013-12-03
Add --load-info option (#972)
Jaime Marquínez Ferrándiz
2013-12-02
Add --socket-timeout option
Philipp Hagemeister
2013-12-01
Make socket timeout configurable, and bump default to 10 minutes (#1862)
Philipp Hagemeister
2013-11-29
Do not mutate default arguments
Philipp Hagemeister
2013-11-26
YoutubeDL: set the 'params' property before any message/warning/error is sent...
Jaime Marquínez Ferrándiz
2013-11-25
Use the 'extractor_key' field for the download archive file
Jaime Marquínez Ferrándiz
2013-11-25
Fix typo in the documentation of the 'download_archive' param
Jaime Marquínez Ferrándiz
2013-11-25
[soundcloud] Support for listing of audio-only files
Philipp Hagemeister
2013-11-25
Merge pull request #1829 from jaimeMF/ydl-empty-params
Philipp Hagemeister
2013-11-25
Do not warn about fixed output template if --max-downloads is 1
Philipp Hagemeister
2013-11-25
Allow to initialize a YoutubeDL object without parameters
Jaime Marquínez Ferrándiz
2013-11-25
Reduce socket timeout
Philipp Hagemeister
2013-11-25
Fix --download-archive (Fixes #1826)
Philipp Hagemeister
2013-11-25
Merge branch 'opener-to-ydl'
Philipp Hagemeister
2013-11-25
Remove quality_name field and improve zdf extractor
Philipp Hagemeister
2013-11-25
[zdf/common] Use API in ZDF extractor.
Philipp Hagemeister
2013-11-24
Merge branch 'master' into opener-to-ydl
Philipp Hagemeister
2013-11-24
Document proxy
Philipp Hagemeister
2013-11-24
Simplify logger code(#1811)
Philipp Hagemeister
2013-11-23
Log to an external logger (fixes #1810)
Itay Brandes
2013-11-22
Match --download-archive during playlist processing (Fixes #1745)
Philipp Hagemeister
2013-11-22
Print full title in --get-title output (#1806)
Philipp Hagemeister
2013-11-22
Move the opener to the YoutubeDL object.
Philipp Hagemeister
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
[next]