Mudanças entre as edições de "Gdown"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Criou página com 'pip install gdown gdown https://drive.google.com/uc?id=<file_id> # for files gdown <file_id> # alternative format gdown --folder https://driv...')
 
 
Linha 1: Linha 1:
 
pip install gdown
 
pip install gdown
  
gdown https://drive.google.com/uc?id=<file_id>  # for files
+
gdown https://drive.google.com/uc?id=<file_id>  # for files
gdown <file_id>                                # alternative format
+
gdown <file_id>                                # alternative format
gdown --folder https://drive.google.com/drive/folders/<file_id>  # for folders
+
gdown --folder https://drive.google.com/drive/folders/<file_id>  # for folders
gdown --folder --id <file_id>
+
gdown --folder --id <file_id>
  
  
  
 
https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive
 
https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive

Edição atual tal como às 18h04min de 22 de maio de 2022

pip install gdown

gdown https://drive.google.com/uc?id=<file_id>  # for files
gdown <file_id>                                 # alternative format
gdown --folder https://drive.google.com/drive/folders/<file_id>  # for folders
gdown --folder --id <file_id>


https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive