-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
NA instead of playlist and playlist_index with yt-dlp #451
Comments
|
Ah, of course I forgot about logs, silly me. Is that the log you asked for? (I set maximum concurrent downloads to 1).
And thank you for your time. |
Are you using "Playlist downloader" tab? |
Yes. I paste playlist link into Enter Palylist URL field, press Get List, wait a little until all videos from playlist are loaded and press Download. |
The problem is the existence of the first line above in your options. Remove it and try again. |
Thanks again for your support. The thing is that line is not coming from me. It's saved in Configure > Engine's Default Options. If I click Edit and try to clear it it's being used anyways. What I did was I added a new Default Option and set it as Default: Bu that didn't resolve the issue. I recorded a short animetd GIF to let you see what is in Engine's Default Options now and how I get playlist in Playlist Downloader tab. It's a little choppy though, sorry about that. I hope you'll get the picture. And the log again:
|
I even tried downloading with yt-dlp which is shipped with Media Downloader directly (it appears the yt-dlp I have installed systemwide is older). When run this way everything is OK. Here is output from Terminal.
|
If things work as expected then your command should be like below
The command you send to yt-dlp is missing |
Revisiting this issue. What version of Media Downloader are you using? Your outputs makes no sense to me so perhaps were are testing from two different and incompatible versions. |
Sorry for such a delay in answering. I had to reinstall Linux Mint some time ago, my SSD died. Currently I'm using Media Downloader 5.1.0, still in Linux Mint 22 Cinnamon edition. Just now I had some time to try to recreate original issue. It may be the case it doesn't exist anymore. Sorry for troubling you. I'll post my findings soon. EDIT: I've just tested your suggestion, to put output template in "Engine's default options" and the result is the same:
Actually I tested more playlist related yt-dlp options (playlist_title, playlist_uploader, playlist_count) and they all seem to fail giving NA as an output. Other options (like_count, uploader, was_live, tags, etc.) produce expected output. Another thing is I noticed when fetching playlist data (pasting playlist URL and clicking Get List) all playlist related yt-dlp options are displayed correctly:
|
playlist and playlist_index fields output NA when set in download optons for yt-dlp. If I use ther same fields running yt-dlp directly from terminal everything's fine.
Example:
for playlist
https://www.youtube.com/playlist?list=PLWvnUfModHP-rthRgWTFkRmPEWjtH2q2t
Media Downloader:
with options set to
--embed-subs --sub-langs "en" -S "res:720" -o "%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s"
and download path set to/home/user
output folder structure is:
/home/user/GC Videography Fellows/NA/NA - David Harvey Lecture 1: Capital as Value in Motion.f247.webm
Notice NA for
playlist
andplaylist_index
in output pathTerminal:
running
yt-dlp --embed-subs --sub-langs "en" -S "res:720" -o "%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" "https://www.youtube.com/playlist?list=PLWvnUfModHP-rthRgWTFkRmPEWjtH2q2t"
outputs folder sctructure:
/home/user/GC Videography Fellows/David Harvey on Marx and Capital: The Concept, The Book, The History/1 - David Harvey Lecture 1: Capital as Value in Motion.webm
playlist
andplaylist_index
set correctlyI hope what I wrote makes sense :)
I'm on Linux Mint 22, Installed Media Downloader from here
The text was updated successfully, but these errors were encountered: