zyachel
zyachel
will do!
The problem is `upgrade-insecure-requests` and `block-all-mixed-content` directives in CSP header. You can do something like this to disable selected directives: ```js helmet({ contentSecurityPolicy: { directives: { 'script-src': ["'self'", 'cdn.jsdelivr.net'], 'block-all-mixed-content':...
hey there! All routes involving subdomains(primarily language-specific routes and spaces) are not implemented yet. I have a vague idea on how I'll implement them. I'm thinking of something like this:...
yes, for now, only info page works(which is also broken as IMDb changed their HTML a couple of days ago. Storyline, genres, and tagline are populated by JavaScript now. So,...
that's a neat JSON response! Did you dig into network requests? I might try that route if it's good enough for movie info as well instead of the current method...
Hey there, and thanks! I really appreciate your encouragement. I recently got a way to extract almost all data on movie info page, including trailer videos, and 'more like this'...
@ericpa06, it was added in e4849e8c757e4f1416be7338c89421ca27e28e8d.  you can see it live at https://libremdb.iket.me/title/tt2151454
@2084x, there is a small info bar just below the title that includes rating.  But if you're talking about a dedicated route(like this: https://www.imdb.com/title/tt0296572/parentalguide), then it is not implemented...
If I make this section wrap instead of scroll, then you'd get a really long page on mobile. I have plans to add user specific settings. I'll add an option...
some questions contain tex that needs to be worked on before being picked up by MathJax. that's why there's `+spansChecker` for them.