Skip to content

Instantly share code, notes, and snippets.

@source-nerd
Created November 24, 2018 21:35
Show Gist options
  • Save source-nerd/77fc375f40f13e38fb58c029cb121180 to your computer and use it in GitHub Desktop.
Save source-nerd/77fc375f40f13e38fb58c029cb121180 to your computer and use it in GitHub Desktop.
# Command to download file via aria2c using magnet link.
# See website and documentation at https://aria2.github.io
# -d specifies the directory to store the downloaded file
# --seed-time=0 disables seeding after download has completed
aria2c -d ~/Downloads --seed-time=0 "magnet_link_here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment