Added trailing slash to KinkVR latest URL.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user