Project

General

Profile

Xtream-Editor.com - How to download EPG url with Wget/cURL ? any takers....

Added by T Pedersen almost 6 years ago

Hi,

I want to setup an script with external xml grabber and having problems with this;

I want to download guide.xml.gz provided by xtream-editor, the issue is that they`ll redirects/blocks, use cookie auth or something..

anyone have any tips for me about how to setup my wget or cURL line?

Thanks!


Replies (1)

RE: Xtream-Editor.com - How to download EPG url with Wget/cURL ? any takers.... - Added by T Pedersen almost 6 years ago

figured it out..

needed to imitate a browser, and use cookie for it to download, now it downloads with my script :)

for other it should look something like this;

wget -O guide.xml.gz --user-agent=Mozilla --content-disposition -x --load-cookies cookies.txt "http://xtream-editor.com/en/get/epg/XXXXXXXXXXXXXXXXX"

    (1-1/1)