Skip to content

Commit

Permalink
minor spelling mistake (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 authored Dec 18, 2024
1 parent 2a069e7 commit b2809f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/metadata-sources/scrapers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
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.

0 comments on commit b2809f1

Please sign in to comment.