ytsm
ytsm copied to clipboard
Self-hosted tool which manages your YouTube subscriptions, and downloads files automatically.
Hi, I'm attempting to run this app on TrueNAS (FreeBSD) 12.0-U8. I've installed all the recommended dependencies, as well as some that came up as import errors (namely PIL, sqlite,...
With 2 small children, it's really hard for me to find time to work on other projects, and it appears I'm the only developer left. I would like not to...
I attempted to start the docker image using docker-compose, but I have run into this error. I also attempted to do `python3 manage.py migrate` and run into the same error....
Hello, I am running YTSM on an Unraid Docker. I understand you need to map some sort of static folder to get the JS and CSS to download properly, but...
For some reason the script borks and writes 0 kb videos with the errors below Here is I am trying to download this https://www.youtube.com/watch?v=lYOE5WMEAUk ``` INFO:scheduler:Added job "YtsmScheduler._run_job" to job...
Hi For some reason ytsm is not able to download soem files. My assumption is that it has something todo with spaces in the video file names see the log...
Fixes #68
i'm using a fresh install of the latest version (git clone'd it yesterday). after adding a playlist to download i eventually encounter this error: ``` Traceback (most recent call last):...
Hey, I'm currently trying to set this up... whilst reading other issues, I've [bound](https://l.benh.codes/h) /static to a drive due to it not auto downloading the static files... I'm still getting...
I am using the virtualenv method. Everything works except when I try to download a video, I see this in the logs. ``` ret = yt.download(["https://www.youtube.com/watch?v=" + self.__video.video_id]) [10/45301] File...