From 77f274c96351dfedc7969ccaeac70551ad2b94b2 Mon Sep 17 00:00:00 2001 From: Maista6969 Date: Tue, 16 Jan 2024 03:23:11 +0100 Subject: [PATCH] Add list of conflicting scrapers --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index af71802..2018377 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,22 @@ This is arguably the biggest scraper in the repo and covers a _lot_ of networks | Source URL | `https://maista6969.github.io/AyloAPI-beta/index.yml` | | Local Path | `AyloAPI-beta` | +Note that this scraper cover several sites that already have scrapers in the CommunityScrapers repo and you +may need to uninstall those to get Stash to use this one instead. Note that since the goal is to replace these +any cases where the new scraper is worse than the old one in any way should be considered a bug! + +This is a list of conflicting scrapers: + +| Community (stable) | AyloAPI-beta | +| ------------------ | ------------------ | +| BangBros | BangBros | +| Brazzers | Brazzers | +| Deviante | Deviante | +| Deviante Network | Deviante | +| MindGeek | almost all of them | +| MindGeekAPI | all of them | +| Twistys | Twistys | + ## Design goals: - Easy to modify and understand: documentation, examples, tests?