From b2809f16d1dd9eb915e7fc528e218ae6da98427e Mon Sep 17 00:00:00 2001 From: feederbox826 <144178721+feederbox826@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:04:41 -0500 Subject: [PATCH] minor spelling mistake (#92) --- docs/metadata-sources/scrapers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/metadata-sources/scrapers.md b/docs/metadata-sources/scrapers.md index f209128a..770c1734 100644 --- a/docs/metadata-sources/scrapers.md +++ b/docs/metadata-sources/scrapers.md @@ -48,7 +48,7 @@ Scrapers includes: All other scrapers. ### By implementation -#### XPath and JSON ccrapers +#### XPath and JSON scrapers This is the most common type of scrapers, which use either XPath parser to pin-point the information and retrieve them, or send out JSON requests to get the information. xpathScraper and jsonScraper can be mixed in the same .yml file. @@ -70,4 +70,4 @@ To create your own scraper, there is [detailed information about that as well](/ ## Contribution -The Scraper community always welcome new members. If you create a nice scraper and find it stable and useful, you can share it via [the GitHub repository](https://github.com/stashapp/CommunityScrapers){:target="_blank"}. Create a pull request, and let the mod review your work. The mods are busy, so it will probably take a few days, or a couple of weeks, but it will be a great feeling once your contribution is accepted by the community. \ No newline at end of file +The Scraper community always welcome new members. If you create a nice scraper and find it stable and useful, you can share it via [the GitHub repository](https://github.com/stashapp/CommunityScrapers){:target="_blank"}. Create a pull request, and let the mod review your work. The mods are busy, so it will probably take a few days, or a couple of weeks, but it will be a great feeling once your contribution is accepted by the community.