Skip to content

Commit

Permalink
Update yt-dlp 工具常用方式.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magicianlib authored Apr 25, 2024
1 parent d4d9727 commit 5d722db
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions yt-dlp 工具常用方式.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,23 +430,7 @@ yt-dlp --proxy sockss://127.0.0.1:8889 -f 137+140 https://www.youtube.com/watch?
# This file is generated by yt-dlp. Do not edit.
.bilibili.com TRUE / FALSE 1701947679 _uuid 106AD9869-BD11-6BF3-26BF-E103874AAF79811infoc
.bilibili.com TRUE / FALSE 0 b_lsid 73B3FCD5_18C4B7839
.bilibili.com TRUE / FALSE 1701947680 b_nut 1670411679
.bilibili.com TRUE / FALSE 1701947748 b_ut 5
.bilibili.com TRUE / FALSE 1685963747 bili_jct 8c60e3d22e873b3063cd68148711a
.bilibili.com TRUE / FALSE 1704971748 buvid_fp 3aff16ca0459251bf627263b334
.bilibili.com TRUE / FALSE 1701947684 buvid_fp_plain undefined
.bilibili.com TRUE / FALSE 1701947680 buvid3 0FE90D0E-72C3-E4AC-17D3-96834D22D79545infoc
.bilibili.com TRUE / FALSE 1704971681 buvid4 B577039D-11C9-6692-6D82-48619781533-022120719-YnAnJPmhdBZwOFwId2w%3D%3D
.bilibili.com TRUE / FALSE 1701949015 CURRENT_FNVAL 4048
.bilibili.com TRUE / FALSE 1701947790 CURRENT_QUALITY 80
.bilibili.com TRUE / FALSE 1685963747 DedeUserID 3580437
.bilibili.com TRUE / FALSE 1685963747 DedeUserID__ckMd5 29fdf4f18600a9
.bilibili.com TRUE / FALSE 1701947684 fingerprint 0413ee7485856e4ffbb278d855bda
.bilibili.com TRUE / FALSE 1701947762 i-wanna-go-back -1
.bilibili.com TRUE / FALSE 0 innersign 1
.bilibili.com TRUE / FALSE 1704971771 rpdid |(J|)k)RRllJ'uY~|Ruu~~u
.bilibili.com TRUE / TRUE 1685963747 SESSDATA 5ea27454%6859747%2C9972b%2Ac2
......
.bilibili.com TRUE / FALSE 0 sid 7rds5eer
www.bilibili.com FALSE / FALSE 0 theme_style light
```
Expand Down Expand Up @@ -534,6 +518,7 @@ $ yt-dlp -o "P%(playlist_index)02d %(title)s.%(ext)s" https://www.bilibili.com/v
|`{ext}`| 文件扩展名|
|`{playlist}`| 视频所属的播放列表名称|
|`{playlist_index}`| 当前视频在播放列表中的索引|
|`{webpage_url}`| 当前视频对应网页链接|
|`{autonumber}`| 用于递增计数,通常与播放列表结合使用|
|`{description}`| 视频的描述|

Expand Down Expand Up @@ -654,4 +639,4 @@ yt-dlp --skip-download --get-filename -o "P%(playlist_index)02d|%(title)s.%(ex

```bash
yt-dlp --cookies cookies_svip.txt --embed-thumbnail -f bestvideo+bestaudio -o "P%(playlist_index)02d|%(title)s.%(ext)s" 视频链接
```
```

0 comments on commit 5d722db

Please sign in to comment.