codeShare commited on
Commit
1ef8f58
1 Parent(s): d60054a

Update dl_Youtube_playlist.ipynb

Browse files
Files changed (1) hide show
  1. dl_Youtube_playlist.ipynb +1 -1
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'"