Advertisement
Guest User

Periscope - peri.sh

a guest
Oct 26th, 2016
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. path="/media/sf_Enc_Downloads"
  2. cd "$path"
  3. youtube-dl --hls-use-mpegts --prefer-ffmpeg --add-metadata -v -o "%(uploader_id)s - %(title)s - %(upload_date)s.%(ext)s" "$1"
  4. find "$path" -maxdepth 1 -type f -size -100k -name "*.mp4" -exec rm {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement