Feature #67331
Controlling: add plugin method to delay crawling to first download
Status: | Assigned | Start date: | 07/21/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Controlling | |||
Target version: | - | |||
Resolution: |
Description
For example a link to an image needs a PluginForDecrypt first.
NOW:
1.) PluginForDecrypt -> Take URL produce DownloadLink (full process)
2.) PluginForHost -> Take DownloadLink and Download
Later:
1.) PluginForDecrypt -> Take URL and check if delay is possible -> produce DownloadLink (just internal conversion without any requests)
Download
2.) PluginForHost -> Take DownloadLink -> Call PluginForDecrypt->finish decrypting-> continue with download
Advantage:
Much faster adding of many links that request a PluginForDecrypt stage
Disadvantage:
Packagizer Rules do not work