Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 598 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 598 Bytes

Nyaa-Torrent-Database

Database of 71K (71,642) posts from https://nyaa.sbs site (a mirror of https://nyaa.si).
Used a modified version of NyaaPy(https://github.com/JuanjoSalvador/NyaaPy) to scrape the data.
Each object has the fields:
["title", "category", "uploader", "uploader_profile", "website", "size", "date", "seeders", "leechers", "completed", "hash", "files", "description", "id"]
in that order.
Files is an array of filenames. If the post has more than 100 files, it is truncated to 100 files, with the 100th file being the string "..." (without quotes).