forked from hw431/github-actions-youtube-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Heraldik
committed
Nov 28, 2020
1 parent
374a772
commit b55229b
Showing
5 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,32 @@ | ||
[原作者地址](https://github.com/justjavac/github-actions-youtube-dl) | ||
# Github-actions-youtube-dl  | ||
|
||
 | ||
使用 GitHub Actions 下载 YouTube 最高画质视频,并自动发布到 Release。 | ||
|
||
## 使用方法 | ||
## 使用 | ||
|
||
- Fork 本仓库 或者 Use this template。 | ||
|
||
 | ||
|
||
- 创建好自己的仓库后,在 Actions 中启用 GitHub Actions(Use this template 默认启用)。 | ||
|
||
 | ||
|
||
- *按需更改 config.txt 中的内容(非必要步骤,可以在此调整 youtube-dl 的下载参数)*。 | ||
- 将你要下载的 YouTube 视频的地址填进 **playlist.txt** 中,每行限一个视频链接,commit push 提交。 | ||
|
||
 | ||
|
||
- Actions 自动运行后会将所有下载好的视频打包成 downloads.tar.gz 发布到 **Release** 中。 | ||
- 进入 Release,下载打包好的压缩文件。 | ||
|
||
 | ||
|
||
## License | ||
|
||
[MIT](https://github.com/Heraldik/github-actions-youtube-dl/blob/main/LICENSE) © Heraldik | ||
|
||
## 鸣谢 | ||
|
||
[justjavac](https://github.com/justjavac/github-actions-youtube-dl) | ||
|
||
1. Fork 或 Use this Template 本仓库。 | ||
2. 创建好仓库后,启用 GitHub Actions。 | ||
3. 按需更改 config.txt 中的内容(非必要步骤) | ||
4. 将你要下载的 YouTube 视频的地址放入 playlist.txt 中,每行限一个视频链接。 | ||
5. Actions 运行好后会将下载好的视频打包成 downloads.tar.gz 发布到 Release 中,下载即可。 |