I was planning on using either the one by from github or stacher.
update: I have setup the one by kannagi0303 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.
- watson387 ( @watson387@sopuli.xyz ) English25•1 year ago
Bash lol
Linux user ?
- idkman ( @idkman@lemmy.dbzer0.com ) English9•1 year ago
Windows user?
Yes, I don’t understand the language of you god’s. Should’ve picked linux years ago when I got my first PC.
- idkman ( @idkman@lemmy.dbzer0.com ) English5•1 year ago
Bash is a shell, like command prompt/powershell on WIn
- tricoro ( @tricoro@lemmy.ml ) English4•1 year ago
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.
- Qazwsxedcrfv000 ( @qazwsxedcrfv000@lemmy.unknownsys.com ) English2•1 year ago
They are not that different. The concepts are portable.
- watson387 ( @watson387@sopuli.xyz ) English4•1 year ago
Both. Powershell when I’m using Windows.
- AnonTwo ( @AnonTwo@kbin.social ) 11•1 year ago
I just use command line honestly.
I wasn’t aware it had subtitle support though. What’s the command for downloading those?
Download Subtitles: yt-dlp --write-sub --sub-lang (language code) (video URL) Doesn’t work for videos with auto generated subs.
- NodusCursorius ( @NodusCursorius@kbin.social ) 7•1 year ago
Automatic subtitles are also possible to grab by using
--write-auto-sub
, example:
yt-dlp --write-auto-sub [video url]
This next example will attempt to download English subtitles and if that fails, downloads the automatic subtitles instead:
yt-dlp --sub-lang en --write-sub --write-auto-sub [video url]
Note - you can not download automatic subtitles at the same time as language subtitles, which means if you wanted English and automatic I’d recommend the
--skip-download
flag for the second command, which will prevent downloading the entire video again:
yt-dlp --sub-lang en --write-sub [video url]
yt-dlp --write-auto-sub --skip-download [video url]
- idkman ( @idkman@lemmy.dbzer0.com ) 1•1 year ago
Same here. I never needed a gui for it cause I simply drag and dropped over mpv and it handled the streaming. In fact it download subs on its own
- Gutless2615 ( @Gutless2615@ttrpg.network ) English9•1 year ago
“GUI? For yt-dlp? No. No, hell no man. No, I imagine someone would get their ass kicked for saying something like that”
- Aatube ( @Aatube@kbin.social ) 6•1 year ago
I don’t think there’s anything wrong with using GUI tools, they can display a lot more handleable info at once
- orbituary ( @orbituary@lemmy.dbzer0.com ) English8•1 year ago
None GUI. Just use a terminal!
- MangoKangaroo ( @MangoKangaroo@beehaw.org ) English7•1 year ago
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.
- davysnavy ( @davysnavy@lemmy.fmhy.ml ) English3•1 year ago
Command line. I even use termux for Android but I wanna try out seal some time
Seal’s fantastic, been using it for months now.
- SkepticElliptic ( @SkepticElliptic@beehaw.org ) English2•1 year ago
These heathens are in here typing out verbose commands and not setting up aliases.
- cyberhaggis ( @cyberhaggis@lemmy.dbzer0.com ) English2•1 year ago
Terminator
- darcmage ( @darcmage@lemm.ee ) English2•1 year ago
- imAadesh ( @imAadesh@lemmy.ml ) English2•1 year ago
I just have an alias stored in the bashrc file. One for audio and one for 1080p video.
- ArkyonVeil ( @ArkyonVeil@lemmy.dbzer0.com ) English2•1 year ago
I use a couple .bat files that I pre-wrote. Good enough for 95% of my needs.
- abclop99 ( @abclop99@beehaw.org ) English2•1 year ago
zsh
with a few aliases - Drewski ( @Drewski@kbin.social ) 2•1 year ago
yt-dlg works well for me: https://yt-dlg.github.io/yt-dlg/
- Untitled_Pribor ( @Untitled_Pribor@kbin.social ) 1•1 year ago
NewTerm 3 and zsh on my iPad. What’s a GUI?
Graphical user Interface for people who don’t want to use a command line.
- A_Asselin ( @A_Asselin@lemmy.dbzer0.com ) 1•1 year ago
boooo!
- _totally_toasted_ ( @_totally_toasted_@lemmy.fmhy.ml ) English1•1 year ago
I use Stacher