rhadamanthe / host-grabber-pp

A web extension, originally designed for Firefox, to find and download media files from various hosts.
MIT License
16 stars 6 forks source link

IHG++ does not recognise pimpandhost.com #69

Closed igorvolnyi closed 4 years ago

igorvolnyi commented 4 years ago

Example page Amy Jackson - Page 2

rhadamanthe commented 4 years ago

Hi,

I do not manage the catalog for everyone as I have a complicated schedule. However, I can review and integrate contributions. If you want to submit an entry for this host, you are welcome.

The documentation explains what to add to the catalog to test it. There are also debugging tools that really simplify the work. I can also help you if you encounter problems or if things need to be explained.

The few time I can give to this project will be about fixing the feature issues, e.g. #65 and #68 .

igorvolnyi commented 4 years ago

Will hosts.xml from original IHG work? I can't figure out how to attach it. Tried both from local drive and by download url. But when I press "Reload Dictionary" or "Save Dictionary URL" the option's input turns red and nothing happens.

rhadamanthe commented 4 years ago

No, you cannot use IHG's catalog.
The philosophy behind is the same, but the syntax is slightly different. Options are different. This extensions supports a XPATH strategy while IHG does not. And IHG allows executing arbitrary code (JS functions), which this extension does not (and that Mozilla would not allow).

However, you may find the inspiration in IHG's catalog, for some hosts.
And it is not possible to reference a local dictionary (file:/ URLs) because web browsers have security policies to prevent it. The dictionary referenced in the options must be hosted on some web server. #21 aims at managing a local dictionary directly, but not as a user file.