質問編集履歴

1

文法修正

2020/05/26 08:25

投稿

beginner.py
beginner.py

スコア8

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```python
18
18
 
19
- URL = soup.select('section.p-search > div.p-body')
19
+ URL = soup.select('div.p-body')
20
20
 
21
21
  for t in URL:
22
22