Skip to content

How to inherit from one extractor to another if both are identical #4632

Closed Answered by mikf
ghbook asked this question in Q&A
Discussion options

You must be logged in to vote

Inheriting the options from another category is not possible,
but these two sites share the same basecategory - foolfuuka - and you can use that to specify common options for both of them and other 4chan archive sites.

"foolfuuka":
{
	"directory":  ["{category}", "{board[shortname]}", "{thread_num}"],
	"filename": "{num}.{extension}",
	"postprocessors":[
		{
			"name": "metadata", 
			"event": "post", 
			"filename": "{num}.json",
			"skip": true
		}
	]
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghbook
Comment options

Answer selected by ghbook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants