aykevl / plaincast

Server that acts like a lightweight/headless Chromecast that only includes YouTube (for the time being)
BSD 2-Clause "Simplified" License
127 stars 19 forks source link

drop youtube_dl in favour of pytube #11

Open CarlosDerSeher opened 4 years ago

CarlosDerSeher commented 4 years ago

Due to recent DMCA takedown of youtube_dl, I suggest to use pytube instead. Also it is much faster at fetching stream urls, at least when running on my raspberry pi 2.

Also I add a branch to use your code with snapcast, have a look if you like.

glensc commented 12 months ago

what about yt-dlp instead?

CarlosDerSeher commented 12 months ago

Yeah. I don't really use this anymore, so...

Also I heard youtube_dl is online again so there is no more use for this pull request I guess?

aykevl commented 12 months ago

I'm not using this project anymore so I'm not maintaining it either. Feel free to fork it if you want to continue using/maintaining it.