This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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", |