Update startv.com.config.js

This commit is contained in:
Aleksandr Statciuk 2022-08-08 20:02:58 +03:00
parent 6ddb86e2e1
commit 5288f359d6

View file

@ -12,6 +12,7 @@ const API_ENDPOINT = 'https://www.startv.com/umbraco/api/startvguideproxy'
module.exports = { module.exports = {
site: 'startv.com', site: 'startv.com',
ignore: true, // REASON: Request failed with status code 405
url: `${API_ENDPOINT}/GetTvGuideSchedule`, url: `${API_ENDPOINT}/GetTvGuideSchedule`,
request: { request: {
method: 'POST', method: 'POST',