Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. youtube-dl https://youtu.be/Q-xxxx-xxxx
  2. [youtube] Q-xxxx-xxxx: Downloading webpage
  3. [youtube] Q-xxxx-xxxx: Downloading video info webpage
  4. WARNING: Unable to extract video title
  5. ERROR: This video is unavailable.
  6.  
  7. youtube-dl --username=me@gmail.com https://youtu.be/Q-xxxx-xxxx
  8. Type account password and press [Return]:
  9. [youtube] Downloading login page
  10. [youtube] Looking up account info
  11. [youtube] Logging in
  12. Type 2-step verification code and press [Return]:
  13. [youtube] Submitting TFA code
  14. WARNING: Unable to submit TFA code: HTTP Error 400: Bad Request
  15. [youtube] Q-xxxx-xxxx: Downloading webpage
  16. [youtube] Q-xxxx-xxxx: Downloading video info webpage
  17. WARNING: Unable to extract video title
  18. ERROR: This video is unavailable.
  19.  
  20. youtube-dl --cookies=cookies.txt https://youtu.be/Q-xxxx-xxxx
  21. Traceback (most recent call last):
  22. File "/usr/bin/youtube-dl", line 11, in <module>
  23. load_entry_point('youtube-dl==2018.6.14', 'console_scripts', 'youtube-dl')()
  24. File "/usr/lib/python3.6/site-packages/youtube_dl/__init__.py", line 472, in main
  25. _real_main(argv)
  26. File "/usr/lib/python3.6/site-packages/youtube_dl/__init__.py", line 439, in _real_main
  27. with YoutubeDL(ydl_opts) as ydl:
  28. File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 414, in __init__
  29. self._setup_opener()
  30. File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2303, in _setup_opener
  31. self.cookiejar.load()
  32. File "/usr/lib/python3.6/http/cookiejar.py", line 1784, in load
  33. self._really_load(f, filename, ignore_discard, ignore_expires)
  34. File "/usr/lib/python3.6/http/cookiejar.py", line 2007, in _really_load
  35. filename)
  36. http.cookiejar.LoadError: 'cookies.txt' does not look like a Netscape format cookies fil
  37.  
  38. youtube-dl --username=me@gmail.com --password=xxxxxxxxx youtu.be/Q-xxxxxxxx
  39. [youtube] Downloading login page
  40. [youtube] Looking up account info
  41. [youtube] Logging in
  42. WARNING: Unable to login: Invalid password
  43. [youtube] Q-xxxxxx: Downloading webpage
  44. [youtube] Q-xxxxxx: Downloading video info webpage
  45. WARNING: Unable to extract video title
  46. ERROR: This video is unavailable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement