Replace youtube_dl with something still maintained #3

Closed
opened 2022-11-23 22:16:32 +00:00 by Snakes · 1 comment

We use youtube_dl in routes/settings.py for retrieving profile anthems. It hasn't been maintained in almost a year, and retrieving media from YouTube is extremely slow because of it (~2 minutes for a typical anthem). This severely degrades user experience because we don't handle the long-waiting request task well either.

Is there a pypi equivalent to the yt-dlp project that's still maintained? Integrate with requirements.txt and routes/settings.py.

We use youtube_dl in routes/settings.py for retrieving profile anthems. It hasn't been maintained in almost a year, and retrieving media from YouTube is extremely slow because of it (~2 minutes for a typical anthem). This severely degrades user experience because we don't handle the long-waiting request task well either. Is there a pypi equivalent to the yt-dlp project that's still maintained? Integrate with requirements.txt and routes/settings.py.
Snakes added the
improvement
label 2022-11-23 22:34:58 +00:00

PyPi's yt-dlp package is still maintained: https://pypi.org/project/yt-dlp/

i'm kinda retarded when it comes to this though so can someone else please replace youtube_dl with yt-dlp

thx

PyPi's yt-dlp package is still maintained: https://pypi.org/project/yt-dlp/ i'm kinda retarded when it comes to this though so can someone else please replace youtube_dl with yt-dlp thx
Sign in to join this conversation.
There is no content yet.