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
Replaced --verbose logging option with --log-level option, file logging is now logging at the same level as console logs, file logging is now controlled via --log-save option, replaced CookieContainer with CookieCollection, downgraded PuppeteerSharp back to 6.2.0, updated UniversalDownloaderPlatform (HttpCookieClient)
[Option("log-level",Required=false,HelpText="Logging level. Possible options: Default, Debug, Trace. Affects both console and file logging.",Default=LogLevel.Default)]
25
+
publicLogLevelLogLevel{get;set;}
25
26
26
27
[Option("overwrite-files",Required=false,HelpText="Overwrite already existing files (recommended if creator might have files multiple files with the same filename or makes changes to already existing posts)",Default=false)]
0 commit comments