質問編集履歴
1
タグで囲みました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
### 該当のソースコード
|
24
24
|
|
25
|
-
|
25
|
+
```
|
26
26
|
|
27
27
|
import requests
|
28
28
|
|
@@ -60,7 +60,7 @@
|
|
60
60
|
|
61
61
|
writer.writerow(target_dict)
|
62
62
|
|
63
|
-
|
63
|
+
```
|
64
64
|
|
65
65
|
|
66
66
|
|
@@ -76,6 +76,8 @@
|
|
76
76
|
|
77
77
|
出力結果
|
78
78
|
|
79
|
+
```
|
80
|
+
|
79
81
|
"url","date","domain","hostname","result","httpcode","gsb","encoded"
|
80
82
|
|
81
83
|
"http://42.51.19.26/","2021-11-23T06:06:29","","42.51.19.26","{'urlworker': {'http_code': 0}, 'safebrowsing': {'matches': []}}","0","[]","http%3A//42.51.19.26/"
|
@@ -86,9 +88,7 @@
|
|
86
88
|
|
87
89
|
"http://42.51.19.26","2021-11-17T09:26:25","","42.51.19.26","{'urlworker': {'http_code': 0}, 'safebrowsing': {'matches': []}}","0","[]","http%3A//42.51.19.26"
|
88
90
|
|
89
|
-
|
91
|
+
```
|
90
|
-
|
91
|
-
|
92
92
|
|
93
93
|
|
94
94
|
|