Skip to content

Commit

Permalink
Merge pull request #48 from krreet/feature/support-for-catchup
Browse files Browse the repository at this point in the history
OS-002 used jsdelivr cdn removed proxy
  • Loading branch information
krreet committed Mar 6, 2023
2 parents be65dc1 + 618328b commit c847d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def epg_setup(plugin):
Script.notify("Please wait", "Epg setup in progress")
with busy():
# Download EPG XML file
url = "https://cdn.jsdelivr.net/gh/mitthu786/tvepg/jiotv/epg.xml.gz"
url = "https://cdn.jsdelivr.net/gh/mitthu786/tvepg/epg.xml.gz"
payload = {}
headers = {}
response = requests.request("GET", url, headers=headers, data=payload)
Expand Down

0 comments on commit c847d13

Please sign in to comment.