this post was submitted on 13 Jun 2023
25 points (100.0% liked)

Free and Open Source Software

17824 readers
97 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I watch YouTube when I eat etc. I pretty much solely watch gameplays. Is there any alternative? Or an opensource way to view YouTube? I don't want to use Twitch because Amazon and I grew out of enjoying streamers in my late teens and it's been a while since.

Edit: I don't ever use it on mobile. Desktop via Firefox only.

you are viewing a single comment's thread
view the rest of the comments
[–] bruhduh@lemmy.world 1 points 1 year ago (1 children)

Yt-dlp app can download playlists and whole channels also batch download supported, just set download to folder you need, from text file in which your channels/playlists listed, and add recurring cron job to repeat downloading new videos as they appear

[–] Zebov@lemmy.world 1 points 1 year ago (1 children)

Hm, I'll have to try again with that. I tried a couple, but I think that one would download one or two videos then quit.

Appreciate the info!

[–] bruhduh@lemmy.world 1 points 1 year ago

I had the same problem, to work properly app need to set proper arguments like "yt-dlp -abcd" and some people had problem with downloading speed, this problem was solved with usage of custom downloader option of yt-dlp, as custom downloader aria2 app was used with options to split downloaded file into 16 chunks downloaded in parallel, also as channels change names of videos you can accidentally download same file multiple times, to avoid that use dedication like fdupes or something, imo you should delve deeper into it and slap some bash script for your personal needs), then recurring cron job to repeat that script when you need it