Skip to content

fix: limiting M3U8 segment filename length - #356

Open
Atifue wants to merge 2 commits into
sdaqo:masterfrom
Atifue:testing
Open

fix: limiting M3U8 segment filename length#356
Atifue wants to merge 2 commits into
sdaqo:masterfrom
Atifue:testing

Conversation

@Atifue

@Atifue Atifue commented Aug 10, 2026

Copy link
Copy Markdown

Fixes #355

Some titles generate a long segment_uri, which gets used for the temporary M3U8 segments. This would throw an error that the filename was too long, so I set a 200-character limit.

I chose 200 as a conservative limit since maximum filename lengths vary across filesystems

I tested by downloading all the titles in the issue above, and they worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Errno 36] File name too long

1 participant