diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-30 09:50:22 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-30 09:50:22 +0200 | 
| commit | 4f31d0f2b7610d3b19ffbe55d5b8f4ef231187da (patch) | |
| tree | ea9e8b7b5b239e3b6dbc970943aa1887f3e29cf0 | |
| parent | bff74bdd1a0eaf22e1dbd6c3b9b7bf3fd5cab62f (diff) | |
release 2014.07.302014.07.30
| -rw-r--r-- | README.md | 13 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 9 insertions, 6 deletions
@@ -46,15 +46,15 @@ which means you can modify it, redistribute it or use it however you like.                                       an empty string (--proxy "") for direct                                       connection      --socket-timeout None            Time to wait before giving up, in seconds -    --bidi-workaround                Work around terminals that lack -                                     bidirectional text support. Requires bidiv -                                     or fribidi executable in PATH      --default-search PREFIX          Use this prefix for unqualified URLs. For                                       example "gvsearch2:" downloads two videos                                       from google videos for  youtube-dl "large                                       apple". Use the value "auto" to let -                                     youtube-dl guess. The default value "error" -                                     just throws an error. +                                     youtube-dl guess ("auto_warning" to emit a +                                     warning when guessing). "error" just throws +                                     an error. The default value "fixup_error" +                                     repairs broken URLs, but emits an error if +                                     this is not possible instead of searching.      --ignore-config                  Do not read configuration files. When given                                       in the global configuration file /etc                                       /youtube-dl.conf: do not read the user @@ -213,6 +213,9 @@ which means you can modify it, redistribute it or use it however you like.      --add-header FIELD:VALUE         specify a custom HTTP header and its value,                                       separated by a colon ':'. You can use this                                       option multiple times +    --bidi-workaround                Work around terminals that lack +                                     bidirectional text support. Requires bidiv +                                     or fribidi executable in PATH  ## Video Format Options:      -f, --format FORMAT              video format code, specify the order of diff --git a/youtube_dl/version.py b/youtube_dl/version.py index e77494595..6e7d56cf7 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2014.07.25.1' +__version__ = '2014.07.30'  | 
