Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imdb script #8

Open
edgardmello opened this issue Oct 5, 2024 · 0 comments
Open

Imdb script #8

edgardmello opened this issue Oct 5, 2024 · 0 comments

Comments

@edgardmello
Copy link

The url are comming in wrong state. As this "https://www.imdb.comhttps://www.imdb.com/title/tt7160372/
The modification below fix it.

case "url":
  let imdbUrl = json.url.startsWith("https://") ? json.url : "https://www.imdb.com" + json.url;
  return imdbUrl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant