-
-
Notifications
You must be signed in to change notification settings - Fork 975
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial support for child extractor options
Using "parent-category>child-category" as extractor category in a config file allows to set options for a child extractor when it was spawned by that parent. For example "reddit>gfycat" to set gfycat options for when it was found in a reddit post. { "extractor": { "gfycat": { "filename": "regular filename" }, "reddit>gfycat": { "filename": "reddit-specific filename" } } } Note: This does currently not work for most imgur links due to how its extractor hierarchy is structured.
- Loading branch information
Showing
2 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters