You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated version to 0.10.3.0, added --filenames-fallback-to-content-type command line option, fixed youtube and imgur urls not being ignored correctly, cleaned up the code, updated UDP to improve browser mimicking
Copy file name to clipboardExpand all lines: PatreonDownloader.App/Models/CommandLineOptions.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,5 +39,7 @@ class CommandLineOptions
39
39
publicstringSubDirectoryPattern{get;set;}
40
40
[Option("max-filename-length",Required=false,HelpText="All names of downloaded files will be truncated so their length won't be more than specified value (excluding file extension)",Default=100)]
41
41
publicintMaxFilenameLength{get;set;}
42
+
[Option("filenames-fallback-to-content-type",Required=false,HelpText="Fallback to using filename generated from url hash if the server returns file content type (extension) and all other methods have failed. Use with caution, this might result in unwanted files being created or the same files being downloaded on every run under different names.",Default=false)]
0 commit comments