質問編集履歴

1

ミスタイプ修正

2020/07/08 05:36

投稿

sandalwalk
sandalwalk

スコア77

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,9 @@
16
16
 
17
17
 
18
18
 
19
+ ps = bs4.BeautifulSoup(url_data.content,'html.parser')
20
+
19
- ps = bs4.BeautifulSoup(url_data.content,'html.parser')item_all = ps.find("div", attrs={"id": "recipe-main"})
21
+ item_all = ps.find("div", attrs={"id": "recipe-main"})
20
22
 
21
23
 
22
24