forked from xuxing409/blog-demo
-
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
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# yt-dlp——强大的视频下载工具 | ||
|
||
> 项目Git地址:[yt-dlp/yt-dlp: A feature-rich command-line audio/video downloader](https://github.com/yt-dlp/yt-dlp) | ||
提取这个地址的视频:`https://www.bilibili.com/BV1j6DYYpExQ` | ||
|
||
`-o '~/%(title)s.%(ext)s'`表示将视频文件放到用户桌面,文件名是视频名称 | ||
|
||
```shell | ||
yt-dlp --cookies cookies.txt -o '~/Desktop/%(title)s.%(ext)s' 'https://www.bilibili.com/BV1j6DYYpExQ' | ||
``` | ||
|
||
# 使用git时,去除".idea"、“.vscode”文件夹中的文件 | ||
|
||
```shell | ||
git rm --cached -r ..idea\ | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
# EasyConnect | ||
|
||
代理服务器:`https://sslvpn. zjut. edu. cn/` |