Update mncvision.id.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-17 13:43:01 +03:00
parent b7135ea722
commit e2f2996e3e

View file

@ -14,6 +14,7 @@ module.exports = {
site: 'mncvision.id', site: 'mncvision.id',
url: `https://mncvision.id/schedule/table`, url: `https://mncvision.id/schedule/table`,
request: { request: {
timeout: 10000,
method: 'POST', method: 'POST',
data: function ({ channel, date }) { data: function ({ channel, date }) {
const formData = new FormData() const formData = new FormData()