Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- url="$(xclip -selection "clipboard" -o)"
- notify-send -t 3000 --icon=video-television "Playing Video" "$url";
- mpv --ytdl-format=22 --fs "$url" || mpv --fs "$url"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement