Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
]
}
}
```