XMLTV guide data

Want to write your own code to work with a HDHomeRun or work with the HDHomeRun DVR? We are happy to help with concepts, APIs, best practices.
Post Reply
pjswiderski
Posts: 3
Joined: Mon Mar 18, 2024 3:25 pm

Re: XMLTV guide data

Post by pjswiderski »

OK, I figured it out.

Yes, you need to specify https or "-L" flag.
Also, if you do not have the "--compressed" flag, it fails. Unfortunately, the default Windows curl binary doesn't allow for that flag (WTH?) Tested it in linux with "--compressed", it worked. So, I retested with the curl windows binary downloaded from curl.se, specified https and the --compressed flag, and it works.

Thank you for saving my sanity. I owe you one.

Post Reply