Added trailing slash to KinkVR latest URL.
This commit is contained in:
parent
7e87273d8d
commit
69d2550a85
|
|
@ -107,7 +107,7 @@ function scrapeAllVr(scenes, channel) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchLatestVr(channel, page = 1) {
|
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, {
|
const res = await unprint.get(url, {
|
||||||
selectAll: '#listView .video-list-view', // more details than #gridView
|
selectAll: '#listView .video-list-view', // more details than #gridView
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue