news-analyze/scraping/main.py
2025-05-10 22:05:10 +08:00

7 lines
No EOL
97 B
Python

from urllib.request import urlopen
url = "https://tw.news.yahoo.com/"
page = urlopen(url)
page