This commit is contained in:
Aleksandr Statciuk
2022-01-09 16:09:19 +03:00
parent fa8549c3e9
commit d068f5083f
11 changed files with 142749 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
const axios = require('axios')
const cheerio = require('cheerio')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
dayjs.extend(utc)
module.exports = {
site: 'nowplayer.now.com',