Skip to content
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

Can't figure out how to download only text from kemonoparty #4330

Open
akirafujioka129 opened this issue Jul 21, 2023 · 6 comments
Open

Can't figure out how to download only text from kemonoparty #4330

akirafujioka129 opened this issue Jul 21, 2023 · 6 comments

Comments

@akirafujioka129
Copy link

I'm looking for the configuration options that will let me download text from posts on kemono.party, and avoid downloading any other files. I must be missing something, because I can't figure out how to even download post text in the first place, let alone how to do so while not downloading other images.

@a84r7a3rga76fg
Copy link

a84r7a3rga76fg commented Jul 21, 2023

Use this #3800 (comment) and add "download": false to the extractor

@akirafujioka129
Copy link
Author

If there's supposed to be post text that's still being downloaded, it's not in the download directory and I can't find it.

@a84r7a3rga76fg
Copy link

Post your kemonoparty config

@akirafujioka129
Copy link
Author

It's nothing fancy. Here it is, with my login info scrubbed:

{
	"extractor":
	{
		"base-directory": "../",
		"cache.file": "",
		"kemonoparty":
		{
			"username": "qwertyuiop",
			"password": "**********"
		}
	},
	
	"downloader":
	{
	
	},
	
	"output":
	{
	
	},
	
	"postprocessor":
	{
	
	}
	
}

@akirafujioka129
Copy link
Author

Post your kemonoparty config

Is there anything you can tell me from this, @a84r7a3rga76fg ? My kemonoparty downloads are all images or attachments, and do not include the text of the posts themselves. I'm looking for a way to change that.

@a84r7a3rga76fg
Copy link

Yes, you didn't copy paste that postprocessor to your extractor. The extractor is kemonoparty.

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

2 participants