Add selectable animdl download fallback
This commit is contained in:
+3
-2
@@ -49,8 +49,9 @@ RUN curl -fL "${YT_DLP_RELEASE_URL}" -o /usr/local/bin/yt-dlp \
|
||||
&& chmod 0755 /usr/local/bin/yt-dlp \
|
||||
&& yt-dlp --version
|
||||
|
||||
RUN python3 -m pip install --no-cache-dir anipy-cli \
|
||||
&& anipy-cli --version
|
||||
RUN python3 -m pip install --no-cache-dir anipy-cli animdl \
|
||||
&& anipy-cli --version \
|
||||
&& animdl --version
|
||||
|
||||
RUN git clone --depth 1 --branch "${ANI_CLI_WEB_BRANCH}" "${ANI_CLI_WEB}" /app \
|
||||
&& rm -rf /app/.git \
|
||||
|
||||
Reference in New Issue
Block a user