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
2014-07-25
[YouTubeDL] Best practices (Closes #3370)
Philipp Hagemeister
2014-07-24
Replace failure handling with up-front check.
Philipp Hagemeister
2014-07-23
Deletes temp files after postprocess merge unless -k option is specified
rupertbaxter2
2014-07-23
[YoutubeDL] Make sure we really, really get out the encoding string
Philipp Hagemeister
2014-07-21
[snotr] PEP8 and minor fixes (#3296)
Philipp Hagemeister
2014-07-06
[YoutubeDL] Show download URL when -v is set
Philipp Hagemeister
2014-06-07
[cnn] Improve thumbnail extraction
Philipp Hagemeister
2014-06-07
[spiegeltv] Simplify and PEP8
Philipp Hagemeister
2014-04-30
[YoutubeDL] Do not require default output template to be set
Philipp Hagemeister
2014-04-30
[YoutubeDL] Add simple tests for format_note (Closes #2825)
Philipp Hagemeister
2014-04-08
Fix subtitle download error reporting (Fixes #2724)
robbie
2014-04-07
[utils] Completely rewrite Windows output (Fixes #2672)
Philipp Hagemeister
2014-04-07
Use --encoding when outputting
Philipp Hagemeister
2014-04-03
Correct check for empty dirname (Fixes #2683)
Philipp Hagemeister
2014-04-03
[YouTubeDL] Throw an early error if the info_dict result is invalid
Philipp Hagemeister
2014-04-03
[franceculture] Add extractor (Fixes #2669)
Philipp Hagemeister
2014-03-30
Add new --encoding option (Fixes #2650)
Philipp Hagemeister
2014-03-26
Add --no-warnings option (Fixes #2630)
Philipp Hagemeister
2014-03-23
[instagram] Add support for user profiles (Fixes #2606)
Philipp Hagemeister
2014-03-21
Add --prefer-insecure option (Fixes #2364)
Philipp Hagemeister
2014-03-20
[YoutubeDL] Improve error message
Philipp Hagemeister
2014-03-14
Add bestvideo and worstvideo to special format names (#2163)
Jaime Marquínez Ferrándiz
2014-03-13
Rename upload_timestamp to timestamp
Philipp Hagemeister
2014-03-13
[vevo] Centralize timestamp handling
Philipp Hagemeister
2014-03-10
[playvid] Simplify (#2539)
Philipp Hagemeister
2014-03-10
Don't install the global url opener
Jaime Marquínez Ferrándiz
2014-03-10
Don't set the global socket timeout
Jaime Marquínez Ferrándiz
2014-03-10
Correct automatic resolution determination
Philipp Hagemeister
2014-03-09
YoutubeDL: If the logger is set call its `warning` method in `report_warning`
Jaime Marquínez Ferrándiz
2014-03-07
YoutubeDL: Use its `urlopen` method for downloading the thumbnail.
Jaime Marquínez Ferrándiz
2014-03-04
Document width, height, and resolution (#1445)
Philipp Hagemeister
2014-03-04
[youtube] Add support for search result URLs (Fixes #2495)
Philipp Hagemeister
2014-03-03
Add display_id field
Philipp Hagemeister
2014-01-25
Some pep8 style fixes
Jaime Marquínez Ferrándiz
2014-01-23
[youtube] Add new formats (Fixes #2221)
Philipp Hagemeister
2014-01-23
Do not count unmatched videos for --max-downloads (Fixes #2211)
Philipp Hagemeister
2014-01-23
Correct --max-downloads with --ignore-errors
Philipp Hagemeister
2014-01-22
Merge branch 'paged-lists'
Philipp Hagemeister
2014-01-22
Merge branch 'youtube-dash-manifest'
Philipp Hagemeister
2014-01-22
Default to -f best-audio when only audio is requested
Philipp Hagemeister
2014-01-22
Add -f bestaudio (Fixes #2163)
Philipp Hagemeister
2014-01-22
Add new --default-search option (#2193)
Philipp Hagemeister
2014-01-21
[servingsys] Add support
Philipp Hagemeister
2014-01-20
Add infrastructure for paged lists
Philipp Hagemeister
2014-01-19
[youtube] Download DASH manifest
Philipp Hagemeister
2014-01-15
Don’t try to merge the formats if ffmpeg or avconv are not installed
Jaime Marquínez Ferrándiz
2014-01-08
Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)
Jaime Marquínez Ferrándiz
2014-01-07
--list-formats: Only add "@" if vbr is given
Philipp Hagemeister
2014-01-07
Move postprocessor into its own package
Philipp Hagemeister
2014-01-05
Set required properties for format merging
Philipp Hagemeister
[next]