Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPG Urls with file attachment not supported #43

Open
McChafist opened this issue Jan 18, 2020 · 0 comments
Open

EPG Urls with file attachment not supported #43

McChafist opened this issue Jan 18, 2020 · 0 comments

Comments

@McChafist
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant