Merge branch 'master' of https://github.com/jorgevasquezp/my_scripts
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
for i;
|
||||
do
|
||||
curr_proj="DC_WTR"
|
||||
new_dir=$curr_proj"_Projects_"$i
|
||||
mkdir $new_dir
|
||||
mkdir $new_dir"/2D"
|
||||
mkdir $new_dir"/2D/footage"
|
||||
mkdir $new_dir"/Sample Renders"
|
||||
done;
|
||||
echo -e '\a'
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
export IFS=$'\n';
|
||||
for i;
|
||||
do
|
||||
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
||||
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
||||
done;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user