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 looking for a way to get an information from a side panel of wikipedia website, example: https://en.wikipedia.org/wiki/Netflix (the panel on the right)
I was trying using this:
import wikipedia
xx = wikipedia.page("Netlix")
xx.title
print(xx.content)
It does provide the whole page content - besides side panel.
I was trying to avoid BeautifulSoup package, but I am not sure if it's possible. Any ideas?
The text was updated successfully, but these errors were encountered:
I am looking for a way to get an information from a side panel of wikipedia website, example: https://en.wikipedia.org/wiki/Netflix (the panel on the right)
I was trying using this:
It does provide the whole page content - besides side panel.
I was trying to avoid BeautifulSoup package, but I am not sure if it's possible. Any ideas?
The text was updated successfully, but these errors were encountered: