The siteIni Colmax.tv doe not work anymore.
The webpage requested does not exist anymore. However trying to change the URL to the current one in use does not work.
And I cannot figure out what to do. Tried using a cookie file, but no result.
Willy
Where is the new one ?
With the curl command:
curl "http://www.colmaxtv.com/" -H "User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" -H "Accept-Language: nl,en-US;q=0.7,en;q=0.3" --compressed -H "Cookie: PHPSESSID=bth76s4n8pt0f95jpu0q60tgn2" -H "Connection: keep-alive" -H "Upgrade-Insecure-Requests: 1" -H "Cache-Control: max-age=0"
You can get a schedule. Tried to implement this in WG++, but no success.
Willy
Forgot to mention the schedule is only on the French version of the website.
Willy
another way is use run curl and send output to a file, works just fine. Is that the VOD schedule that is the valid also satellite schedule ?
Can you share the code you succeeded with pls.?
I found out they daily change the PHPSESSID=
This may creates also problems.
Willy
Another french adult website is Libido TV
This can be grabbed by the attached SiteIni. It is also a bit special.
Willy
I saved the cookies from firefox (or IE) and tried to use that.
Willy
As Blackbear said you can include the phpsession in the cookie you saved with browser (just add that phpsession part), without creating too much confusion. If the session change then like i said, put what you posted in a .bat or .sh file >> output.file (just add > filename.txt) and read it as local urlindex.
What is special ? You have too much stuff :)
Yes, too much stuff.
I tried this with a loop but could not get it to work. So I stopped there.
Willy