Added trailing slash to KinkVR latest URL.

This commit is contained in:
DebaucheryLibrarian 2026-01-06 02:54:07 +01:00
parent 7e87273d8d
commit 69d2550a85
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ function scrapeAllVr(scenes, channel) {
}
async function fetchLatestVr(channel, page = 1) {
const url = `${channel.url}/videos/page${page}`;
const url = `${channel.url}/videos/page${page}/`;
const res = await unprint.get(url, {
selectAll: '#listView .video-list-view', // more details than #gridView