Added trailing slash to Karups channel URLs.

This commit is contained in:
DebaucheryLibrarian
2026-02-01 05:03:03 +01:00
parent 3b5e7ee5ec
commit 3189652fc8
2 changed files with 4 additions and 4 deletions

View File

@@ -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',