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

soup syntax error #16

Open
abuchan82 opened this issue Nov 2, 2018 · 2 comments
Open

soup syntax error #16

abuchan82 opened this issue Nov 2, 2018 · 2 comments

Comments

@abuchan82
Copy link

syntax error
Guys,

Whenever I use beautiful soup I always get this syntax error, I am a very new user of python and I just don't understand this error.

@stucka
Copy link
Contributor

stucka commented Nov 2, 2018 via email

@Hyperx837
Copy link

pip install bs4

`import requests
from bs4 import BeautifulSoup

URL = 'https://ww.cityfm.com/`
reps = request.get(url)
soup = BeautifulSoup(resp.text, 'lxml')
print(soup.prettify())`

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

3 participants