Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   disable image loading to speed up webpage load (http://www.velocityreviews.com/forums/t703841-disable-image-loading-to-speed-up-webpage-load.html)

elca 11-02-2009 03:08 AM

disable image loading to speed up webpage load
 

Hi,
im using win32com 's webbrowser module.
i have some question about it..
is it possible to disable image loading to speed up webpage load?
any help ,much appreciate
thanks in advance
--
View this message in context: http://old.nabble.com/disable-image-...p26155440.html
Sent from the Python - python-list mailing list archive at Nabble.com.


Diez B. Roggisch 11-02-2009 09:38 AM

Re: disable image loading to speed up webpage load
 
elca schrieb:
> Hi,
> im using win32com 's webbrowser module.
> i have some question about it..
> is it possible to disable image loading to speed up webpage load?
> any help ,much appreciate
> thanks in advance


Use urllib2.

Diez

elca 11-04-2009 07:32 AM

Re: disable image loading to speed up webpage load
 



Diez B. Roggisch-2 wrote:
>
> elca schrieb:
>> Hi,
>> im using win32com 's webbrowser module.
>> i have some question about it..
>> is it possible to disable image loading to speed up webpage load?
>> any help ,much appreciate
>> thanks in advance

>
> Use urllib2.
>
> Diez
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>


you can show me some more specific sample or demo?

--
View this message in context: http://old.nabble.com/disable-image-...p26192072.html
Sent from the Python - python-list mailing list archive at Nabble.com.


Irmen de Jong 11-04-2009 10:04 PM

Re: disable image loading to speed up webpage load
 
On 4-11-2009 8:32, elca wrote:
> Diez B. Roggisch-2 wrote:
>>
>> Use urllib2.
>>

>
> you can show me some more specific sample or demo?
>


It's not even more than 1 click away in the Python standard lib
documentation... how hard can it be?

http://docs.python.org/library/urllib2.html#examples

-irmen


All times are GMT. The time now is 05:52 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.