Skip to content
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

[Fansly] highest quality no longer being downloaded #17

Open
koalahntr opened this issue Aug 10, 2023 · 0 comments
Open

[Fansly] highest quality no longer being downloaded #17

koalahntr opened this issue Aug 10, 2023 · 0 comments

Comments

@koalahntr
Copy link

Sometime around April or May, the timeline API stopped providing the highest source quality on new media entities by default. Only the variants contain the highest quality. Sadly, everything that has been syncing for the last several months unfortunately is 720p or so. Most timelines I have checked, it seems to not affect older posts prior to the change, so scraping a fresh timeline today will download source quality for older posts until late April-ish, then switch to 720p.

I'll open a PR as soon as I can fix, but I believe the best approach is to fallback permanently to the existing code that loops through the variants and sorts by height, but the mime types for videos are not consistent either. The top-level media element may be mimetype video/mp4, but the 4k variant may be application/vnd.apple.mpegurl. Will need a new approach to determining the right mimetypes.

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

No branches or pull requests

1 participant