Spaces:
Sleeping
Sleeping
adewopova commited on
Update Youtube.ipynb
Browse files- Youtube.ipynb +2 -2
Youtube.ipynb
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"playlist_id = query[\"list\"][0]\n",
|
| 23 |
"\n",
|
| 24 |
"print(f'get all playlist items links from {playlist_id}')\n",
|
| 25 |
-
"youtube = googleapiclient.discovery.build(\"youtube\", \"v3\", developerKey = \"
|
| 26 |
"\n",
|
| 27 |
"request = youtube.playlistItems().list(\n",
|
| 28 |
" part = \"snippet\",\n",
|
|
@@ -90,4 +90,4 @@
|
|
| 90 |
},
|
| 91 |
"nbformat": 4,
|
| 92 |
"nbformat_minor": 0
|
| 93 |
-
}
|
|
|
|
| 22 |
"playlist_id = query[\"list\"][0]\n",
|
| 23 |
"\n",
|
| 24 |
"print(f'get all playlist items links from {playlist_id}')\n",
|
| 25 |
+
"youtube = googleapiclient.discovery.build(\"youtube\", \"v3\", developerKey = \"\")\n",
|
| 26 |
"\n",
|
| 27 |
"request = youtube.playlistItems().list(\n",
|
| 28 |
" part = \"snippet\",\n",
|
|
|
|
| 90 |
},
|
| 91 |
"nbformat": 4,
|
| 92 |
"nbformat_minor": 0
|
| 93 |
+
}
|