Go to file
2024-03-20 18:15:39 +01:00
src fix: don't allow invalid search types 2024-03-20 17:59:04 +01:00
.gitignore chore: ignore torrent files 2024-03-03 06:19:51 +01:00
Cargo.lock release: v0.4.0 2024-03-20 18:15:39 +01:00
Cargo.toml release: v0.4.0 2024-03-20 18:15:39 +01:00
example.ab_smalls.toml chore: rename to just ab-smalls 2024-03-03 06:19:48 +01:00
README.md chore: add README 2024-03-03 10:27:00 +01:00

ab-smalls

a quick way to increase your yen yield

installation

  1. download the appropriate zip from the latest release
  2. unzip the archive into its own folder
  3. update the ab_smalls.toml file with your username and passkey at minimum
  4. run the program
  5. ???
  6. profit

a sort enabled version is available if you would like for the torrent files to be sorted after downloading. the sorted structure can be found below. there is no guarantee the structure won't change since it is made for my storage purposes

torrents/
├── anime
│   ├── bluray
│   │   ├── episode
│   │   └── raw
│   ├── dvd
│   │   ├── episode
│   │   └── raw
│   ├── h
│   │   ├── bluray
│   │   │   ├── episode
│   │   │   └── raw
│   │   ├── dvd
│   │   │   ├── episode
│   │   │   └── raw
│   │   ├── episode
│   │   ├── ld
│   │   │   ├── episode
│   │   │   └── raw
│   │   ├── raw
│   │   ├── tv
│   │   │   ├── episode
│   │   │   └── raw
│   │   ├── vcd
│   │   │   ├── episode
│   │   │   └── raw
│   │   ├── vhs
│   │   │   ├── episode
│   │   │   └── raw
│   │   └── webdl
│   │       ├── episode
│   │       └── raw
│   ├── ld
│   │   ├── episode
│   │   └── raw
│   ├── tv
│   │   ├── episode
│   │   └── raw
│   ├── vcd
│   │   ├── episode
│   │   └── raw
│   ├── vhs
│   │   ├── episode
│   │   └── raw
│   └── web
│       ├── episode
│       └── raw
├── artbooks
├── books
│   └── raw
├── games
├── live_action
│   ├── bluray
│   │   └── raw
│   ├── dvd
│   │   └── raw
│   ├── ld
│   │   └── raw
│   ├── tv
│   │   └── raw
│   ├── vcd
│   │   └── raw
│   ├── vhs
│   │   └── raw
│   └── web
│       └── raw
├── manga
│   ├── h
│   │   └── raw
│   └── raw
├── music
│   └── videos
├── packs
└── vn

development

PRs are welcome if you have something other people can use, ping me on AB (site or irc) for reviews