Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
overscribe collections fetch
overscribe collections fetch "The collections name starts with this"
overscribe collections list
overscribe oneshot \
--profile "video hd" \
https://example.com/video
overscribe
will fetch medias pointed by URL using options specified in the profile
, including the target directory, defined in config file.
If you want to fetch one URL as a collection:
overscribe oneshot \
--profile audio:album \
--collection "Worakls/Sur le front des animaux menacés" \
https://www.youtube.com/playlist?list=OLAK5uy_mrpr_HvIdIey7xvzt82EPKRHsuorKOMM4
This --collection
option will:
overscribe.yaml
config file into target directoryoverscribe help
Create a configuration file in ~/.config/overscribe.yaml
like:
---
profiles:
audio:
directory: '~/Music'
youtubedl_args: ['--format', 'bestaudio', '--extract-audio']
audio:album:
directory: '~/Music'
youtubedl_args: ['--format', 'bestaudio', '--extract-audio']
filename_pattern: '%(playlist_index)s. %(title)s.%(ext)s'
video hd:
directory: '~/Videos'
youtubedl_args: ['--format' 'bestvideo+bestaudio']
video:interview:
directory: '~/Videos'
youtubedl_args: ['--format', 'bestvideo[height<800]+bestaudio']
filename_pattern: '%(upload_date)s - %(title)s.%(ext)s'
collections:
"Thinkerview/Sciences":
url: https://www.youtube.com/playlist?list=PLnRz6CkWwLlKnn_ggkzcvaBzmZjOoefJP
profile: video:interview
Overscribe relies on youtube-dl.
In configuration file, youtubedl_args
and filename_pattern
options should be set according to youtube-dl documentation
Pull requests are welcome on GitHub at https://github.com/neomilium/overscribe.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that overscribe 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.