This commit is contained in:
Kovid Goyal 2021-01-28 22:09:41 +05:30
parent 57d5585224
commit 861f9dda5f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1710,7 +1710,7 @@ class BasicNewsRecipe(Recipe):
Convenience method to take a
`BeautifulSoup <https://www.crummy.com/software/BeautifulSoup/bs4/doc/>`_
`Tag` and extract the text from it recursively, including any CDATA sections
and alt tag attributes. Return a possibly empty unicode string.
and alt tag attributes. Return a possibly empty Unicode string.
`use_alt`: If `True` try to use the alt attribute for tags that don't
have any textual content