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.
$ youtube-dl --version
2019.02.18
$ ./youtube-dl.1 --version
2019.02.18
[t0m@x230 ~]$ youtube-dl -v "https://www.servus.com/tv/videos/1281948221603-22527017"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.servus.com/tv/videos/1281948221603-22527017']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.02.18
[debug] Python version 3.7.2 (CPython) - Linux-4.14.101-1-MANJARO-x86_64-with-arch-Manjaro-Linux
[debug] exe versions: ffmpeg 4.1.1, ffprobe 4.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 1281948221603-22527017: Requesting header
[redirect] Following redirect to https://www.servus.com/tv/videos/1281948221603-22527017/
[generic] 1281948221603-22527017: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 1281948221603-22527017: Downloading webpage
[generic] 1281948221603-22527017: Extracting information
ERROR: Unsupported URL: https://www.servus.com/tv/videos/1281948221603-22527017/
Traceback (most recent call last):
File "./youtube-dl.1/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl.1/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
File "./youtube-dl.1/youtube_dl/extractor/generic.py", line 3320, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.servus.com/tv/videos/1281948221603-22527017/
What is the purpose of your issue?