Skip to content

Commit

Permalink
Deployed b2809f1 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent 91c7955 commit 59a9b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions metadata-sources/scrapers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2071,9 +2071,9 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#xpath-and-json-ccrapers" class="md-nav__link">
<a href="#xpath-and-json-scrapers" class="md-nav__link">
<span class="md-ellipsis">
XPath and JSON ccrapers
XPath and JSON scrapers
</span>
</a>

Expand Down Expand Up @@ -3982,9 +3982,9 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#xpath-and-json-ccrapers" class="md-nav__link">
<a href="#xpath-and-json-scrapers" class="md-nav__link">
<span class="md-ellipsis">
XPath and JSON ccrapers
XPath and JSON scrapers
</span>
</a>

Expand Down Expand Up @@ -4101,7 +4101,7 @@ <h4 id="search-by-url">Search by URL<a class="headerlink" href="#search-by-url"
<p>Most scrapers fetch metadata from a given URL, either by using XPath, JSON, or scripts. For this kind of scrapers you need to know the URL for that scene/performer/gallery/group so they can extract information from it.</p>
<p>Scrapers includes: All other scrapers.</p>
<h3 id="by-implementation">By implementation<a class="headerlink" href="#by-implementation" title="Permanent link">&para;</a></h3>
<h4 id="xpath-and-json-ccrapers">XPath and JSON ccrapers<a class="headerlink" href="#xpath-and-json-ccrapers" title="Permanent link">&para;</a></h4>
<h4 id="xpath-and-json-scrapers">XPath and JSON scrapers<a class="headerlink" href="#xpath-and-json-scrapers" title="Permanent link">&para;</a></h4>
<p>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.</p>
<h4 id="cdp-scrapers">CDP scrapers<a class="headerlink" href="#cdp-scrapers" title="Permanent link">&para;</a></h4>
<p>This type of scrapers is mostly the same as XPath/JSON scrapers, except it will launch a headless Chrome browser to retrieve the information from websites. It can also get cookies, simulate a mouse click and other actions. These scrapers have <code>useCDP: true</code> setting in them.</p>
Expand Down Expand Up @@ -4135,7 +4135,7 @@ <h2 id="contribution">Contribution<a class="headerlink" href="#contribution" tit
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 14, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 18, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 59a9b97

Please sign in to comment.