mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Merge pull request #2202 from tohenk/fix-mncvision-redirect
Use www.mncvision.id as TV guide source.
This commit is contained in:
commit
21e3220e61
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ dayjs.extend(customParseFormat)
|
|||
module.exports = {
|
||||
site: 'mncvision.id',
|
||||
days: 2,
|
||||
url: 'https://mncvision.id/schedule/table',
|
||||
url: 'https://www.mncvision.id/schedule/table',
|
||||
request: {
|
||||
method: 'POST',
|
||||
data: function ({ channel, date }) {
|
||||
|
|
|
@ -26,7 +26,7 @@ const headers = {
|
|||
}
|
||||
|
||||
it('can generate valid url', () => {
|
||||
expect(url).toBe('https://mncvision.id/schedule/table')
|
||||
expect(url).toBe('https://www.mncvision.id/schedule/table')
|
||||
})
|
||||
|
||||
it('can generate valid request method', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue