Added trailing slash to Karups channel URLs.
This commit is contained in:
@@ -36,7 +36,7 @@ function scrapeAll(scenes) {
|
||||
}
|
||||
|
||||
async function fetchLatest(channel, page) {
|
||||
const res = await unprint.get(`${channel.url}/videos/page${page}.html`, {
|
||||
const res = await unprint.get(`${channel.url}videos/page${page}.html`, {
|
||||
selectAll: '.listing-videos .item',
|
||||
cookies: {
|
||||
warningHidden: 'hide',
|
||||
|
||||
Reference in New Issue
Block a user