Created
June 5, 2020 08:11
-
-
Save seboss666/0acfb589ff601a47785aa1627771c431 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ youtube-dl https://www.twitch.tv/videos/641158942 --verbose | |
| [debug] System config: [] | |
| [debug] User config: [] | |
| [debug] Custom config: [] | |
| [debug] Command-line args: ['https://www.twitch.tv/videos/641158942', '--verbose'] | |
| [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 | |
| [debug] youtube-dl version 2020.05.29 | |
| [debug] Python version 3.8.3 (CPython) - Linux-5.4.43-1-MANJARO-x86_64-with-glibc2.2.5 | |
| [debug] exe versions: ffmpeg 4.2.3, ffprobe 4.2.3, phantomjs 2.1.1, rtmpdump 2.4 | |
| [debug] Proxy map: {} | |
| [twitch:vod] 641158942: Downloading vod info JSON | |
| [twitch:vod] 641158942: Downloading vod access token | |
| [twitch:vod] 641158942: Downloading m3u8 information | |
| Traceback (most recent call last): | |
| File "/usr/bin/youtube-dl", line 8, in <module> | |
| sys.exit(main()) | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/__init__.py", line 474, in main | |
| _real_main(argv) | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/__init__.py", line 464, in _real_main | |
| retcode = ydl.download(all_urls) | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2018, in download | |
| res = self.extract_info( | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info | |
| return self.process_ie_result(ie_result, download, extra_info) | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 863, in process_ie_result | |
| return self.process_video_result(ie_result, download=download) | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 1460, in process_video_result | |
| t['url'] = sanitize_url(t['url']) | |
| File "/usr/lib/python3.8/site-packages/youtube_dl/utils.py", line 2141, in sanitize_url | |
| if url.startswith('//'): | |
| AttributeError: 'dict' object has no attribute 'startswith' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment