質問編集履歴
2
説明不足
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
soup = BeautifulSoup(r.text,'html.parser')
|
14
14
|
|
15
|
-
wrap = soup.find_all(class_="wrap") #URLのクラスがwrapでした
|
15
|
+
wrap = soup.find_all(class_="wrap") #取得したいURLのクラスがwrapでした
|
16
16
|
|
17
17
|
|
18
18
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
soup = BeautifulSoup(r.text,'html.parser')
|
54
54
|
|
55
|
-
wrap = soup.find_all(class_="wrap") #URLのクラスがwrapでした
|
55
|
+
wrap = soup.find_all(class_="wrap") #取得したいURLのクラスがwrapでした
|
56
56
|
|
57
57
|
|
58
58
|
|
1
説明不足
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
soup = BeautifulSoup(r.text,'html.parser')
|
14
14
|
|
15
|
-
wrap = soup.find_all(class_="wrap")
|
15
|
+
wrap = soup.find_all(class_="wrap") #URLのクラスがwrapでした
|
16
16
|
|
17
17
|
|
18
18
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
soup = BeautifulSoup(r.text,'html.parser')
|
54
54
|
|
55
|
-
wrap = soup.find_all(class_="wrap")
|
55
|
+
wrap = soup.find_all(class_="wrap") #URLのクラスがwrapでした
|
56
56
|
|
57
57
|
|
58
58
|
|