We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0875b94 commit 1f00395Copy full SHA for 1f00395
gallery-dl/Dockerfile
@@ -1,7 +1,5 @@
1
FROM thr3a/yt-dlp:latest
2
3
-# https://github.com/mikf/gallery-dl/issues/5665
4
-RUN pip install https://github.com/mikf/gallery-dl/archive/refs/heads/master.tar.gz 'requests<2.32'
5
-
+RUN pip install https://github.com/mikf/gallery-dl/archive/refs/heads/master.tar.gz
6
7
ENTRYPOINT ["gallery-dl"]
0 commit comments