
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
github.com/supraboy981322/yt-dlpserver
Advanced tools
A stripped-down version of the toolbox thingy with just yt-dlp and a dedicated client cli tool
Video URL
yT https://youtu.be/some-id
File format (replace mp4 with your desired format)
yT https://youtu.be/some-id -f mp4
Output file (replace foo with your filename, extension is appened to end, so no need to add it here)
yT https://youtu.be/some-id -o foo
Over-ride server address set in config (replace https://your.server.address)
yT https://youtu.be/some-id -s https://your.server.address
Additional yt-dlp args (replace some random args with your args)
yT https://youtu.be/some-id -a some random args
Verbose
yT https://youtu.be/some-id -v
Help
yT -h
TODO: write cURL usage
yt-dlp and ffmpeg installed and working on the servergo install github.com/Supraboy981322/yt-dlpServer/yt-dlpServer@latest
config.gomn in the working directory for the server)["log level"] := "debug"
["port"] := 4895
["use web ui"] := false //TODO: web ui
yt-dlpServer.service) with the following contents (typically located in /etc/systemd/system, replace /your/server/directory with the directory for your server config, and /your/gobin/path with path that yt-dlpServer is installed to, may require su)[Unit]
Description=yt-dlpServer
After=network.target
[Service]
WorkingDirectory=/your/server/directory
ExecStart=/your/gobin/path/yt-dlpServer
Restart=always
User=root
Group=root
[Install]
WantedBy=multi-user.target
Alias=yt-dlpServer.service
Or, your distro's equivalent
su)systemctl enable yt-dlpServer.service
systemctl start yt-dlpServer.service
You can ensure that the systemd service is working with this command
systemd status yt-dlpServer.service
go install github.com/Supraboy981322/yt-dlpServer/yT@latest
yT
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.