No paser plugins show in feeds 6.x-1.0-beta10
This was a caching issue
add in extractor.install
function extractor_enable() { cache_clear_all('plugins:feeds:plugins', 'cache'); }
Same code was also added to other feeds plugins, and works very well.
Comments
Comment #1
sammo commentedThis was a caching issue
Comment #2
hanno commentedadd in extractor.install
Same code was also added to other feeds plugins, and works very well.