You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My IPTV provider provides an EPG URL which has a file attachment.
Unfortunately the DownloadPage function doesn't work for this.
I have had to setup a separate cron job to download the file manually using requests.get in the requests library.
I then point EPG Import to the local file (which is gzipped) and all works well.
Can support for this type of file source be added?
Status:
200 OK
Code:
200
Server:
nginx
Content-Type:
application/x-gzip
Content-Length:
33098527
Connection:
close
Cache-Control:
public
Date:
Sat, 18 Jan 2020 22:34:41 GMT
Last-Modified:
Sat, 18 Jan 2020 14:25:03 GMT
Content-Disposition:
attachment; filename=guide.xml.gz
Accept-Ranges:
bytes
X-Frame-Options:
SAMEORIGIN
The text was updated successfully, but these errors were encountered:
My IPTV provider provides an EPG URL which has a file attachment.
Unfortunately the DownloadPage function doesn't work for this.
I have had to setup a separate cron job to download the file manually using requests.get in the requests library.
I then point EPG Import to the local file (which is gzipped) and all works well.
Can support for this type of file source be added?
The text was updated successfully, but these errors were encountered: