Update sky.de.config.js

This commit is contained in:
RevGear 2022-03-01 08:51:42 +00:00 committed by GitHub
parent f8562cd7c2
commit f193749a28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ const dayjs = require('dayjs')
module.exports = {
site: 'sky.de',
url: 'https://www.sky.de/sgtvg/service/getBroadcastsForGrid',
url: `https://www.sky.de/sgtvg/service/getBroadcastsForGrid`,
request: {
method: 'POST',
data: function ({ channel, date }) {