extractus/feed-extractor

Disable item description trimming?

lwojcik opened this issue · 1 comments

Is it possible to skip truncating the description and returning full contents in any way?

Right now I provide descriptionMaxLenwith some impossible value (999999) but it's a bit hacky workaround.

It would be great if I could pass -1 or false to skip description truncation altogether.

@lwojcik thank you, let me see how we should update this part.