mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Fix osn.com
This commit is contained in:
parent
59f0f5cd5a
commit
6ce6e2d44b
2 changed files with 13 additions and 1 deletions
|
@ -9,6 +9,10 @@ module.exports = {
|
|||
site: 'osn.com',
|
||||
request: {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json; charset=UTF-8',
|
||||
Referer: 'https://www.osn.com'
|
||||
},
|
||||
data({ channel, date }) {
|
||||
const [selectedCountry, channelCode] = channel.site_id.split('#')
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue