[Issue 4766] New: Function to load a whole HTML page
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Aug 29 19:35:14 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4766
           Summary: Function to load a whole HTML page
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2010-08-29 19:35:02 PDT ---
This page and the long (and partially wrong) D2 entry:
http://rosettacode.org/wiki/Web_scraping#D
shows that probably Phobos needs a simple function to download a whole HTML
page given just the URL. It's a common basic need.
See the Python version:
import urllib
page = urllib.urlopen("http://tycho.usno.navy.mil/cgi-bin/timer.pl")
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list