www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Text from the Internet page

reply "SaltySugar" <Saltysugar inbox.lt> writes:
How to get a piece of text from the Internet page with D code?
Mar 27 2013
next sibling parent Alexandr Druzhinin <drug2004 bk.ru> writes:
27.03.2013 17:43, SaltySugar пишет:
 How to get a piece of text from the Internet page with D code?
Its totally depends on context you are workin. For example you can use D as script and by means of wget to get the whole page and then parse it with sed. Also you can use curl and use D as programming language.
Mar 27 2013
prev sibling next sibling parent "Andrea Fontana" <nospam example.com> writes:
On Wednesday, 27 March 2013 at 10:43:44 UTC, SaltySugar wrote:
 How to get a piece of text from the Internet page with D code?
Something like this: http://dlang.org/phobos/std_net_curl.html#get ?
Mar 27 2013
prev sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
SaltySugar:

 How to get a piece of text from the Internet page with D code?
By lines: http://rosettacode.org/wiki/Web_scraping#D Whole: http://rosettacode.org/wiki/Rosetta_Code/Rank_languages_by_popularity#D Bye, bearophile
Mar 27 2013
parent "SaltySugar" <Saltysugar inbox.lt> writes:
On Wednesday, 27 March 2013 at 12:03:59 UTC, bearophile wrote:
 SaltySugar:

 How to get a piece of text from the Internet page with D code?
By lines: http://rosettacode.org/wiki/Web_scraping#D Whole: http://rosettacode.org/wiki/Rosetta_Code/Rank_languages_by_popularity#D Bye, bearophile
Thank you, guys :)
Mar 27 2013