Hallo, ich habe mir wie auf der Ubuntu Wiki-Seite beschrieben 'youtube-dl' installiert.
python3 -m venv ytdl-venv ./ytdl-venv/bin/pip install git+https://github.com/ytdl-org/youtube-dl@master
und dann gestartet mit 'youtube-dl youtubeseite'
Dann zeigt es mir ein Fehler an
[youtube] xxx: Downloading webpage [youtube] xxx: Downloading player c548b3da ERROR: Signature extraction failed: Traceback (most recent call last): File "/snap/youtube-dl/4806/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1436, in _decrypt_signature video_id, player_url, s File "/snap/youtube-dl/4806/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1354, in _extract_signature_function res = self._parse_sig_js(code) File "/snap/youtube-dl/4806/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1423, in _parse_sig_js initial_function = jsi.extract_function(funcname) File "/snap/youtube-dl/4806/lib/python3.6/site-packages/youtube_dl/jsinterp.py", line 814, in extract_function return self.extract_function_from_code(*self.extract_function_code(funcname)) File "/snap/youtube-dl/4806/lib/python3.6/site-packages/youtube_dl/jsinterp.py", line 808, in extract_function_code code, _ = self._separate_at_paren(func_m.group('code')) # refine the match AttributeError: 'NoneType' object has no attribute 'group' (caused by AttributeError("'NoneType' object has no attribute 'group'",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Wo liegt da der Fehler? Die richtige Webseite habe ich durch xxx ersetzt.