cat ./omega.txt|xargs -P3 -n1 -IURL youtube-dl -f mp4 URL
for f in *.mp4 ; do ffmpeg -i $f -ab 512k $f.mp3; done