Advertisement
Guest User

youtube-dl urlopen error [Errno 2] Name or service not known

a guest
Feb 17th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.54 KB | None | 0 0
  1. [debug] System config: []
  2. [debug] User config: [u'--output', u'~/\u0388\u03b3\u03b3\u03c1\u03b1\u03c6\u03b1/youtube-dl/%(title)s.%(ext)s']
  3. [debug] Custom config: []
  4. [debug] Command-line args: [u'-v', u'--extract-audio', u'--prefer-ffmpeg', u'--audio-format', u'mp3', u'https://www.youtube.com/watch?v=ygdVEIrVnIk']
  5. [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
  6. [debug] youtube-dl version 2018.02.11
  7. [debug] Python version 2.7.12 (CPython) - Linux-3.19.0-32-generic-x86_64-with-LinuxMint-17.3-rosa
  8. [debug] exe versions: avconv 9.20-6, avprobe 9.20-6, ffmpeg 3.3.3, ffprobe 3.3.3
  9. [debug] Proxy map: {}
  10. [youtube] ygdVEIrVnIk: Downloading webpage
  11. ERROR: Unable to download webpage: <urlopen error [Errno -2] Name or service not known> (caused by URLError(gaierror(-2, 'Name or service not known'),))
  12.   File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 519, in _request_webpage
  13.     return self._downloader.urlopen(url_or_request)
  14.   File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2199, in urlopen
  15.     return self._opener.open(req, timeout=self._socket_timeout)
  16.   File "/usr/lib/python2.7/urllib2.py", line 429, in open
  17.     response = self._open(req, data)
  18.   File "/usr/lib/python2.7/urllib2.py", line 447, in _open
  19.     '_open', req)
  20.   File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  21.     result = func(*args)
  22.   File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1089, in https_open
  23.     req, **kwargs)
  24.   File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
  25.     raise URLError(err)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement