Youtube-dl 的安装和使用
[latexpage] 安装 linux 或者 macos 下 pip3 install youtube-dl 或者 brew install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxx…
[latexpage] 安装 linux 或者 macos 下 pip3 install youtube-dl 或者 brew install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxx…
youtube-dl 的安装和使用 [latexpage] 安装 linux 或者 macos 下 pip3 install youtube-dl 或者 brew install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxx…
1、从服务器上下载文件 scp username@servername:/path/filename /var/www/local_dir(本地目录) 例如scp root@192.168.0.101:/var/www/test.txt 把192.168.0.101上的/var/www/test.txt 的文件下载到/var/www/local_dir(本地目录) 2、上传本地文件到服务器 scp…
获取镜像 官方网站 https://hub.docker.com/r/p3terx/aria2-pro webUI 镜像 部署container: aria2-pro 部署container:aria2ng 配置和运行ariang 下载试试
问题 一般我们利用curl 或者wget 获取raw.githubusercontent.com的内容时,常常会遇到443 拒绝访问的尴尬 此外在git clone等运作时会遇到没有速度的问题 解决方案:修改hosts文件 sudo nano /etc/hosts 将以下内容粘贴到文件末尾 #199.232.28.133 raw.githubusercontent.com #199.232.96.…
安装 #linux 或者 macos 下 pip3 install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxxxxxx" 其中,--proxy 是通过代理,通常采用ss指定的本地sock5端口来…
安装ffmpeg pip3 install ffmpy3 pip3 install you-get 使用you-get you-get -i <url> # 查看可以下载的各种格式 # 推荐下载第一种1080p的格式 更多用法,诸如下载播放列表和通过代理下载等,参考官方网站 https://you-get.org/ 比如代理 you-get -s 127.0.0.1:1080 http…