###目的
スクレイピングをしたいと思ってるのですが。。。
何が間違っているのが教えていただきたいです。
###エラーコード
File "C:\test2\sub0322.py", line 19 req = urllib.request.Request(url_list[0], headers = ['User-Agent':ua]) ^ SyntaxError: expression cannot contain assignment, perhaps you meant "=="?
###ソースコード
python
1ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100' 2 3req = urllib.request.Request(url_list[0], headers = ['User-Agent':ua]) 4html = urllib.request.urlopen(req) 5 6soup = BautifulSoup(html,("html.parser"))
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/25 05:40