I'm still working on the 7arte.net script.
Could the function PostPage solve the problem?
What parameters does it take?
function PostPage(address: string; params: string): string;
Function PostPage
Postpage is when the servers wants a POST instead of a GET, which is not the case here.
For 7arte it seems to be a bug in the HTTP client that I use. With the old version of this client it works.
When I've few time I'll maybe try to find what's the problem, but it is really strange that the servers sends the correct page but with only the movie links missing.
For 7arte it seems to be a bug in the HTTP client that I use. With the old version of this client it works.
When I've few time I'll maybe try to find what's the problem, but it is really strange that the servers sends the correct page but with only the movie links missing.