Skip to content

I cant download the video and psd file from creator i want #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
persianhoop opened this issue Dec 8, 2024 · 0 comments
Open

I cant download the video and psd file from creator i want #244

persianhoop opened this issue Dec 8, 2024 · 0 comments

Comments

@persianhoop
Copy link

i have this problem
PS C:\net8.0-win-x64-release> .\PatreonDownloader.App.exe --url https://www.patreon.com/#rulls#/posts
2024-12-08 00:12:08.4634 FATAL Fatal error, application will be closed: System.Exception: Unable to retrieve cookies
at UniversalDownloaderPlatform.Engine.UniversalDownloader.Download(String url, IUniversalDownloaderPlatformSettings settings) in F:\Sources\BigProjects\PatreonDownloader\submodules\UniversalDownloaderPlatform\UniversalDownloaderPlatform.Engine\UniversalDownloader.cs:line 138
at PatreonDownloader.App.Program.RunPatreonDownloader(CommandLineOptions commandLineOptions) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 128
at PatreonDownloader.App.Program.Main(String[] args) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 68
PS C:\net8.0-win-x64-release> .\PatreonDownloader.App.exe --creator https://www.patreon.com/rulls/posts
Patreon Downloader 28.0.0.0
Copyright 2019-2024 Aleksey Tsutsey & Contributors

ERROR(S):
Option 'creator' is unknown.
Required option 'url' is missing.

--url Required. Url of the creator's page

--descriptions (Default: false) Save post descriptions

--embeds (Default: false) Save embedded content metadata

--json (Default: false) Save json data

--campaign-images (Default: false) Download campaign's avatar and cover images

--download-directory Directory to save all downloaded files in, default:
#AppDirectory#/downloads/#CreatorName#.

--log-level (Default: Default) Logging level. Possible options: Default, Debug, Trace.
Affects both console and file logging.

--log-save (Default: false) Create log files in the "logs" directory.

--file-exists-action (Default: BackupIfDifferent) What to do with files already existing on the
disk.
Possible options:
BackupIfDifferent: Check remote file size if enabled and available. If it's
different, disabled or not available then download remote file and compare it
with existing file, create a backup copy of old file if they are different.
ReplaceIfDifferent: Same as BackupIfDifferent, but the backup copy of the file
will not be created.
AlwaysReplace: Always replace existing file. Warning: will result in increased
bandwidth usage.
KeepExisting: Always keep existing file. The most bandwidth-friendly option.

--use-legacy-file-naming (Default: false) Use legacy filenaming pattern (used before version 21). Not
compatible with --file-exists-action BackupIfDifferent, ReplaceIfDifferent.
Warning: this is compatibility option and might be removed in the future, you
should not use it unless you absolutely need it.

--disable-remote-file-size-check (Default: false) Do not ask the server for the file size (if it's available)
and do not use it in various pre-download checks if the file already exists on
the disk. Warning: will result in increased bandwidth usage if used with
--file-exists-action BackupIfDifferent, ReplaceIfDifferent, AlwaysReplace.

--remote-browser-address Advanced users only. Address of the browser with remote debugging enabled.
Refer to documentation for more details.

--use-sub-directories Create a new directory inside of the download directory for every post instead
of placing all files into a single directory.

--sub-directory-pattern (Default: [%PostId%] %PublishedAt% %PostTitle%) Pattern which will be used to
create a name for the sub directories if --use-sub-directories is used.
Supported parameters: %PostId%, %PublishedAt%, %PostTitle%.

--max-sub-directory-name-length (Default: 100) Limits the length of the name for the subdirectories created
when --use-sub-directories is used.

--max-filename-length (Default: 100) All names of downloaded files will be truncated so their length
won't be more than specified value (excluding file extension)

--filenames-fallback-to-content-type (Default: false) 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.

--proxy-server-address The address of proxy server to use in the following format:
[://][:]. Supported protocols: http(s),
socks4, socks4a, socks5.

--help Display this help screen.

--version Display version information.

PS C:\net8.0-win-x64-release> .\PatreonDownloader.App.exe --url https://www.patreon.com/rulls/posts
2024-12-08 00:20:15.6838 FATAL Fatal error, application will be closed: System.Exception: Unable to retrieve cookies
at UniversalDownloaderPlatform.Engine.UniversalDownloader.Download(String url, IUniversalDownloaderPlatformSettings settings) in F:\Sources\BigProjects\PatreonDownloader\submodules\UniversalDownloaderPlatform\UniversalDownloaderPlatform.Engine\UniversalDownloader.cs:line 138
at PatreonDownloader.App.Program.RunPatreonDownloader(CommandLineOptions commandLineOptions) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 128
at PatreonDownloader.App.Program.Main(String[] args) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 68
PS C:\net8.0-win-x64-release>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant