// the find
guyueyingmu/avbook
AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database
A self-hosted Laravel application that crawls Japanese adult video metadata from Avmoo, Javbus, and Javlibrary, storing it locally with magnet links. Aimed at people who want a personal offline library rather than depending on those sites directly.
The multi-source crawler design is practical — pulling from three different sites means gaps in one are covered by another. The schema is properly normalized across actors, studios, series, labels, and directors rather than dumped into a single movie table. Using Laravel's Artisan commands for the crawlers is the right call; they run cleanly as CLI jobs and fit naturally into cron. Migration history goes back to 2019 and still sees occasional commits, which is more longevity than most hobby scrapers manage.
The README is nearly empty — just a download link and a password. There's no documentation on how to configure crawl targets, schedule jobs, or interpret the config files. The front-end assets are all vendored raw files in `public/avbook/` (jQuery, Bootstrap, Font Awesome as individual files), which means no build pipeline and manual updates forever. Zero tests worth mentioning — the test directory has Laravel's default example stubs and nothing else. The target sites actively work to block scrapers, and there's no documentation on handling rate limits, CAPTCHAs, or IP blocks, so expect silent failures.