mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
fix(tvguide.myjcom.jp): include rectime and rec4k parameters in generated URL
This commit is contained in:
@@ -17,7 +17,7 @@ const content = fs.readFileSync(path.resolve(__dirname, './__data__/content.json
|
|||||||
|
|
||||||
it('can generate valid url', () => {
|
it('can generate valid url', () => {
|
||||||
const result = url({ date, channel })
|
const result = url({ date, channel })
|
||||||
expect(result).toBe('https://tvguide.myjcom.jp/api/getEpgInfo/?channels=120_200_4_20220114')
|
expect(result).toBe('https://tvguide.myjcom.jp/api/getEpgInfo/?channels=120_200_4_20220114&rectime=&rec4k=')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can parse response', () => {
|
it('can parse response', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user