Browse Source

Update README.md

蘭雅sRGB 6 năm trước cách đây
mục cha
commit
c65178390e
1 tập tin đã thay đổi với 7 bổ sung4 xóa
  1. 7 4
      youtube_dl/README.md

+ 7 - 4
youtube_dl/README.md

@@ -1,7 +1,9 @@
 ## youtube-dl  批量下载YouTube视频和音乐
-
-	Usage: you.sh  [install|mp3|vod]  [url_list.txt]
-
+	Usage: you.sh  [install | mp3 | vod]  [url_list.txt | URL]
+	
+### 下载脚本命令
+	wget -qO you.sh https://git.io/fhc9F
+	
 ### 使用演示动画
 ![](https://raw.githubusercontent.com/hongwenjun/vps_setup/master/youtube_dl/you.gif)
 
@@ -13,5 +15,6 @@ bash you.sh vod        # 批量下载视频
 
 vim url_list.txt       # 编辑 复制YouTube 的视频 URL 到这个文件表里
 
-bash you.sh mp3  myurl.txt   # 指定视频URL表文件
+bash you.sh mp3  myurl.txt   # 指定视频URL表文件,下载转换成mp3
+bash you.sh mp3  URL   # 下载 URL
 ```