Premiumize.me

A premium download and streaming locker, taken by an API key rather than a sign-in.

Not yet tested live Compile-verified; no live server reached yet

What Mountit does with it

Mount
Read and write, in Finder
Offline cache
Metadata cache, read-ahead and write-back — the same volume stack as every other service
Encryption layer
Available on this connection: client-side, rclone-compatible crypt over the data before it leaves your Mac
Editions
Both. Either edition mounts it through File Provider, so it appears in Finder — and, on Standard, in the Files app on iPad and Vision Pro

The engineering ledger does not list Premiumize.me among the services run against a real server, so this page does not claim it was. That is read out of docs/BACKEND-COVERAGE.md in the app repository when this site is built — the build fails rather than let this page claim more than the ledger does.

The conformance record

No lane yet. No server has been stood up to run the corpus against this service, so there is no record to publish. That is the honest answer, not a pending one. Every service’s standing, side by side.

Premiumize.me questions

Can Mountit mount Premiumize.me?

Yes — Premiumize.me is one of the 38 services selectable in the app. It mounts read-write, with the same cache, read-ahead and write-back as every other service.

What we will not do is claim it works before it does: this page carries the ledger’s evidence level for Premiumize.me, and it changes the day the evidence does.

Which edition do I need?

Either — this service is in both editions. The difference is the surrounding app, not the protocol: Mountit Pro is the unsandboxed build with the block protocols; Standard is the Mac App Store build, and on iPad and Vision Pro every service appears in the Files app. Both mount this service through File Provider.

Why is there no sign-in button for Premiumize.me?

Premiumize’s API key comes straight from your account page and never expires, and its OAuth has no PKCE — a sign-in button there would ask for a client secret only to arrive at a worse version of pasting the key. So the connection form asks for the key directly, stored encrypted in your Mac’s Keychain.

Can I overwrite a file on Premiumize.me?

Not in place: premiumize has no overwrite and no copy endpoint. Mountit renames the old file aside, uploads the new content, and deletes the old file last, so an interrupted save leaves your original file intact rather than half-replaced.