kmtsering / Food-Recipe-Web-Scraper

0 stars 0 forks source link

Extract the HTML file #1

Closed kmtsering closed 1 year ago

kmtsering commented 2 years ago

Save the webpage for a recipe from the foodnetwork website as an HTML file on a local file.

kmtsering commented 1 year ago

Current build will work on extracting www.gimmesomeoven.com. This is due to a clear observable benefit of the application along with its improved readability of HTML nodes. Recipe webpage is downloaded to "HTML Files" manually at this time.

kmtsering commented 1 year ago

Found new approach to create HTML object for parsing through user provided URL. New approach eliminates need for downloading unique file.