Update mncvision.id.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-18 17:59:16 +03:00
parent 65801e1fa8
commit fb5691462e

View file

@ -14,7 +14,6 @@ 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()