Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is an error when I running it. #4

Open
redapple0204 opened this issue Apr 22, 2017 · 1 comment
Open

there is an error when I running it. #4

redapple0204 opened this issue Apr 22, 2017 · 1 comment

Comments

@redapple0204
Copy link

/usr/lib/python3.6/site-packages/bs4/init.py:181: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently. The code that caused this warning is on line 16 of the file main.py. To get rid of this warning, change code that looks like this: BeautifulSoup([your markup]) to this: BeautifulSoup([your markup], "html.parser") markup_type=markup_type))

@KIDJourney
Copy link
Owner

Well, it's not a error at all. while initializing the beautiful soup without specifying the parser it use, it will report the warning.

The project is unusable at present because of the bug that post can't be deleted in wap mode.

When Baidu fix it the project may be back to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants