
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
search-and-dl
Advanced tools
A command-line app to easily search for and download videos and music.
Because of a weird quirk in the main dependency, youtube-dl-exec, the python command must be available on your machine (not py, not python3). If it isn't, bin-version-check-cli will throw an error, preventing you from installing anything in the first place. As far as I can tell, there's no easy solution to this, but I'd like to get it fixed soon. For fixes in the meantime, see Fixing the Python Thing.
Then, all you need to do is run
npm i search-and-dl -g
and you can run sad in the command line from anywhere.
sad -s "bruh sound effect" -p youtube will download the top result for "bruh sound effect" from youtube, as a video.sad -s "bruh sound effect" -p youtube -a does the same as above, but only saves an audio file.sad -s "bruh sound effect" -p youtube -t will save the thumbnail of the video as an image file, as well as downloading the video.Usage: sad -s <search> -p <platform> [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
-s, --search What to search for [string] [required]
-p, --platform What platform to search on
[string] [required] [choices: "youtube", "soundcloud"]
-a, --audio Only download audio, not video [boolean] [default: false]
-t, --thumbnail Save the thumbnail image [boolean] [default: false]
Installing python-is-python3 will make the python command functional, if the only one you have is python3.
sudo apt install python-is-python3
If you attempt to run python from the command line and don't have it installed, Windows will open the microsoft store page for Python 3. All you need to do is install it from there.
FAQs
Search the web and download video and audio
The npm package search-and-dl receives a total of 1 weekly downloads. As such, search-and-dl popularity was classified as not popular.
We found that search-and-dl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.