continuing, WIP

This commit is contained in:
theofficialomega
2025-07-16 15:19:12 +02:00
parent d8e4372f22
commit 6b3e17861a
9 changed files with 14 additions and 21 deletions

View File

@@ -1,9 +1,6 @@
const { DateTime } = require('luxon')
const axios = require('axios')
// Remove the big lodash dependency by implementing a simple uniqBy function
// Complexity = O(n)
const uniqBy = (arr, fn) => [...new Map(arr.map(x => [fn(x), x])).values()]
const { uniqBy } = require('../../scripts/functions')
module.exports = {
site: 'tv.mail.ru',