Skip to content

Instantly share code, notes, and snippets.

@narate
narate / fblive-dl.sh
Created June 12, 2017 16:27
Facebook live downloader [ Update : Facebook change permission to access m3u8 url :'( ]
#!/bin/bash
if [ $# -eq 0 ]
then
echo "Usage : $0 url [output]"
exit
fi
VID=$(basename $1)