ORIGINAL REDDIT POST

*arr for YouTube

Hi, I've seen some old posts that link to tools that target YouTube playlists and pull in newly posted videos. However, I'm looking for a way to just search and pull in without having to 'subscribe' to a playlist. Are there any other tools out there that work…

Original postr/selfhosted

Hi, I've seen some old posts that link to tools that target YouTube playlists and pull in newly posted videos. However, I'm looking for a way to just search and pull in without having to 'subscribe' to a playlist. Are there any other tools out there that work similar to a radarr or sonarr, but target youtube videos that match a search? Thanks!

Collected discussion

25 comments

u/asimovs-auditor

Expand the replies to this comment to learn how AI was used in this post/project.

u/masmas112

Second this. For your case, create your own public playlist. Let Tubearchivist monitor it, and it will download all videos that you add to the playlist daily

u/PNW-PC

Just as an aside: Public and Unpublished playlists should both work. I tend to use Unpublished for all of my yt-dlp playlists.

u/SensaiOpti

I've been using Pinchflat for a while, but decided yesterday that since Pinchflat's no longer being maintained maybe I should look into other options. ...then I realized that I download videos from only 5 channels or so and do nothing at all complicated, so why fix what isn't broken? Pinchflat's great and simple.

u/Ardbert_The_FallenOP

I use it every day for my family/household, and it does have an in-app "search" for videos on YouTube, but I'm not sure if that is exactly what OP is looking for. This is exactly what I was looking for and my few days with YouTarr so far have met everything I've been looking for Thank you so much!

u/DrZakarySmith

Youtarr or TubeArchivist . Tried both and I’m currently using Youtarr. It’s free and YA has some paid features and is a more complicated setup.

u/atomique90

Gave up in this, the ip blocking made it unusable

u/ILikeFlyingMachines

I use pinchflat . Works pretty well.

u/SillySoundXD

I used Pinchflat too but never got it really working perfectly with Plex/Jellyfin and i couldn't somehow download single videos only full channels. Switched over to TubeArchivist even though it has 3 Dockers it works like i want it.

u/Silencer306

Tube archivist. You do have to subscribe to channels or add videos to a monitored playlist

u/ishcabittle

Another vote for Pinchflat here

u/sincitysos

I use MeTube personally

u/DismalWeekend1664

Youtarr is pretty great and under active dev, raised a bug last week and they got a fix pushed out within a couple of days.

u/DeniCevap

ytdl-sub has been my goto

u/Adeboer7

Youtarr has scaling with its API, manual download, playlists, channel subs, and with YouTube API you can search YT and dl. Lots more but yea works well! It’s been the closest to an Arr experience

u/TheMcCleary

Look at tubearchivist. You add playlists and videos and it downloads with metadata and has jellyfin and plex support. I also have a script that reads the metadata and renames the files.

u/smalldickbesitzer

Pinchflat, it has integrated sponsor block

u/DialDad

I also vote for Youtarr ( https://youtarr.com ) , but I'm obviously biased since I created it. I use it every day for my family/household, and it does have an in-app "search" for videos on YouTube, but I'm not sure if that is exactly what OP is looking for. You can also subscribe to either a playlist (you could use a public playlist that you create if you want an easy way to auto-download new videos) or a subscribe to any channel and automatically download new videos from them.

u/kriswithakthatplays

https://stopmakingarrs.org/

u/oemin

Yubal is pretty good. It has a browser extension too which you can use in YouTube music

u/ecto1a2003

Id love one too, there was a plugin for sonarr but i think its abandoned

u/KungFuAdam

this a manual way to do it yt-dlp.exe can download playlists for you, and you set it to keep track of the videos it downloads in a text file, so if you run the command it again, it only downloads the new videos in the playlist and ignores everything you already downloaded! I have mine set to just download 720p videos but you can setup to do 1080 or 4K whatever is available! You'll also need the ffmeg exe in the same folder as yt-dlp.exe yt-dlp.exe ^-f "bv*[ext=mp4][height=720]+ba[ext=m4a]/b[ext=mp4][height=720]/bv*[height=720]+ba/b[height<=720]" ^--merge-output-format mp4 ^--download-archive "Your Location\downloaded.txt" ^--embed-thumbnail ^--embed-metadata ^--write-description ^--write-info-json ^-o "Your save location\%(playlist_title)s\%(playlist_index)03d - %(title)s.%(ext)s" ^"Your playlist here "

u/neocharles

Is there a way to integrate the skips that sponsorblock handles too ?

u/the_reven

FileFlows has a browser extension. You can use this then the yt-dlp script to download and process YouTube videos.