404 Not Found
Windows Command Prompt C:\Users\Downloads\movie-cli-main\movie-cli-main>npm start
[email protected] start tsx ./src/index.ts
(node:3552) ExperimentalWarning: --experimental-loader may be removed in the future; instead use register():
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///C%3A/Users/Downloads/movie-cli-main/movie-cli-main/node_modules/tsx/dist/loader.js", pathToFileURL("./"));'
(Use node --trace-warnings ... to show where the warning was created)
√ Enter a movie or show name ... The Simpsons
(404 Not Found (https://apis.justwatch.com/content/titles/en_US/popular?body=%7B%22content_types%22:%5B%22show%22,%22movie%22%5D,%22page%22:1,%22query%22:%22The+Simpsons%22,%22page_size%22:40%7D))
Will fix in #12
I don't know if it was fixed in the end, but I just installed and got the same problem
I don't know if it was fixed in the end, but I just installed and got the same problem
It's depracated
Oh, well, still, any idea on how to fix it? :p
Oh, well, still, any idea on how to fix it? :p
If you want to figure it out yourself, try to reverse engineer the https://justwatch.com API with dev tools. Don't recommend.