Closed jcwimer closed 1 year ago
As a workaround you can add the following to the dockerfile to install the latest from source. (or use it for your local environment)
RUN pip install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"
As a workaround you can add the following to the dockerfile to install the latest from source. (or use it for your local environment)
RUN pip install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git"
I went ahead and did this. It's working now thank you.
Describe the bug I get the following error when using savify:
This seems to be from yt-dl: https://github.com/ytdl-org/youtube-dl/issues/32314
To Reproduce
Expected behavior
I expect it to download my playlist. This has worked fine in the past.
Screenshots N/A
Desktop (please complete the following information): Ubuntu Docker latest image
Additional context N/A