this post was submitted on 25 Mar 2026
445 points (93.4% liked)
Microblog Memes
11183 readers
2936 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
RULES:
- Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
- Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
- You are encouraged to provide a link back to the source of your screen capture in the body of your post.
- Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
- Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
- Absolutely no NSFL content.
- Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
- No advertising, brand promotion, or guerrilla marketing.
RELATED COMMUNITIES:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Its an open source tool to download youtube videos
About every mainstream youtube download program you or your parents have ever used are actually just a wrapper for this.
Bonus: If you want to learn more about coding its not that hard to make a script that automatically downloads the last video from a list of channels that runs on a schedule. Even ai can do it.
Not just YouTube videos, but pretty much every video platform/website you can think of!
Including porn sites!
Especially porn sites!
Is there like a “tutorial for dummies” for this? I tried to use it once but got nowhere.
I've been using Open Video Downloader (youtube-dl-gui) for some years, and it's very user-friendly.
It's a command line tool. You type in "yt-dlp" followed by the url of a video, and it does the rest.
It has many other options, but the defaults are good enough for most cases.
I think you vastly overestimate my level of computer savviness.
Use
winget install yt-dlp-nightlyto install it.Then run
yt-dlp -f "bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]" "https://youtube.com/watch?v=EXAMPLE"to download a video.The file will be in C:\Users\YourUsername unless you use
cdto enter a certain folder.If yt-dlp stops working, then
yt-dlp --update-to nightlyshould fix it.There is no single stop for a tutorial for stuff like this because you could use any scripting language and which ones you have available may depend on your os.
But honestly any half decent llm can generate something that works for your specific case.
If you really want to avoid using those,
Here is a simple example for windows powershell.
And here is my own bash script (linux) which has only gotten bigger with more customization over the years.
(part 1, part 2 in the next reply)
You had me until you said "LLM."
Absolutely Fair, they are quite a major source in the accelerated enshitification of modern life, thats why I provided examples so people can still learn without one.
But it would also be ignorant for me to not recognise how much i managed to learn about linux/open source from these same tools in the last few years. The traditional ways of learning things were never compatible with my personal neurology.
Without llms, id probably still be stuck on windows.
part 2
I see. I am not a programmer, not by a long shot. More on the grandma side of things instead. So please forgive if I'm saying something very stupid - I'm just ignorant.
I've been happy with NewPipe so far, 95% of my video watching happens on my phone. The only thing Newpipe can't do is access age restricted videos. If this tool can do that on my phone, then I'm definitely interested.
Yes and no,
Yes because i am doing it, no because it’s just one part of the process.
Newpipe is cool but it doesn’t run on my phone so i needed something else.
You may have heard of plex, “run your own netflix”, i much prefer its competitor jellyfin but that doesn’t matter here.
Point is i download my YouTube videos on a schedule/script straight to the library folder of jellyfin, from which i can login from any type of device.