Description
Describe the bug
Video descriptions are truncated when duration_min or duration_max are not 0.
To Reproduce
Example feed with duration_min=2 so as to exclude shorts: https://rss-bridge.org/bridge01/?action=display&bridge=YoutubeBridge&context=By+channel+id&c=UCI3DTtB-a3fJPjKtQ5kYHfA&duration_min=2&format=Html
Example feed with duration_min=0 that shows full descriptions: https://rss-bridge.org/bridge01/?action=display&bridge=YoutubeBridge&context=By+channel+id&c=UCI3DTtB-a3fJPjKtQ5kYHfA&duration_min=0&format=Html
Removing the duration_min parameter altogether behaves the same as using a 0.
Expected behavior
I'd like the entire description to remain in the feed, independently of any duration constraints.
Screenshots
HTML output directly from the official instance, first with both duration parameters set to 0, then duration_min=2 like I want it