From 4fe25da7c6b494cb640ccc19d407896b0426878d Mon Sep 17 00:00:00 2001 From: DogmaDragon Date: Mon, 3 Jun 2024 23:45:38 +0300 Subject: [PATCH] Fix MD formatting, headings --- ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md b/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md index d40d12ac2..c74b821cf 100644 --- a/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md +++ b/ui/v2.5/src/docs/en/Manual/ScraperDevelopment.md @@ -2,7 +2,7 @@ Scrapers can be contributed to the community by creating a PR in [this repository](https://github.com/stashapp/CommunityScrapers/pulls). -# Scraper configuration file format +## Scraper configuration file format ```yaml name: @@ -166,7 +166,6 @@ sceneByURL: The above configuration requires that `sceneScraper` exists in the `xPathScrapers` configuration. XPath scraping configurations specify the mapping between object fields and an xpath selector. The xpath scraper scrapes the applicable URL and uses xpath to populate the object fields. -> ### scrapeJson @@ -202,6 +201,7 @@ xPathScrapers: ### scrapeXPath and scrapeJson use with `sceneByFragment` and `sceneByQueryFragment` For `sceneByFragment` and `sceneByQueryFragment`, the `queryURL` field must also be present. This field is used to build a query URL for scenes. For `sceneByFragment`, the `queryURL` field supports the following placeholder fields: + * `{checksum}` - the MD5 checksum of the scene * `{oshash}` - the oshash of the scene * `{filename}` - the base filename of the scene