Update dl_Youtube_playlist.ipynb
Browse files
dl_Youtube_playlist.ipynb
CHANGED
|
@@ -74,7 +74,7 @@
|
|
| 74 |
"id": "W7bW6g_AwxfX"
|
| 75 |
},
|
| 76 |
"source": [
|
| 77 |
-
"#Download all the youtube videos as .M4A files\n",
|
| 78 |
"%cd /content/tmp\n",
|
| 79 |
"for ind,url in enumerate(urls):\n",
|
| 80 |
" !yt-dlp $url -f 'bestaudio[ext=m4a]' -o '%(title)s.m4a'"
|
|
|
|
| 74 |
"id": "W7bW6g_AwxfX"
|
| 75 |
},
|
| 76 |
"source": [
|
| 77 |
+
"#Download all the youtube videos as .M4A files (NOTE: Make sure to rename M4A files that contain parenthesis () in their name first!) \n",
|
| 78 |
"%cd /content/tmp\n",
|
| 79 |
"for ind,url in enumerate(urls):\n",
|
| 80 |
" !yt-dlp $url -f 'bestaudio[ext=m4a]' -o '%(title)s.m4a'"
|