Skip to content

Instantly share code, notes, and snippets.

View DewandaArya's full-sized avatar
🙂
I may be slow to respond.

Arya DewandaArya

🙂
I may be slow to respond.
View GitHub Profile
@parthibx24
parthibx24 / mfd
Last active August 22, 2024 02:44
Mediafire file downloader!
echo "Mediafire file downloader";
FILE_ID=$1
function download() {
GET_DLINK=`curl -s -L http://www.mediafire.com/file/$FILE_ID | grep -o '<div class="downloa