回答編集履歴
1
requestsのリンク追記
answer
CHANGED
@@ -21,4 +21,8 @@
|
|
21
21
|
total_favorited_count = metadata["total_favorited"]
|
22
22
|
|
23
23
|
total_video_count = metadata["video_count"]
|
24
|
-
```
|
24
|
+
```
|
25
|
+
|
26
|
+
参考:
|
27
|
+
|
28
|
+
- [requestsのドキュメント](https://requests.readthedocs.io/en/master/)
|