回答編集履歴

1

インデント修正

2021/07/30 16:17

投稿

__horito
__horito

スコア364

test CHANGED
@@ -36,9 +36,7 @@
36
36
 
37
37
  wrap = soup.find_all(class_="wrap") #取得したいURLのクラスがwrapでした
38
38
 
39
-
40
-
41
- title_urls_list.extend([a["href"] for a in wrap])
39
+     title_urls_list.extend([a["href"] for a in wrap])
42
40
 
43
41
 
44
42