Skip to content

Fix video download #992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2025
Merged

Fix video download #992

merged 1 commit into from
Jul 19, 2025

Conversation

skatsubo
Copy link
Contributor

@skatsubo skatsubo commented Jun 5, 2025

Fix #941 "cannot download videos".

Avoid clashes between addGetVideo and addGetVideoThumbnail by fixing API endpoint signature. (Compare to addGetImage and addGetResizedPhoto which work as expected)
Otherwise, addGetVideoThumbnail intercepts requests to .../gallery/content/video.mp4 and returns a thumbnail pic instead of the original video file.

Fix API endpoint signature to avoid clash between addGetVideo and addGetVideoThumbnail.
Otherwise, addGetVideoThumbnail intercepts requests to .../gallery/content/video.mp4
and returns a thumbnail pic instead of the original video file.
@skatsubo
Copy link
Contributor Author

skatsubo commented Jul 4, 2025

Alternative solution might be changing the route definition order similar to #827 ?

@bpatrik
Copy link
Owner

bpatrik commented Jul 19, 2025

Thanks! I think it should also work this way.

@bpatrik bpatrik merged commit 55960a6 into bpatrik:master Jul 19, 2025
4 of 5 checks passed
@bpatrik bpatrik added the bug label Jul 19, 2025
@bpatrik bpatrik added this to the Next (probably v2.5) milestone Jul 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot download videos
2 participants