mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
update pickx provider
This commit is contained in:
parent
79a6c2ea78
commit
145bbbf356
1 changed files with 5 additions and 1 deletions
|
@ -135,7 +135,11 @@ function fetchApiVersion() {
|
|||
|
||||
// https://px-epg.azureedge.net/version is deprecated
|
||||
// probably the version url will be changed around over time
|
||||
const versionUrl = 'https://www.pickx.be/api/s-3b36540f3cef64510112f3f95c2c0cdca321997ed2b1042ad778523235e155eb'
|
||||
|
||||
//history of used version urls
|
||||
//const versionUrl = 'https://www.pickx.be/api/s-3b36540f3cef64510112f3f95c2c0cdca321997ed2b1042ad778523235e155eb'
|
||||
|
||||
const versionUrl = 'https://www.pickx.be/api/s-671f172425e1bc74cd0440fd67aaa6cbe68b582f3f401186c2f46ae97e80516b'
|
||||
const response = await axios.get(versionUrl, {
|
||||
headers: {
|
||||
'Origin': 'https://www.pickx.be',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue