Compare commits

...

4 Commits

Author SHA1 Message Date
Marco
d9566c2fcc Update README.md 2023-01-13 20:10:14 +01:00
Marco
dfd29e9e0b Merge pull request #29 from deluxghost/patch-3
Update chinese translation
2023-01-13 20:09:20 +01:00
deluxghost
fc61a00beb Update chinese translation 2023-01-14 01:17:44 +08:00
Marco
a05ae0b9f4 Delete fetch-yt-dlp.sh 2023-01-13 18:00:04 +01:00
3 changed files with 11 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ Refactoring and JSDoc.
08/06/22: ARM builds. 08/06/22: ARM builds.
28/02/22: Reworked resume download feature. Now it's pratically instantaneous. It no longer stops and restarts each process, references to each process are saved in memory. 28/06/22: Reworked resume download feature. Now it's pratically instantaneous. It no longer stops and restarts each process, references to each process are saved in memory.
12/01/23: Switched from TypeScript to Golang on the backend. It was a great effort but it was worth it. 12/01/23: Switched from TypeScript to Golang on the backend. It was a great effort but it was worth it.
``` ```

View File

@@ -1,13 +0,0 @@
#!/bin/sh
echo "Downloading latest yt-dlp build..."
rm -f yt-dlp
RELEASE=$(curl --silent "https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
wget "https://github.com/yt-dlp/yt-dlp/releases/download/$RELEASE/yt-dlp"
chmod +x yt-dlp
echo "Done!"

View File

@@ -72,15 +72,15 @@ languages:
toastConnected: '已连接到 ' toastConnected: '已连接到 '
toastUpdated: 已更新 yt-dlp 可执行文件! toastUpdated: 已更新 yt-dlp 可执行文件!
formatSelectionEnabler: 启用视频/音频格式选择 formatSelectionEnabler: 启用视频/音频格式选择
themeSelect: 'Theme' themeSelect: '主题'
languageSelect: 'Language' languageSelect: '语言'
overridesAnchor: Overrides overridesAnchor: 覆盖
pathOverrideOption: Enable output path overriding pathOverrideOption: 启用输出路径覆盖
filenameOverrideOption: Enable output file name overriding filenameOverrideOption: 启用输出文件名覆盖
customFilename: Custom filemame (leave blank to use default) customFilename: 自定义文件名(留空使用默认值)
customPath: Custom path customPath: 自定义路径
customArgs: Enable custom yt-dlp args (great power = great responsabilities) customArgs: 启用自定义 yt-dlp 参数(能力越大 = 责任越大)
customArgsInput: Custom yt-dlp arguments customArgsInput: 自定义 yt-dlp 参数
spanish: spanish:
urlInput: YouTube or other supported service video url urlInput: YouTube or other supported service video url
statusTitle: Status statusTitle: Status
@@ -188,4 +188,4 @@ languages:
customFilename: Custom filemame (leave blank to use default) customFilename: Custom filemame (leave blank to use default)
customPath: Custom path customPath: Custom path
customArgs: Enable custom yt-dlp args (great power = great responsabilities) customArgs: Enable custom yt-dlp args (great power = great responsabilities)
customArgsInput: Custom yt-dlp arguments customArgsInput: Custom yt-dlp arguments