Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 580 Bytes

mediafire

bash script for downloading mediafire files

Download single file from mediafire
./mediafire url
Batch-download files from URL list (url-list.txt must contain one mediafire.com url per line)
./mediafire url-list.txt
Example:
./mediafire https://www.mediafire.com/file/479ijso81rt5muh/MGC_6.2.030_MI9SE_V0c.apk/file

zippyshare.sh uses wget with the -C flag, which skips over completed files and attempts to resume partially downloaded files.

Requirements: coreutils, grep, sed, wget