From b84abec097d2eec23bd7f22a3d6d51f683431227 Mon Sep 17 00:00:00 2001 From: lain-e <145596963+lain-e@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:45:33 -0500 Subject: [PATCH 1/2] Add files via upload --- adventure-time-quotes.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 adventure-time-quotes.json diff --git a/adventure-time-quotes.json b/adventure-time-quotes.json new file mode 100644 index 00000000..42a56a63 --- /dev/null +++ b/adventure-time-quotes.json @@ -0,0 +1,24 @@ +{ + "description": "Some great quotes from a great show (adventure time)", + "tv": [ + "Sucking at something is the first step to being sorta of good at something", + "As long as I know the shape of my soul, I'll be all right", + "Ballzacks!", + "Something weird might just be something familiar viewed from a different angle", + "Eat on it", + "We've have it all!", + "People get built different. We don't have to understand it, we just have to respect it.", + "Look! A supermodel!", + "In this economy?", + "Yeah, my vault! That's where the stuff I can't handle goes!", + "Daddy, why did you eat my fries?", + "Tranch!", + "What the flip is feelings?", + "Disappeared doesn't always mean dead", + "The tides of life have led me here, and that's why I'm not scared", + "This cow has whacked out poo brain!", + "But it still changes- ever so slightly, daily and nightly, in little ways - when everything stays", + "Everything small is just a smaller version of something big!", + "When bad things happen, I know you want to believe they are a joke, but sometimes life is scary and dark. That is why we have to find the light" + ] +} From 050dd95dcfea3fce824c9739fd5fd725256d81df Mon Sep 17 00:00:00 2001 From: lain-e <145596963+lain-e@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:48:03 -0500 Subject: [PATCH 2/2] Rename adventure-time-quotes.json to data/film-tv/adventure-time-quotes.json --- .../film-tv/adventure-time-quotes.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename adventure-time-quotes.json => data/film-tv/adventure-time-quotes.json (100%) diff --git a/adventure-time-quotes.json b/data/film-tv/adventure-time-quotes.json similarity index 100% rename from adventure-time-quotes.json rename to data/film-tv/adventure-time-quotes.json