Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Created September 19, 2024 18:44
Show Gist options
  • Select an option

  • Save CypherpunkSamurai/bf81c9444bfdc35fb285b0815d058b11 to your computer and use it in GitHub Desktop.

Select an option

Save CypherpunkSamurai/bf81c9444bfdc35fb285b0815d058b11 to your computer and use it in GitHub Desktop.
Mediafire Downloader with Wget and Curl
curl "mediafire url" | grep -Eo "http.+download.?+\.mediafire\.com.*\" " | sed -e 's|"||g' | xargs wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment