w-canvas

Results 3 comments of w-canvas

> Try to use the tarball for dotnet. The installation via snap or the script caused this error. I originally installed the dotnet sdk using **apt**. Retried with the tarball...

> You don't need neither runtime nor sdk installed to run the app if you download it from releases tab. Installing them should have no effect on the way application...

Was able to extract the cookies form chomium using: ``` chromium --remote-debugging-port=9222 > /dev/null 2>&1 & (sleep 10; pkill chrome) & /path/to/PatreonDownloader.App \ --url https://www.patreon.com/creatorName/posts \ --download-directory /path/to/content/ \ --remote-browser-address...