Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. from urllib.request import urlopen
  2. from bs4 import BeautifulSoup
  3. url = urlopen("https://www.bbc.com/")
  4. page = BeautifulSoup(url.read());
  5. print("articel")
  6. print(media__link)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement