adewopova commited on
Commit
6a730ac
1 Parent(s): ea87078

Update Youtube.ipynb

Browse files
Files changed (1) hide show
  1. 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 = \"AIzaSyBCpVB3QmXOiW4ivM8TyGl98mZ7mt7ddbM\")\n",
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
+ }