You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to understand the usage case for LimeSoup.
I am not sure which format for the article should be given here: with open(article, 'r', encoding = 'utf-8') as f:
html_str = f.read()
Moreover, I guess this usage given is for a single article. what if there are thousands of articles to be parsed.
The text was updated successfully, but these errors were encountered:
I am unable to understand the usage case for LimeSoup.
I am not sure which format for the article should be given here:
with open(article, 'r', encoding = 'utf-8') as f:
html_str = f.read()
Moreover, I guess this usage given is for a single article. what if there are thousands of articles to be parsed.
The text was updated successfully, but these errors were encountered: