Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 authored May 2, 2022
1 parent ba669c1 commit 8cfa740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker restart allinone
docker exec allinone yt-dlp
# 可以使用alias设置别名方便使用:
alias dlpr="docker exec allinone yt-dlp --exec ytdlptorclone.sh -P /mnt/data/videos"
# 下载到/mnt/data/videos目录并与rclone联动,注意要用容器内部路径,不是主机路径。
# 下载到/mnt/data/videos目录并与rclone联动,受POST_MODE变量控制。注意要用容器内部路径,不是主机路径。
dlpr https://www.youtube.com/watch?v=rbDzVzBsbGM
```
2. 考虑安全原因Filebrowser初始用户无管理员权限,如需要管理员权限,执行下列命令:
Expand Down

0 comments on commit 8cfa740

Please sign in to comment.