Forked from iamtekeste/Download Google Drive files with WGET
Created
July 3, 2024 23:56
-
-
Save lutfiihsan/bb29a1544faa313dbb67db4ee0c6d23b to your computer and use it in GitHub Desktop.
Revisions
-
sharedmit renamed this gist
Jul 8, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sharedmit created this gist
Jul 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ Download Google Drive files with WGET Example Google Drive download link: https://docs.google.com/open?id=[ID] To download the file with WGET you need to use this link: https://googledrive.com/host/[ID] Example WGET command: wget -O file https://googledrive.com/host/[ID]