Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

exitwp.py not compatible with BeautifulSoup 4 #30

Open
felipecsl opened this issue Jul 29, 2012 · 0 comments
Open

exitwp.py not compatible with BeautifulSoup 4 #30

felipecsl opened this issue Jul 29, 2012 · 0 comments

Comments

@felipecsl
Copy link

Had to change this line to make it work:

from BeautifulSoup import BeautifulSoup

to

from bs4 import BeautifulSoup
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant