Guest User

Untitled

a guest
Dec 2nd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. root@Machine:/home/cyber# sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 0 3 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  5. 0 3 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  6. 100 582 0 582 0 0 353 0 --:--:-- 0:00:01 --:--:-- 568k
  7. 100 1372k 100 1372k 0 0 305k 0 0:00:04 0:00:04 --:--:-- 695k
  8. root@Machine:/home/cyber# sudo chmod a+rx /usr/local/bin/youtube-dl
  9. root@Machine:/home/cyber# youtube-dl -v
  10. [debug] System config: []
  11. [debug] User config: []
  12. [debug] Command-line args: ['-v']
  13. [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
  14. [debug] youtube-dl version 2014.08.05
  15. [debug] Python version 2.7.9 - Linux-3.16.0-4-amd64-x86_64-with-debian-8.6
  16. [debug] Proxy map: {}
  17. Usage: youtube-dl [options] url [url...]
  18.  
  19. youtube-dl: error: you must provide at least one URL
Advertisement
Add Comment
Please, Sign In to add comment