==> Installing dependencies for youtube-dl: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz and python@3.12 ==> Installing youtube-dl dependency: mpdecimal ==> Downloading https://ghcr.io/v2/homebrew
sudo pkg install python git wget curl youtube_dl ripgrep py311-pip py311-sqlite3 npm ffmpeg sudo pkg install chromium#or for older versions:#sudo pkg install python node wget curl git yt-dlp ffmpeg ripgrep chromium-browser OpenBSD sudo pkg_add python3 node wget git curl yt-dlp ffmpeg ripg...
安利一个下载b站、youtube等网站视频的工具 打开cmdbash或者git bash 利用pip工具安装you-get:$pip3 install you-get you-get升级:$pip3 install --upgrade you-get 会有提示告诉你输入下方的内容: python -m pip install --upgrate pip 下载视频: -o参数后面指定视频下载位置,后面跟视频的链接。 更多用法欢...
sudo apt install python3-dev python-is-python3 Install the NGINX web server. sudo apt install nginx Ensure the web server is running. sudo systemctl status nginx nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enable...
Step 4:As the youtube-dl depends on the Python, first we install it. sudo apt-get install python Step 5:In this step, we will download the youtube-dl file and transfer it to the bin folder using the curl command, if you don’t have the curl you can use the weget. ...
If you happen to know the Python programming language, you can easily develop your own extensions to Kodi. However, even if you don’t, hiring someone online to do so can be exceptionally affordable. You want Kodi to start the popcorn for you when you kick on the first movie? Perhaps yo...
Put/burn the iso on the thumb drive, power up your PC and select to boot from USB. Standard Arch Linux boot will appear. Just press enter and wait for system to boot. If you don’t know how to burn/put iso file on the USB thumb drive, there’s a lot of documentation on the in...
sudo apt install python3-pip sudo -H pip3 install youtube-dl It’s very important that you use the latest version, or you might not be able to download videos from other sites. We can create a Cron job to automatically check and install the latest version. ...