Update wget_Example.ipynb
Browse files- wget_Example.ipynb +1 -1
wget_Example.ipynb
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
"#Download the audio to Googles server\n",
|
52 |
"%cd /content/\n",
|
53 |
"my_mkdirs(\"AudiosP1\")\n",
|
54 |
-
"%cd
|
55 |
"!wget \"http://miya.nipah.moe:81/public/music/Concerto%20Moon%20(1997)%20-%20Fragments%20of%20the%20Moon%20%5bLMP%200004-015%20CD%5d%5bFLAC%5d/\" -R mp4 -nc -w 2 -r -nH --cut-dirs=2 -np -R \"index.html*\" -R \".DS_Store,Thumbs.db,thumbcache.db,desktop.ini,_macosx\"\n",
|
56 |
"!wget \"http://miya.nipah.moe:81/public/music/Sunny%20Lax%20-%20Sheeverz%20_%20Alliance%20-%20(2019)%20%7bWEB%20-%20FLAC%7d/\" -R mp4 -nc -w 2 -r -nH --cut-dirs=2 -np -R \"index.html*\" -R \".DS_Store,Thumbs.db,thumbcache.db,desktop.ini,_macosx\"\n",
|
57 |
"!wget \"http://miya.nipah.moe:81/public/music/2014%20-%20Casualties%20of%20Cool%20(HevyDevy%20Records%20HD2-CD-5717)/\" -R mp4 -nc -w 2 -r -nH --cut-dirs=2 -np -R \"index.html*\" -R \".DS_Store,Thumbs.db,thumbcache.db,desktop.ini,_macosx\"\n",
|
|
|
51 |
"#Download the audio to Googles server\n",
|
52 |
"%cd /content/\n",
|
53 |
"my_mkdirs(\"AudiosP1\")\n",
|
54 |
+
"%cd AudiosP1\n",
|
55 |
"!wget \"http://miya.nipah.moe:81/public/music/Concerto%20Moon%20(1997)%20-%20Fragments%20of%20the%20Moon%20%5bLMP%200004-015%20CD%5d%5bFLAC%5d/\" -R mp4 -nc -w 2 -r -nH --cut-dirs=2 -np -R \"index.html*\" -R \".DS_Store,Thumbs.db,thumbcache.db,desktop.ini,_macosx\"\n",
|
56 |
"!wget \"http://miya.nipah.moe:81/public/music/Sunny%20Lax%20-%20Sheeverz%20_%20Alliance%20-%20(2019)%20%7bWEB%20-%20FLAC%7d/\" -R mp4 -nc -w 2 -r -nH --cut-dirs=2 -np -R \"index.html*\" -R \".DS_Store,Thumbs.db,thumbcache.db,desktop.ini,_macosx\"\n",
|
57 |
"!wget \"http://miya.nipah.moe:81/public/music/2014%20-%20Casualties%20of%20Cool%20(HevyDevy%20Records%20HD2-CD-5717)/\" -R mp4 -nc -w 2 -r -nH --cut-dirs=2 -np -R \"index.html*\" -R \".DS_Store,Thumbs.db,thumbcache.db,desktop.ini,_macosx\"\n",
|