Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Kurby is a nice and simple CLI that use Twist website, and their huge collection to download animes for free and automatically
Animes from Twist are generally in High Definition with English subtitles. Please consider donating for their amazing work :)
The CLI is built with Typer and it is composed of 3 commands
animes
: Search animes to find what is available and extract the slug to be used in the other commands
--search
option allows you to make a fuzzy search
details
: Show details of an anime if neededYou can see the number of episodes available and when the first and last episode were uploaded
download
: Choose and download which episodes of the anime you want !Because sometimes bad things can happen, Kurby will automatically retry for you
You can also download without having a slug initially. In this case, Kurby will propose you a selection
You can also use kurby --help
to get more information on the different commands
pip install kurby
kurby --help
install.bat
and run it as an Administrator, this will install Chocolatey who will manage the python installationWin + R
> cmd
)kurby --help
termux-setup-storage
, and tap allowpkg install git python
pip3 install kurby
kurby download --d ~/storage/shared
mkvirtualenv kurby
workon kurby
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install --no-dev
kurby-cli --help # or python kurby-cli --help
An interesting use case is to get the latest episode of an anime as soon as it is available.
This is possible on Linux using crontab
(or another equivalent on others OS) and a little tweak of chemistry.
Here is an example of a few instructions that can help you do this.
now=$(date -u "+%Y-%m-%dT%H:%M:%S")
date=$(cat kurby.date || echo $now) # Get the date of previous download
python kurby download {{YOUR_ANIME}} --dfrom=${DATE} # Download any episodes that has been uploaded since the last time
echo $now > kurby.date # Store the current date as the new date
Kurby is already functional as it is but here are the next things I would like to add :
Downloading copyright videos may be illegal in your country.
This tool is for educational purposes only.
The developers or this application do not store or distribute any files whatsoever.
FAQs
A modern CLI to download animes automatically from Twist.moe
We found that kurby demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.