Added Jawked to Karups, set up affiliate links.

This commit is contained in:
DebaucheryLibrarian
2026-03-17 23:54:32 +01:00
parent 0beb54312a
commit 1c8df6415d
3 changed files with 46 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ function scrapeAll(scenes) {
}
async function fetchLatest(channel, page) {
const res = await unprint.get(new URL(`./videos/page${page}.html`, channel.url).href, { // some sites require a trailing slash, join paths properly
const res = await unprint.get(new URL(`./videos/page${page}.html`, channel.url).href, { // some sites require a trailing slash, join paths properly; don't use origin in case channel path is used
selectAll: '.listing-videos .item',
cookies: {
warningHidden: 'hide',