From fbc58def2016f1f07600c56f691ea8c27342a0da Mon Sep 17 00:00:00 2001 From: SREERAM KEERTHAN PARUCHURU <cb.en.u4cse16249@cb.students.amrita.edu> Date: Wed, 30 Jan 2019 13:05:02 +0530 Subject: [PATCH] beatifulsoup --- bfs.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bfs.py diff --git a/bfs.py b/bfs.py new file mode 100644 index 0000000..9b8897e --- /dev/null +++ b/bfs.py @@ -0,0 +1,3 @@ +from bs4 import BeautifulSoup +soup = BeautifulSoup(page.content, 'html.parser') + -- GitLab