Started building data extraction tools
parent
9850f4c677
commit
d8d00101fa
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,8 @@
|
|||||||
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
with open("./NCT00658567.html") as fh:
|
||||||
|
soup = BeautifulSoup(fh, "lxml")
|
||||||
|
|
||||||
|
print(soup)
|
||||||
|
|
||||||
Loading…
Reference in New Issue