tusharojha / web_scraper

A very basic web scraper implementation to scrap html elements from a web page.
https://pub.dev/packages/web_scraper
Apache License 2.0
79 stars 41 forks source link

Terminology and name of function #94

Open solsticedhiver opened 1 year ago

solsticedhiver commented 1 year ago

I have hard time understanding how to use your library.

One problem is the name of your function and the terminology used in the really scarce doc

What do you call a "title" ? I never saw such a thing in html. Is it a tag ? Is it the value of the tag or the element ?

Feel free to look at the documentation of other scraping lib to get a grasp on that. For example BeautifulSoup in python: https://beautiful-soup-4.readthedocs.io/en/latest/