adapt tvprofil.com checksum impl

This commit is contained in:
GenericMale 2023-11-21 18:30:09 +01:00
parent 35272ea0a4
commit 7231180cf0
2 changed files with 7 additions and 6 deletions

View file

@ -17,7 +17,7 @@ const channel = {
it('can generate valid url', () => {
expect(url({ channel, date })).toBe(
'https://tvprofil.com/bg/tv-programa/program/?datum=2023-01-12&kanal=24kitchen-bg&callback=cb&b55=747917'
'https://tvprofil.com/bg/tv-programa/program/?datum=2023-01-12&kanal=24kitchen-bg&callback=cb&b51=818933'
)
})