reinstate certain deps & modify configs

This commit is contained in:
theofficialomega
2026-04-21 19:47:13 +02:00
parent 2c41f34c72
commit 532a06f076
13 changed files with 50 additions and 475 deletions

View File

@@ -3,13 +3,11 @@ const utc = require('dayjs/plugin/utc')
const customParseFormat = require('dayjs/plugin/customParseFormat')
const duration = require('dayjs/plugin/duration')
const doFetch = require('../../scripts/core/multifetch')
const debug = require('debug')('site:dsmart.com.tr')
dayjs.extend(utc)
dayjs.extend(customParseFormat)
dayjs.extend(duration)
doFetch.setDebugger(debug)
const channelsWithSchedule = true
const pageLimit = 10