Skip to content

Commit

Permalink
README: fixup: relocate links note
Browse files Browse the repository at this point in the history
Relates-to commit 50ab603.
  • Loading branch information
jayaddison committed Aug 14, 2024
1 parent 3834dfc commit b798870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ To learn what the library can do, you can open a `Python interpreter session <ht
>>> scraper = scrape_html(html, org_url=url)
>>> help(scraper)
Notes:

- ``scraper.links()`` returns a list of dictionaries containing all of the <a> tag attributes. The attribute names are the dictionary keys.

Some Python HTTP clients that you can use to retrieve HTML include `requests`_, `httpx`_, and the `urllib.request module`_ included in Python's standard library. Please refer to their documentation to find out what options (timeout configuration, proxy support, etc) are available.

.. _requests: https://pypi.org/project/requests/
Expand Down Expand Up @@ -521,6 +517,10 @@ If there is Schema/Recipe available it will work just fine.
scraper.keywords() # not always available
scraper.dietary_restrictions() # not always available
Notes:

- ``scraper.links()`` returns a list of dictionaries containing all of the <a> tag attributes. The attribute names are the dictionary keys.


**How do I know if a website has a Recipe Schema?**

Expand Down

0 comments on commit b798870

Please sign in to comment.