Update season_theatrical.yml#68
Conversation
Unfortunately, I don't have Disney+, so that information has been left blank. This data was sourced from Wikipedia (thank you Wikipedia) For the writers, I put them in an array of strings.
colinxfleming
left a comment
There was a problem hiding this comment.
hey looking good! There are a few things we'll need to bump before merging but the hard work is done - thank you very much! let me know if you need a hand sorting this out.
| directors: | ||
| writers: | ||
| release_date: 2012-07-13 | ||
| directors: David Silverman |
There was a problem hiding this comment.
for integrity reasons these also have to be arrays of strings - the script is not quite smart enough to take singles and turn them into arrays for these fields. Would you mind bumping these when you get a sec?
| directors: David Silverman | |
| directors: ["David Silverman"] |
| writers: | ||
| release_date: 2012-07-13 | ||
| directors: David Silverman | ||
| writers: ["James L. Brooks", "Matt Groening", "Al Jean", "David Mirkin", "Michael Price", "Joel H. Cohen"] |
| simpsonsworld_id: | ||
| good: maybe | ||
| guest_stars: ["Billie Eilish", "Finneas O'Connell"] | ||
| - title: Welcome to the Club |
There was a problem hiding this comment.
extra space at the start here! yaml is a stickler about formatting consistency, unfortunately
| simpsonsworld_id: | ||
| good: maybe | ||
| guest_stars: ["Tom Hiddleston"] | ||
| - title: The Simpsons Meet the Bocellis in "Feliz Navidad" |
|
PS a github trick - github lets you reference other issues by # , so if you edit #68 (comment) to say |
Unfortunately, I don't have Disney+, so that information has been left blank. This data was sourced from Wikipedia (thank you Wikipedia)
For the writers, I put them in an array of strings.