Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ales $ youtube-dl --version
2018.02.11
ales $ youtube-dl -v https://vidio.com/watch/1252292-belajar-kalistenik-bersama-reina?channel_id=21328282
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://vidio.com/watch/1252292-belajar-kalistenik-bersama-reina?channel_id=21328282']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.02.11
[debug] Git HEAD: 12acb9a
[debug] Python version 2.7.11 (CPython) - Darwin-16.7.0-x86_64-i386-64bit
[debug] exe versions: avconv 11.4, avprobe 11.4, ffmpeg 3.2.3, ffprobe 3.2.3, phantomjs 1.9.8, rtmpdump 2.4
[debug] Proxy map: {}
[Vidio] belajar-kalistenik-bersama-reina: Downloading webpage
[Vidio] belajar-kalistenik-bersama-reina: Downloading m3u8 information
Traceback (most recent call last):
File "/Volumes/HDD/Users/ales/bin/youtube-dl", line 9, in
youtube_dl.main()
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/init.py", line 471, in main
_real_main(argv)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/init.py", line 461, in _real_main
retcode = ydl.download(all_urls)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/YoutubeDL.py", line 1989, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/extractor/vidio.py", line 55, in _real_extract
m3u8_url, display_id, 'mp4', entry_protocol='m3u8_native')
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/extractor/common.py", line 1337, in _extract_m3u8_formats
fatal=fatal)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/extractor/common.py", line 539, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/extractor/common.py", line 519, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/Users/ales/Projects/github/youtube-dl/youtube_dl/YoutubeDL.py", line 2199, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/Volumes/HDD/Users/ales/.pyenv/versions/2.7.11/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
File "/Volumes/HDD/Users/ales/.pyenv/versions/2.7.11/lib/python2.7/urllib2.py", line 285, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: "
ales $