Ytdl-webserver: Webserver for downloading YouTube videos
1–10 of 71 posts
Re: Ytdl-webserver: Webserver for downloading YouTube videos
#2Re: Ytdl-webserver: Webserver for downloading YouTube videos
#3How is this handled here? Is periodically kill / restart the container enough?
Re: Ytdl-webserver: Webserver for downloading YouTube videos
#4Re: Ytdl-webserver: Webserver for downloading YouTube videos
#5In my experience, YouTube-dl needs to be updated quite frequently, as YouTube changes their design. How is this handled here? Is periodically kill / restart the container enough?
https://github.com/rg3/youtube-dl/commits/master/youtube_dl/...
Re: Ytdl-webserver: Webserver for downloading YouTube videos
#6In my experience, YouTube-dl needs to be updated quite frequently, as YouTube changes their design. How is this handled here? Is periodically kill / restart the container enough?
Re: Ytdl-webserver: Webserver for downloading YouTube videos
#7In my experience, YouTube-dl needs to be updated quite frequently, as YouTube changes their design. How is this handled here? Is periodically kill / restart the container enough?
Re: Ytdl-webserver: Webserver for downloading YouTube videos
#8In my experience, YouTube-dl needs to be updated quite frequently, as YouTube changes their design. How is this handled here? Is periodically kill / restart the container enough?
It looks like they're installing youtube-dl via apt, from the Ubuntu 16.04 repos (which is what the docker image uses as a base), do even rebuilding wouldn't cut it. I wonder if this will even work out of the box, because YouTube changed something that required youtube-dl to fix a month or two ago.
Re: Ytdl-webserver: Webserver for downloading YouTube videos
#9Earlier quoted context omitted.
It looks like they're installing youtube-dl via apt, from the Ubuntu 16.04 repos (which is what the docker image uses as a base), do even rebuilding wouldn't cut it. I wonder if this will even work out of the box, because YouTube changed something that required youtube-dl to fix a month or two ago.
But it isn't actually using that in the app, it's using the https://github.com/przemyslawpluta/node-youtube-dl npm package.