Skip to content

youtube bridge: when specifying duration constraints, video descriptions get truncated. #4186

Open
@DIzFer

Description

@DIzFer

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
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug-ReportConfirmed bug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions