Guest User

Untitled

a guest
Feb 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import bs4
  2. import urllib.request
  3. page = urllib.request.urlopen("http://reiseauskunft.bahn.de/bin/query.exe/dox?S=8000096&Z=8079090&start=1")
  4. soup = bs4.BeautifulSoup(page, "html.parser")
  5. print(soup)
Add Comment
Please, Sign In to add comment