Skip to content

Commit

Permalink
build(pkg): bump TwitchDownloader to 1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Mar 19, 2023
1 parent 5d801d6 commit 35c3952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
@@ -1,6 +1,5 @@
FROM mcr.microsoft.com/devcontainers/go:1-bullseye

ENV TWITCH_DOWNLOADER_VER=1.52.1
ENV CHAT_DOWNLOADER_VER=0.2.4

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand All @@ -14,7 +13,7 @@ WORKDIR /tmp

RUN wget https://github.com/rsms/inter/releases/download/v4.0-beta7/Inter-4.0-beta7.zip && unzip Inter-4.0-beta7.zip && mkdir -p /usr/share/fonts/opentype/inter/ && cp /tmp/Desktop/Inter-*.otf /usr/share/fonts/opentype/inter/ && fc-cache -f -v

RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.1/TwitchDownloaderCLI-1.52.1-Linux-x64.zip && unzip TwitchDownloaderCLI-1.52.1-Linux-x64.zip && mv TwitchDownloaderCLI /usr/local/bin/ && chmod +x /usr/local/bin/TwitchDownloaderCLI && rm TwitchDownloaderCLI-1.52.1-Linux-x64.zip
RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.2/TwitchDownloaderCLI-1.52.2-Linux-x64.zip && unzip TwitchDownloaderCLI-1.52.2-Linux-x64.zip && mv TwitchDownloaderCLI /usr/local/bin/ && chmod +x /usr/local/bin/TwitchDownloaderCLI && rm TwitchDownloaderCLI-1.52.2-Linux-x64.zip

RUN wget https://github.com/xenova/chat-downloader/archive/refs/tags/v${CHAT_DOWNLOADER_VER}.tar.gz
RUN tar -xvf v${CHAT_DOWNLOADER_VER}.tar.gz && cd chat-downloader-${CHAT_DOWNLOADER_VER} && python3 setup.py install && cd .. && rm -f v${CHAT_DOWNLOADER_VER}.tar.gz && rm -rf chat-downloader-${CHAT_DOWNLOADER_VER}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN apk add --update --no-cache unzip git

WORKDIR /tmp
RUN wget https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip && unzip Inter-3.19.zip
RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.1/TwitchDownloaderCLI-1.52.1-LinuxAlpine-x64.zip && unzip TwitchDownloaderCLI-1.52.1-LinuxAlpine-x64.zip
RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.2/TwitchDownloaderCLI-1.52.2-LinuxAlpine-x64.zip && unzip TwitchDownloaderCLI-1.52.2-LinuxAlpine-x64.zip

RUN git clone https://github.com/xenova/chat-downloader.git

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Expand Up @@ -13,7 +13,7 @@ RUN apt-get install unzip wget git -y

WORKDIR /tmp
RUN wget https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip && unzip Inter-3.19.zip
RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.1/TwitchDownloaderCLI-1.52.1-LinuxArm.zip && unzip TwitchDownloaderCLI-1.52.1-LinuxArm.zip
RUN wget https://github.com/lay295/TwitchDownloader/releases/download/1.52.2/TwitchDownloaderCLI-1.52.2-LinuxArm.zip && unzip TwitchDownloaderCLI-1.52.2-LinuxArm.zip

RUN git clone https://github.com/xenova/chat-downloader.git

Expand Down

0 comments on commit 35c3952

Please sign in to comment.