|  | about downloading the selected information |  | |
| | | woaibeiyang |  |
| Posted: Tue Sep 02, 2008 10:47 am Post subject: about downloading the selected information |  |
I have a problem to download the information from url LINK Because it is impossible for me to add searching material to the url to construct a new url and then visit the website. I have the searching material, however I could not find the way to deal with this problem. I want to know how can I do this problem with python and which part of knowledge should I view first? Thanks! |
| |
| | | Gabriel Genellina |  |
| Posted: Tue Sep 02, 2008 5:18 pm Post subject: Re: about downloading the selected information |  |
En Tue, 02 Sep 2008 09:47:46 -0300, woaibeiyang <woaibeiyang@hotmail.com> escribió:
| Quote: | I have a problem to download the information from url LINK Because it is impossible for me to add searching material to the url to construct a new url and then visit the website. I have the searching material, however I could not find the way to deal with this problem. I want to know how can I do this problem with python and which part of knowledge should I view first? Thanks!
|
Use an HTTP tracer (or logger, or sniffer...) to see the request that the browser sends to the server. Then analyze the page source to figure out how the different options modify the request sent.
-- Gabriel Genellina |
| |
| | | woaibeiyang |  |
| Posted: Wed Sep 03, 2008 12:36 am Post subject: Re: about downloading the selected information |  |
Thanks a lot! "woaibeiyang" <woaibeiyang@hotmail.com> дÈëÏûÏ¢ÐÂÎÅ:g9jcmv$h9p$1@news.cn99.com...
| Quote: | I have a problem to download the information from url LINK Because it is impossible for me to add searching material to the url to construct a new url and then visit the website. I have the searching material, however I could not find the way to deal with this problem. I want to know how can I do this problem with python and which part of knowledge should I view first? Thanks!
|
|
| |
|
|