由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Question: automatically download website data
相关主题
Question: automaticly download data from a website请教一个parser的问题
Using EXCEL VBA to download information from websitemy windows application, double click the icon doesn't work
help on string parsehow to find the date of today in UNIX?
怎么样用 C Parse HTML?regular expression的一个问题
How to Parsing function in haskell?A very dump c++ question
parsing bibliography and sorting (转载)谁知道如何调试yacc程序?
问java api的问题Smart Parser/Compiler Development
parsing file in node: js or python ?求教Code
相关话题的讨论汇总
话题: download话题: question话题: data话题: website
进入Programming版参与讨论
1 (共1页)
c****r
发帖数: 154
1
I need to download a lot of data from a website.
It has the forms to fill, year, mon, date, hour
and "submit" to get a image and text (the link does not change after click "
submit"). I need the text. If I want to write a program to automatically
download data, not by clicking year, mon, date, hour one by one (takes time
too), what program can do this?
Thank you very much.
k****f
发帖数: 3794
2
curl

"
time

【在 c****r 的大作中提到】
: I need to download a lot of data from a website.
: It has the forms to fill, year, mon, date, hour
: and "submit" to get a image and text (the link does not change after click "
: submit"). I need the text. If I want to write a program to automatically
: download data, not by clicking year, mon, date, hour one by one (takes time
: too), what program can do this?
: Thank you very much.

c****r
发帖数: 154
3
Thanks a lot. It works.

【在 k****f 的大作中提到】
: curl
:
: "
: time

n*w
发帖数: 3393
4
how about parsing html pages to get the download links? and need to change
from "page 1", to "page 2".... "page n"
1 (共1页)
进入Programming版参与讨论
... ?
相关主题
求教CodeHow to Parsing function in haskell?
如何下载网络页面,不包含,
parsing bibliography and sorting (转载)
how to count the times a function is used问java api的问题
How to user Perl to handle object on client side?parsing file in node: js or python ?
Question: automaticly download data from a website请教一个parser的问题
Using EXCEL VBA to download information from websitemy windows application, double click the icon doesn't work
help on string parsehow to find the date of today in UNIX?
怎么样用 C Parse HTML?regular expression的一个问题
相关话题的讨论汇总
话题: download话题: question话题: data话题: website