On 11/11/2010 06:37 PM, Peter Otten wrote:
> The problem is indeed not Python-related. The provider of the images doesn't
> like what you're trying to do and verifies the referer, i. e. that the page
> you claim to be coming from is acceptable. Here's one way to satisfy that
> check:
>
fr
Olivier Scalbert wrote:
> Sorry if this question is not 100% python related, it is also related to
> http or html ...
>
> Everything takes place in this page:
> http://www.infometeo.be/klanten/KYC/campage2mega.php
>
> With the following program, I can download the 2 small meteo images,
> without
Hello all,
Sorry if this question is not 100% python related, it is also related to
http or html ...
Everything takes place in this page:
http://www.infometeo.be/klanten/KYC/campage2mega.php
With the following program, I can download the 2 small meteo images,
without any problem:
import urllib