You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to use your project but it appear that the same error happened and two different pc and os.
Download one song work but not with a playlist ...
I try essential and base release and also build on windows and linux and the result is the same.
.\ytmp3-dl.exe -l 6 -d './dl' 'https://www.youtube.com/playlist?list=PLWA7yojbv0ofzDLyswGSABK0XXXXX' WARNING: [youtube:tab] YouTube said: INFO - Unavailable videos are hidden WARNING: [youtube:tab] YouTube said: INFO - Unavailable videos will be hidden during playback WARNING: [youtube] nsig extraction failed: You may experience throttling for some formats n = YIjUZKks2K2Ff4fw8 ; player = https://www.youtube.com/s/player/c81bbb4a/player_ias.vflset/en_US/base.js oaV_3n3uIjA: Traceback (most recent call last): File "yt_dlp\extractor\youtube.py", line 1881, in _decrypt_nsig File "yt_dlp\extractor\youtube.py", line 1902, in _extract_n_function File "yt_dlp\extractor\youtube.py", line 1890, in _extract_n_function_name File "yt_dlp\extractor\common.py", line 1171, in _search_regex yt_dlp.utils.RegexNotFoundError: Unable to extract Initial JS player n function name; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output. (caused by RegexNotFoundError('Unable to extract \x1b[0;94mInitial JS player n function name\x1b[0m; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.')); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
The text was updated successfully, but these errors were encountered:
Currently both the shipped binaries does not have the playlist download support.
To download playlists one need to use the program as a script (Check Script Usage)
Also needs to change the yt-dlp options inside the ytmp3-dl.py file:
Hi,
I wanted to use your project but it appear that the same error happened and two different pc and os.
Download one song work but not with a playlist ...
I try essential and base release and also build on windows and linux and the result is the same.
.\ytmp3-dl.exe -l 6 -d './dl' 'https://www.youtube.com/playlist?list=PLWA7yojbv0ofzDLyswGSABK0XXXXX' WARNING: [youtube:tab] YouTube said: INFO - Unavailable videos are hidden WARNING: [youtube:tab] YouTube said: INFO - Unavailable videos will be hidden during playback WARNING: [youtube] nsig extraction failed: You may experience throttling for some formats n = YIjUZKks2K2Ff4fw8 ; player = https://www.youtube.com/s/player/c81bbb4a/player_ias.vflset/en_US/base.js oaV_3n3uIjA: Traceback (most recent call last): File "yt_dlp\extractor\youtube.py", line 1881, in _decrypt_nsig File "yt_dlp\extractor\youtube.py", line 1902, in _extract_n_function File "yt_dlp\extractor\youtube.py", line 1890, in _extract_n_function_name File "yt_dlp\extractor\common.py", line 1171, in _search_regex yt_dlp.utils.RegexNotFoundError: Unable to extract Initial JS player n function name; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output. (caused by RegexNotFoundError('Unable to extract \x1b[0;94mInitial JS player n function name\x1b[0m; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.')); please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; type yt-dlp -U to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
The text was updated successfully, but these errors were encountered: