Is there anything in the journal? If you’re not familiar, try something like journalctl -o short-precise -k -b -1 and then look for anything weird.
- 0 Posts
- 6 Comments
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•debian 13.2 with yt-dlp 2025.12.08 from yt-dlp/yt-dlp. What command do I need to download the newest format available, not exceeding 1080p and up to VP9?English
2·2 months agoOkay looks like your format spec should look something like
'bv*[ext=mp4][vcodec!^=av01]+ba[ext=m4a]/b[ext=mp4][vcodec!^=av01]'. Single quotes needed to keep shell expansion from fighting me, not sure if that will be an issue for you. You may have intended this, but the extension restriction does mean that you’ll sometimes skip “better” formats like VP9 if they are webms or something, and you can specify an output mux if that is what you are trying to achieve.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•debian 13.2 with yt-dlp 2025.12.08 from yt-dlp/yt-dlp. What command do I need to download the newest format available, not exceeding 1080p and up to VP9?English
1·2 months agoI think you would want to include
[]somewhere in your format specifications. Let me try it and see.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•What's the "proper" way to share a single Wireguard connection for all devices on the local network?English
2·2 months agoNo particular experience with the VPN issue so feel free to completely ignore this idea, but if you do have to stick with something resembling your current solution it could make sense to put it in a VM or container so that the process of rebuilding it is not so burdensome.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•on debian 13.1 I just updated yt-dlp to [email protected] but I still cannot download videos. What am I doing wrong?English
7·4 months agoMaybe also add
-vfor verbose? I just tried it on my admittedly very different EndeavourOS system and the original command started right up downloading a video

Huh, nothing super jumps out to me as an obvious tell, but the last bit is talking about some weird stuff with NTFS. Do you have a drive with Windows or formatted by Windows mounted maybe? Something could be up with that drive, or if you’re using it for something important to the system that could be a problem. You can just follow the recommendation in the log and use
chkdskon it but that could potentially be destructive to the data on the drive so be careful and make backups if needed.