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
Note that the default BeautifulSoup behaviour is to not parse anything inside an <iframe>. Here is a minimal example taken from the failing code in #37.
How should <iframe> be dealt with? Should we attempt to retrieve the contents? If so, when in the process?
The text was updated successfully, but these errors were encountered: