Skip to content

Instantly share code, notes, and snippets.

@Dj-Frixz
Dj-Frixz / exportMUBI.js
Last active May 5, 2025 11:39
Export MUBI watchlist to Letterboxd and more
// to find your user id go to https://mubi.com/, login, go to your profile and copy the number in the url after "/users/"
const opt = {
"accept": "*/*",
"accept-language": "en",
"client": "web",
"client-accept-audio-codecs": "aac",
"client-accept-video-codecs": "vp9,h264",
"client-country": "US",
"priority": "u=1, i",