this post was submitted on 16 Mar 2025
35 points (100.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

59002 readers
441 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

Torrenting:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
 

On Windows 11, is it superior to use the command line interface (e.g., terminal) for interacting with yt-dlp? Or is a GUI like stacher.io sufficient for 99% of needs?

I'm also curious if it is better to use an Ubuntu WSL for yt-dlp CLI for a more streamlined terminal

you are viewing a single comment's thread
view the rest of the comments
[–] hisao@ani.social 14 points 1 day ago* (last edited 1 day ago) (1 children)

For the most common scenarios I personally find CLI very easy to use: I go to the destination folder, right-click "Open in Terminal" and then type yt-dlp linkcopypastedhere. That's all, multiple sites I used it with didn't require any extra params. Maybe if you want to customize something, like make your own file naming convention, etc, GUI could be handy.

[–] drtaco@lemmy.dbzer0.com 6 points 1 day ago (1 children)

Maybe if you want to customize something, like make your own file naming convention, etc, GUI could be handy.

Even then, it's probably worth learning the CLI commands and setting up a config file with any desired settings. Once that's setup, you're back to yt-dlp url again.

[–] soaringeagle@lemmy.dbzer0.com 1 points 1 day ago (2 children)

do you use a WSL or powershell? windows terminal is inferior to linux terminal imo

[–] Kissaki@lemmy.dbzer0.com 1 points 3 hours ago* (last edited 3 hours ago) (1 children)

windows terminal is inferior

Note that there is an application called Windows Terminal and that's a terminal, not a shell. You can run any shell in it (including alternative or WSL shells).

I primarily use native Nushell via Windows Terminal.

You're not stuck with PowerShell or batch on Windows.

[–] soaringeagle@lemmy.dbzer0.com 1 points 2 hours ago

Until you pointed this out I never realized that windows terminal and command prompt are entirely different applications lol

[–] drtaco@lemmy.dbzer0.com 7 points 1 day ago (1 children)

I use PowerShell for damn near everything. But I'm pretty sure when you're just typing yt-dlp, space, then pasting the url, then any terminal is as good as any other.

good point, i did not know that you could change the configuration file instead of adding all the -cookies and -mp3 tags to the yt-dlp url ... command