Go to file
2024-05-27 19:15:51 +02:00
src fix: skip deserializing unnecessary fields 2024-05-27 19:13:50 +02:00
.gitignore fix: skip deserializing unnecessary fields 2024-05-27 19:13:50 +02:00
Cargo.lock release: v0.5.1 2024-05-27 19:15:51 +02:00
Cargo.toml release: v0.5.1 2024-05-27 19:15:51 +02:00
example.ab_smalls.toml chore: update example toml 2024-05-21 01:25:13 +02:00
README.md chore: update README 2024-05-20 21:08:05 +02:00

ab-smalls

a quick way to increase your yen yield without using a lot of storage

development

PRs are welcome if you have something other people can use, ping me on AB (site or irc) for reviews, otherwise i will review when i check the repo near the end of each month. the same goes for issues

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