Skip to content

Commit 826f5c1

Browse files
committed
printing content of tags to see
1 parent 69f8e51 commit 826f5c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WEB SCRAPING/WebScraping-Data-Analytics/pydataanalytics.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
# Pulling out the needed tags
1818
job_titles =job_details.find_all(['h2','li','dl'])
1919

20+
# Printing out the content of the tags
2021

22+
for job_title in job_titles:
23+
print(job_title.text)
2124

2225

2326

0 commit comments

Comments
 (0)