I was planning on using either the one by kannagi0303 from github or stacher.

update: I have setup the one from github, seems to do the job. Still can’t figure out downloading subtitles using gui and using the yt-dlp terminal version for that. Link for what I am using: https://github.com/kannagi0303/yt-dlp-gui

@[email protected]
link
fedilink
English
42Y

I like cobalt as web app.

@[email protected]
creator
link
fedilink
English
22Y

cobalt

Can you provide a link ?

@[email protected]
link
fedilink
English
62Y

Command line. I even use termux for Android but I wanna try out seal some time

@[email protected]
creator
link
fedilink
English
12Y

Seal’s fantastic, been using it for months now.

@[email protected]
link
fedilink
English
22Y

If you ever want to use it on mobile i can recommend Seal https://github.com/JunkFood02/Seal

@[email protected]
link
fedilink
English
112Y

Everyone in the comments: I use assembly for everything

@[email protected]
link
fedilink
English
22Y

Bah. Peasants. I use my Automatic Computing Engine. Works great.

@[email protected]
link
fedilink
English
12Y

Try tzahi12345/youtubedl-material.

@[email protected]
link
fedilink
English
12Y

Idk I just wrote two or three Powershell scripts that I added to path so I can choose to download video (merged), audio, or both (unmerged) with a selection dialog to choose formats.

@[email protected]
link
fedilink
English
32Y

I similarly made two functions depending on the use case (see comments in code) and saved them in Powershell’s default profile (Microsoft.PowerShell_profile.ps1) so I can invoke them with just one word directly in commandline, works great 👌

function Vid {
    param (
        [Parameter(Mandatory=$true)]
        [string]$link
    )
    yt-dlp -P "$env:USERPROFILE\Downloads" $link -S "res:1080,br" --embed-subs --sub-langs all,-live_chat --remux mp4
} #Downloads videos using yt-dlp limited to 1080p; usage Vid YT_URL
function VidFull {
    param (
        [Parameter(Mandatory=$true)]
        [string]$link
    )
    yt-dlp -P "$env:USERPROFILE\Downloads" $link --embed-subs --sub-langs all,-live_chat --remux mp4
} #Downloads videos using yt-dlp in maximum quality; usage VidFull YT_URL
@[email protected]
link
fedilink
English
12Y

My preferred is youtube-dl-gui by murrty

@[email protected]
link
fedilink
English
412Y

Bash lol

@[email protected]
creator
link
fedilink
English
22Y

Linux user ?

@[email protected]
link
fedilink
English
32Y

Both. Powershell when I’m using Windows.

@[email protected]
link
fedilink
English
92Y

Windows user?

@[email protected]
creator
link
fedilink
English
8
edit-2
2Y

Yes, I don’t understand the language of you god’s. Should’ve picked linux years ago when I got my first PC.

@[email protected]
link
fedilink
English
32Y

You can download a VM program, like Virtualbox, and then create a VM and install Linux on it (I recommend Debian), that way you can learn little by little.

@[email protected]
link
fedilink
English
62Y

Bash is a shell, like command prompt/powershell on WIn

Qazwsxedcrfv000
link
fedilink
English
12Y

They are not that different. The concepts are portable.

@[email protected]
link
fedilink
English
22Y

I use Stacher

@[email protected]
link
fedilink
English
92Y

I just have a config file with the settings that I want it to use all the time.

@[email protected]
link
fedilink
English
62Y

I just have mine set up as an alias in zsh (I assume this would work in bash too):

alias yt='yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"'

Then just yt [url of video] from the command line should automatically grab the best quality video as an .mp4. And of course that can be tweaked to whatever you like (adding subs etc.)

z3rOR0ne
link
fedilink
English
1
edit-2
2Y

Don’t forget to block sponsors and get subtitles

alias ytdl=‘yt-dlp -f mp4 “bestvideo*+bestaudio” --sponsorblock-remove all --write-auto-sub’

On Android I just use Libretube. Has Sponsorblock and you can can grab a csv of all your subs you had from your previous client.

Lastly, I use newsboat and YouTube RSS feeds to subscribe these days. Redirection extension takes me to an invidious instance. Noscript blocks everything. Just need the url for yt-dlp.

@[email protected]
link
fedilink
English
22Y

Huh, I didn’t know it could do sponsorblock as well, neat!

@[email protected]
link
fedilink
English
12Y

Just the terminal on PC, Seal on Android.

@[email protected]
link
fedilink
English
92Y

The CLI is simple enough that I don’t really bug with any GUI abstractions. I used tubesync for a while on unRAID with pretty decent success, but I eventually ran into some limitations and ended switching to a cron job.

LiamBox
link
fedilink
English
12Y

Video downloader on Linux Mint

Untitled_Pribor
link
fedilink
1
edit-2
2Y

NewTerm 3 and zsh on my iPad. What’s a GUI?

Graphical User Interface

@[email protected]
creator
link
fedilink
1
edit-2
2Y

Graphical user Interface for people who don’t want to use a command line.

A_Asselin
link
fedilink
12Y

boooo!

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
[email protected]
Create a post
⚓ A community devoted to in-depth debate on topics concerning digital piracy, 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

4. Don’t be repetitious, spam, harass others, or submit low-quality posts

5. Don’t post questions already answered. READ THE WIKI


Image


Loot, Pillage, & Plunder


💰 Please help cover server costs.


  • 1 user online
  • 193 users / day
  • 35 users / week
  • 201 users / month
  • 803 users / 6 months
  • 0 subscribers
  • 534 Posts
  • 9.83K Comments
  • Modlog