diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-20 03:54:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:39 +0700 |
commit | e8c1de6ffc3cc4917bea9519bc91da3ada9f5dac (patch) | |
tree | 4b31f2927a732a2922f5a965702f3b4bd3f6fbef /network/youtube-dl/youtube-dl.1 | |
parent | 70c7540494641a58baafe7aafff89f990e548353 (diff) | |
download | slackbuilds-e8c1de6ffc3cc4917bea9519bc91da3ada9f5dac.tar.gz |
network/youtube-dl: Updated for version 2016.11.18.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl/youtube-dl.1')
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index c144269d4f..7c0040649c 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -1496,11 +1496,13 @@ another machine / in my webbrowser. .PP It depends a lot on the service. In many cases, requests for the video (to download/play it) must come -from the same IP address and with the same cookies. +from the same IP address and with the same cookies and/or HTTP headers. Use the \f[C]\-\-cookies\f[] option to write the required cookies into a file, and advise your downloader to read cookies from that file. Some sites also require a common user agent to be used, use \f[C]\-\-dump\-user\-agent\f[] to see the one in use by youtube\-dl. +You can also get necessary cookies and HTTP headers from JSON output +obtained with \f[C]\-\-dump\-json\f[]. .PP It may be beneficial to use IPv6; in some cases, the restrictions are only applied to IPv4. |