mcuapi icon indicating copy to clipboard operation
mcuapi copied to clipboard

Suggestion: Add Disney+ links to movies and TV shows

Open Davianlols6 opened this issue 2 years ago • 2 comments

Hi! I think it would be good to also add the Disney+ links to movies and TV shows in "disneyplus_url" field.

For example:

{
  "id":26,
  "title":"Eternals",
  "release_date":"2021-11-05",
  "box_office":"402064929",
  "duration":157,
  "overview":"Marvel Studios' Eternals features an exciting new team of Super Heroes in the Marvel Cinematic Universe, ancient aliens who have been living on Earth in secret for thousands of years. Following the events of Avengers: Endgame, an unexpected tragedy forces them out of the shadows to reunite against mankind's most ancient enemy, The Deviants.",
  "cover_url":"https://raw.githubusercontent.com/AugustoMarcelo/mcuapi/master/covers/the-eternals.jpg",
  "trailer_url":"https://youtu.be/x_me3xsvDgk",
  "disneyplus_url": "https://www.disneyplus.com/movies/eternals/5cmhJAtkt6Jk"
  "directed_by":"Chloé Zhao",
  "phase":4,
  "saga":null,
  "chronology":26,
  "post_credit_scenes":2,
  "imdb_id":"tt9032400",
  "related_movies":[]
}

Also, if there is any way in which I can help contribute to update the data on the API, I would be more than happy to help :)

Davianlols6 avatar May 21 '22 03:05 Davianlols6

Hi, @Davianlols6!

Thanks for the suggestion! It's a good suggestion. I will think about how to put this in a more generic way since this could change tomorrow, e.g., and the movie may no longer be available on Disney+. In addition, I intend to change the cover_url and trailer_url to be both an array of links, so the disneyplus_url could be better added as an object with streaming places where we could find the movie/tv show. Do you understand?

About how to help, for now, I don't have a page where I can make the changes to there, so I just change my seed file and update the database. I have plans to work on an area where anyone could create an account, make changes in the data and submit it to me for approval.

AugustoMarcelo avatar May 21 '22 14:05 AugustoMarcelo

Yeah sure! That will work as well! Thank you :)

Davianlols6 avatar May 21 '22 15:05 Davianlols6