Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradenhilton/gdl-extractors
Custom extractor modules for gallery-dl
https://github.com/bradenhilton/gdl-extractors
extractor extractors gallery-dl
Last synced: 27 days ago
JSON representation
Custom extractor modules for gallery-dl
- Host: GitHub
- URL: https://github.com/bradenhilton/gdl-extractors
- Owner: bradenhilton
- License: gpl-2.0
- Created: 2024-09-07T14:36:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T23:59:31.000Z (about 2 months ago)
- Last Synced: 2024-11-07T00:38:52.408Z (about 2 months ago)
- Topics: extractor, extractors, gallery-dl
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gdl-extractors
Custom extractor modules for [gallery-dl](https://github.com/mikf/gallery-dl).
## Usage
Download extractor module `.py` files from [`extractor/`](extractor) to a directory of your choosing such as `~/.config/gallery-dl/modules`, then provide this directory as a [module source](https://gdl-org.github.io/docs/configuration.html#extractor-module-sources) in your gallery-dl config, e.g.:
config.json
```json
{
"extractor": {
"module-sources": [
"~/.config/gallery-dl/modules",
null
]
}
}
```