Custom extractor doesn't seem to be working #5936
-
Hey, so I'm trying to add support for imhentai which isn't natively supported by messing with the configuration file (which I've attached here) I ran using --verbose and can confirm the config file is at least being looked at. But I keep getting [gallery-dl][error] Unsupported URL 'https://imhentai.xxx/gallery/123456/'. I thought it was possible to add sites that weren't natively supported but maybe I was wrong? Or I set up the config file incorrectly? Big thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There needs to be actual code that supports this site, otherwise this can't work. There is no (Base)Extractor for sites like imhentai, so you can't just modify your config file. The other option would be implementing your own |
Beta Was this translation helpful? Give feedback.
There needs to be actual code that supports this site, otherwise this can't work.
There is no (Base)Extractor for sites like imhentai, so you can't just modify your config file. The other option would be implementing your own
imhentai
extractors and loading them with-X/--extractors
orextractor.module-sources
.