wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.11k stars 343 forks source link

Add exclusion feature by folder name, file name and file type for folder links #219

Closed TheLastBen closed 1 year ago

TheLastBen commented 1 year ago

"-exclude_folder" : will not download the content of the specified folders, usage : -exclude_folder folder1 folder2 folder3 ...etc

"-exclude_file" :will not download the specified files, usage : -exclude_file file1 file2 file3 ...etc

"-exclude_filetype" :will not download the specified file types, usage : -exclude_filetype .type1 .type2 .type3 ...etc

I set the prefix to "-" instead of "--" to not confuse them with the main arguments, as these require --folder.