-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprogramming_blocks.json
More file actions
147 lines (147 loc) · 2.9 KB
/
Copy pathprogramming_blocks.json
File metadata and controls
147 lines (147 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[
{
"name": "TGIF",
"era": "1989–2000",
"network": "ABC",
"shows": [
"Full House",
"Family Matters",
"Step by Step",
"Boy Meets World",
"Perfect Strangers",
"Sabrina the Teenage Witch",
"Hangin' with Mr. Cooper",
"Sister, Sister"
]
},
{
"name": "Must See TV",
"era": "1994–2004",
"network": "NBC",
"shows": [
"Seinfeld",
"Friends",
"Frasier",
"ER",
"Will & Grace",
"Mad About You",
"Just Shoot Me!",
"Caroline in the City"
]
},
{
"name": "SNICK",
"era": "1992–2004",
"network": "Nickelodeon",
"shows": [
"Are You Afraid of the Dark?",
"Clarissa Explains It All",
"Ren & Stimpy",
"Roundhouse",
"All That",
"Kenan & Kel",
"The Amanda Show",
"Rocket Power"
]
},
{
"name": "Nick at Nite",
"era": "1985–present",
"network": "Nickelodeon",
"shows": [
"I Love Lucy",
"The Dick Van Dyke Show",
"Bewitched",
"The Mary Tyler Moore Show",
"The Bob Newhart Show",
"Happy Days",
"Laverne & Shirley",
"The Odd Couple"
]
},
{
"name": "Animation Domination",
"era": "2005–present",
"network": "FOX",
"shows": [
"The Simpsons",
"Family Guy",
"American Dad!",
"Bob's Burgers",
"Futurama",
"King of the Hill"
]
},
{
"name": "Saturday Morning Cartoons",
"era": "1960s–1990s",
"network": "various",
"shows": [
"Animaniacs",
"X-Men",
"Batman: The Animated Series",
"DuckTales",
"Tiny Toon Adventures",
"Darkwing Duck",
"Chip 'n Dale: Rescue Rangers",
"TaleSpin",
"Gargoyles",
"The Real Ghostbusters"
]
},
{
"name": "Fox Kids",
"era": "1990–2002",
"network": "FOX",
"shows": [
"X-Men",
"Batman: The Animated Series",
"Spider-Man",
"Mighty Morphin Power Rangers",
"Animaniacs",
"Tiny Toon Adventures",
"Bobby's World"
]
},
{
"name": "Cartoon Cartoon Fridays",
"era": "1997–2003",
"network": "Cartoon Network",
"shows": [
"Dexter's Laboratory",
"Johnny Bravo",
"Cow and Chicken",
"I Am Weasel",
"The Powerpuff Girls",
"Ed, Edd n Eddy",
"Courage the Cowardly Dog"
]
},
{
"name": "Adult Swim",
"era": "2001–present",
"network": "Cartoon Network",
"shows": [
"Aqua Teen Hunger Force",
"Robot Chicken",
"The Venture Bros.",
"Harvey Birdman, Attorney at Law",
"Metalocalypse",
"Moral Orel",
"Rick and Morty"
]
},
{
"name": "One Saturday Morning",
"era": "1997–2002",
"network": "ABC",
"shows": [
"Recess",
"Pepper Ann",
"Lizzie McGuire",
"Fillmore!",
"The Weekenders",
"Lloyd in Space"
]
}
]