Skip to content

Commit

Permalink
Merge pull request #14 from vt-idiot/vt-idiot-patch-r18d-msg
Browse files Browse the repository at this point in the history
Make R18.dev scraper instruction less vague
  • Loading branch information
vt-idiot authored May 4, 2024
2 parents 67eae40 + 0fd25a0 commit f5dd796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/views/options/sections/OptionsSceneCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
<b-input v-model="javrQuery" placeholder="ID (xxxx-001)" type="search"></b-input>
<b-button class="button is-primary" v-on:click="scrapeJAVR()">{{$t('Go')}}</b-button>
</b-field>
<span>R18.dev scraper works best with FANZA content ID, e.g. 84vrkm00139, but DVD-ID works too when maintained.</span>
<p style="font-size: 0.75em;">
<span style="color: red; font-weight: bold;">R18.dev:</span>
DVD-IDs like <span style="font-family: monospace;color:#7957d5">VRKM-139</span> will only work for scenes that were released on r18.com prior to 2022-06.
<br>
All newer scenes should be scraped using their full FANZA content ID, e.g. <span style="font-family: monospace;color:#7957d5">84vrkm00139</span> or using one of the other scrapers.
</p>
</div>
</div>

Expand Down

0 comments on commit f5dd796

Please sign in to comment.