回答編集履歴
1
コメント行を追加
answer
CHANGED
@@ -32,6 +32,7 @@
|
|
32
32
|
for s in data_stat['items'][0]['statistics']:
|
33
33
|
print(str(s) + ':' + str(data_stat['items'][0]['statistics'][s]))
|
34
34
|
except Exception as ex:
|
35
|
+
# videoIdが取得できなかった時。
|
35
36
|
print(ex)
|
36
37
|
|
37
38
|
if __name__ == '__main__':
|