Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heraldik committed Nov 28, 2020
1 parent 374a772 commit b55229b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
Binary file added README.assets/image-20201128114243884.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README.assets/image-20201128114406344.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README.assets/image-20201128114604022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README.assets/image-20201128121024007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 29 additions & 8 deletions README.md
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 ![do](https://github.com/Heraldik/github-actions-youtube-dl/workflows/do/badge.svg)

![do](https://github.com/Heraldik/github-actions-youtube-dl/workflows/do/badge.svg?branch=main)
使用 GitHub Actions 下载 YouTube 最高画质视频,并自动发布到 Release。

## 使用方法
## 使用

- Fork 本仓库 或者 Use this template。

![image-20201128114406344](README.assets/image-20201128114406344.png)

- 创建好自己的仓库后,在 Actions 中启用 GitHub Actions(Use this template 默认启用)。

![image-20201128114243884](README.assets/image-20201128114243884.png)

- *按需更改 config.txt 中的内容(非必要步骤,可以在此调整 youtube-dl 的下载参数)*
- 将你要下载的 YouTube 视频的地址填进 **playlist.txt** 中,每行限一个视频链接,commit push 提交。

![image-20201128121024007](README.assets/image-20201128121024007.png)

- Actions 自动运行后会将所有下载好的视频打包成 downloads.tar.gz 发布到 **Release** 中。
- 进入 Release,下载打包好的压缩文件。

![image-20201128114604022](README.assets/image-20201128114604022.png)

## 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 中,下载即可。

0 comments on commit b55229b

Please sign in to comment.