We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
youtube-dl --verbose --add-metadata --extract-audio --output "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" --cookies cookies.txt https://music.yandex.ru/album/9091882 [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--verbose', '--add-metadata', '--extract-audio', '--output', '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s', '--cookies', 'cookies.txt', 'https://music.yandex.ru/album/9091882'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2020.12.12 [debug] Python version 3.9.0 (CPython) - Linux-5.4.82-1-lts-x86_64-with-glibc2.32 [debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4 [debug] Proxy map: {} [yandexmusic:album] 9091882: Downloading album JSON Traceback (most recent call last): File "/usr/bin/youtube-dl", line 33, in <module> sys.exit(load_entry_point('youtube-dl==2020.12.12', 'console_scripts', 'youtube-dl')()) File "/usr/lib/python3.9/site-packages/youtube_dl/__init__.py", line 474, in main _real_main(argv) File "/usr/lib/python3.9/site-packages/youtube_dl/__init__.py", line 464, in _real_main retcode = ydl.download(all_urls) File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 2028, in download res = self.extract_info( File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info return self.__extract_info(url, ie, download, extra_info, process) File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) File "/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) File "/usr/lib/python3.9/site-packages/youtube_dl/extractor/yandexmusic.py", line 276, in _real_extract title = '%s - %s' % (album['artists'][0]['name'], album['title']) IndexError: list index out of range
Unable to download album. Perhaps because this is not a simple album, but a podcast. Or does it not affect it?
The text was updated successfully, but these errors were encountered:
9c33eb0
[yandexmusic:album] Improve album title extraction (closes ytdl-org#2…
0261add
…7418)
No branches or pull requests
Checklist
Verbose log
Description
Unable to download album. Perhaps because this is not a simple album, but a podcast. Or does it not affect it?
The text was updated successfully, but these errors were encountered: