Skip to content

A simple downloader for subsplease using their irc xdcc protocol.

Notifications You must be signed in to change notification settings

YUKI2eN3e/subsplease-dl

 
 

Repository files navigation

subsplease-dl

A downloader from subsplease using their xdcc irc protocol

To be honest I don't understand this stuff too much but it works and it doesn't require peer to peer and that's cool.

Setup Dev

just setup

OR

poetry install
poetry run pre-commit install

Install

just install

OR

poetry build
pipx install ./dist/`ls -t dist | head -n2 | grep whl`

Usage

subsplease-dl --help

Search for anime to download (Must use the full japanese name)

subsplease-dl "no game no life" --resolution 1080p

You can most likely see way too anime listed now, in that case you should filter it by the bot

subsplease-dl "no game no life" --resolution 1080p --bot "ARUTHA-BATCH|1080p"

You may also specify the epsisodes

subsplease-dl "no game no life" --resolution 1080p --bot "ARUTHA-BATCH|1080p" -e 1,4,8-12

Finally start the download

subsplease-dl "no game no life" --resolution 1080p --bot "ARUTHA-BATCH|1080p" -e 1,4,8-12 --download

NOTE: Replace subsplease-dl with poetry run subsplease-dl or just run if you haven't installed subsplease-dl.

About

A simple downloader for subsplease using their irc xdcc protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Just 6.7%