Philipp Hagemeister
4950f30890
Fix --list-formats description ( Closes #2142 )
11 years ago
Philipp Hagemeister
17093b83ca
Allow ~ in --download-archive ( Fixes #2137 )
11 years ago
dst
67d28bff12
Tidy help text
11 years ago
Jaime Marquínez Ferrándiz
76b1bd672d
Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options ( #2115 )
Affects the ffmpeg post processors, if ‘--prefer-ffmpeg’ is given and both avconv and ffmpeg are installed, it will use ffmpeg. Otherwise it will follow the old behaviour.
11 years ago
Philipp Hagemeister
bac268e243
Clarify --date* documentation ( Fixes #2093 )
11 years ago
Philipp Hagemeister
56327689a2
Move postprocessor into its own package
11 years ago
Jaime Marquínez Ferrándiz
41292a3827
Fix list comprehension for decoding the URLs ( fixes #2100 )
It wasn’t a comprehension, it was just using the last url from the previous comprehension.
That didn’t raise an error in python 2, but in python 3 the variable was not defined.
11 years ago
Philipp Hagemeister
c774b3c696
Make sure URLs are always character strings ( Fixes #2051 )
11 years ago
Philipp Hagemeister
9656ee5d1d
Document --socket-timeout
11 years ago
Philipp Hagemeister
7c094bfe2f
Reveal a little bit more detail about what we cache ( #858 )
11 years ago
Philipp Hagemeister
0f30658329
Clarify --cache-dir ( #858 )
11 years ago
epitron
e63fc1bed4
Added '--xattrs' option which writes metadata to the file's extended attributes using a youtube-dl postprocessor.
Works on Linux, OSX, and Windows.
11 years ago
Philipp Hagemeister
a0ddb8a2fa
Add new --print-traffic option
11 years ago
Philipp Hagemeister
fd46a318a2
Print out encoding information in -v ( #2046 )
11 years ago
Philipp Hagemeister
5d681e960d
Use bidiv instead of fribidi if available ( Fixes #1912 )
11 years ago
Philipp Hagemeister
5a94982abe
Remove unused import
11 years ago
Philipp Hagemeister
04ff34ab89
Show all matching URLs
11 years ago
Philipp Hagemeister
a19fd00cc4
Simplify --playlist-start / --playlist-end interface
11 years ago
Philipp Hagemeister
b83be81d27
Credit @mjorlitzky for pornhd ( #1961 )
11 years ago
Philipp Hagemeister
e3946f989e
Set process title to youtube-dl
This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs.
11 years ago
Philipp Hagemeister
525ef9227f
Add --get-duration ( Fixes #859 )
11 years ago
Philipp Hagemeister
5fe18bdbde
Add --min-views / --max-views ( Fixes #1979 )
11 years ago
Jaime Marquínez Ferrándiz
dca02c80bc
Fix detection of the extension if the 'extractaudio' is given and improve the error message ( #1969 )
Using 'foo.mp4' shouldn't raise an error.
If 'foo' is given suggest using 'foo.%(ext)s' for the template
11 years ago
Philipp Hagemeister
1c088fa89d
Improve --bidi-workaround support
11 years ago
Philipp Hagemeister
0783b09b92
Add a workaround for terminals without bidi support ( Fixes #1912 )
11 years ago
Jaime Marquínez Ferrándiz
1dcc4c0cad
Add --load-info option ( #972 )
It just calls the 'YoutubeDL.process_ie_result' with the dictionary from the json file
11 years ago
Philipp Hagemeister
cf6758d204
Document disabling proxy ( #1882 )
11 years ago
Philipp Hagemeister
a0eaa341e1
[configuration] Undo code breakage
11 years ago
Philipp Hagemeister
fb27c2295e
Correct configuration file locations
11 years ago
Philipp Hagemeister
1b753cb334
Add Windows configuration file locations ( #1881 )
11 years ago
Philipp Hagemeister
36a826a50d
Clarify --download-archive help ( #1757 )
11 years ago
Philipp Hagemeister
8796857429
Credit @dstftw for smotri IE
11 years ago
Philipp Hagemeister
6ad14cab59
Add --socket-timeout option
11 years ago
Philipp Hagemeister
06dcbb71d8
Clarify help of --write-pages ( #1853 )
11 years ago
Philipp Hagemeister
323ec6ae56
Clarify --download-archive help
11 years ago
Nicolas Kaiser
9986238ba9
fix typo in help
11 years ago
Jaime Marquínez Ferrándiz
c2e52508cc
Include the proxy in the parameters for YoutubeDL ( fixes #1831 )
11 years ago
Philipp Hagemeister
0c75c3fa7a
Do not warn about fixed output template if --max-downloads is 1
Fixes #1828
11 years ago
Philipp Hagemeister
38b2db6a66
Credit @takuya0301 for niconico
11 years ago
Philipp Hagemeister
dca0872056
Move the opener to the YoutubeDL object.
This is the first step towards being able to just import youtube_dl and start using it.
Apart from removing global state, this would fix problems like #1805 .
11 years ago
Philipp Hagemeister
0a120f74b2
Credit @diffycat for anitube
11 years ago
Philipp Hagemeister
8694c60000
import json for --dump-json
11 years ago
Mohamedh Fazal
9d1538182f
Add an option to dump json information
11 years ago
Philipp Hagemeister
bdde425cbe
Save and restore console title ( Fixes #1782 )
11 years ago
Philipp Hagemeister
d37936386f
Credit @saper for tvp IE ( #1730 )
11 years ago
Philipp Hagemeister
b5bdc2699a
Credit @jelly for gamekings extractor ( #1759 )
11 years ago
Philipp Hagemeister
d4b7da84c3
Clarify -c. Do not pass it in if you don't know what you're doing
Suggested in #1743
11 years ago
Jaime Marquínez Ferrándiz
2a9e9b210b
Fix the documentation of '--autonumber-size' ( #1743 )
it's '--auto-number' not '--autonumber'
11 years ago
Philipp Hagemeister
d41e6efc85
New debug option --write-pages
11 years ago
Jaime Marquínez Ferrándiz
b5936c0059
Document the %(format_id)s field for the output template
11 years ago