watchbuffy 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5d954260841086ca7a62d070e0ef4c483fcb34fa9c5fa1020cfb0bf1be445700
4
+ data.tar.gz: '09da8f356ba8b50bcd19eb7797546cda2081ab0af1312c9fe139d8b582a8e574'
5
+ SHA512:
6
+ metadata.gz: 191728e6a20f7e0e44f474c8c881a17f9c9d22ab886f63d6f67d5c894fc886a04df91310d837d79081387cee130459e5153ef973588f5ba44ad7ad334ca931bc
7
+ data.tar.gz: a4297a741ec1244f8a2e4df5fb5d1f45375da8265a2a37af2887114a23fd4d449446ad23908aafbf50234e7e13e1d29f069d8fc0e17453fbd342dafc5adb78c6
@@ -0,0 +1,2 @@
1
+ Gemfile.lock
2
+ /pkg
@@ -0,0 +1,22 @@
1
+ sudo: false
2
+ language: ruby
3
+
4
+ rvm:
5
+ - ruby-head
6
+ - 2.5.1
7
+ - 2.4.4
8
+ - 2.3.7
9
+ - 2.2
10
+ - 2.1
11
+ - 2.0
12
+ - jruby-head
13
+ - jruby-9.1.16.0
14
+
15
+ matrix:
16
+ allow_failures:
17
+ - rvm: ruby-head
18
+ - rvm: jruby-head
19
+ - rvm: 2.2
20
+ - rvm: 2.1
21
+ - rvm: 2.0
22
+ # fast_finish: true
@@ -0,0 +1,6 @@
1
+ ## CHANGELOG
2
+
3
+ ### 1.0.0
4
+
5
+ * Initial release
6
+
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at opensource@janlelis.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec
4
+
5
+ gem "minitest"
6
+ gem "rake"
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2018 Jan Lelis, mail@janlelis.de
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,43 @@
1
+ # watchbuffy [![[version]](https://badge.fury.io/rb/watchbuffy.svg)](https://badge.fury.io/rb/watchbuffy) [![[travis]](https://travis-ci.org/janlelis/watchbuffy.svg)](https://travis-ci.org/janlelis/watchbuffy)
2
+
3
+ Suggests a random Buffy or Angel episode to watch
4
+
5
+ ## Setup
6
+
7
+ Make sure that your computer has [Ruby 2.0 or higher installed](http://ruby.about.com/od/tutorials/a/installruby.htm).
8
+
9
+ Then run
10
+
11
+ ```ruby
12
+ gem install watchbuffy
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ Run `watchbuffy` on the command-line:
18
+
19
+ ```
20
+ $ watchbuffy
21
+ ▶️ Watch Buffy episode 6×8: "Tabula Rasa"
22
+ ```
23
+
24
+ Run it again to get a new suggestion
25
+
26
+ ```
27
+ $ watchbuffy
28
+ ▶️ Watch Buffy episode 2×2: "Are You Now or Have You Ever Been"
29
+ ```
30
+
31
+ It supports a list of seasons to consider:
32
+
33
+ ```
34
+ $ watchbuffy --buffy-season 6 --angel-season 3
35
+ ▶️ Watch Buffy episode 6×17: "Normal Again"
36
+ ```
37
+
38
+ $ watchbuffy --angel-season 4,5
39
+ ▶️ Watch Angel episode 5×14: "Smile Time"
40
+
41
+ ## MIT License
42
+
43
+ Copyright (C) 2018 Jan Lelis <http://janlelis.com>. Released under the MIT license.
@@ -0,0 +1,38 @@
1
+ # # #
2
+ # Get gemspec info
3
+
4
+ gemspec_file = Dir["*.gemspec"].first
5
+ gemspec = eval File.read(gemspec_file), binding, gemspec_file
6
+ info = "#{gemspec.name} | #{gemspec.version} | " \
7
+ "#{gemspec.runtime_dependencies.size} dependencies | " \
8
+ "#{gemspec.files.size} files"
9
+
10
+ # # #
11
+ # Gem build and install task
12
+
13
+ desc info
14
+ task :gem do
15
+ puts info + "\n\n"
16
+ print " "; sh "gem build #{gemspec_file}"
17
+ FileUtils.mkdir_p "pkg"
18
+ FileUtils.mv "#{gemspec.name}-#{gemspec.version}.gem", "pkg"
19
+ puts; sh %{gem install --no-document pkg/#{gemspec.name}-#{gemspec.version}.gem}
20
+ end
21
+
22
+ # # #
23
+ # Start an IRB session with the gem loaded
24
+
25
+ desc "#{gemspec.name} | IRB"
26
+ task :irb do
27
+ sh "irb -I ./lib -r #{gemspec.name.gsub '-','/'}"
28
+ end
29
+
30
+ # # #
31
+ # Run specs
32
+
33
+ desc "#{gemspec.name} | Spec"
34
+ task :spec do
35
+ sh "for file in spec/*_spec.rb; do ruby $file; done"
36
+ end
37
+ task default: :spec
38
+
@@ -0,0 +1,24 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative "../lib/watchbuffy"
4
+
5
+ require "rationalist"
6
+
7
+ args = Rationalist.parse(
8
+ string: ["show", "buffy-season", "angel-season"]
9
+ )
10
+
11
+ options = {}
12
+
13
+ if args[:show]
14
+ options[:show] = args[:show].split(",")
15
+ elsif args[:"buffy-season"] && !args[:"angel-season"]
16
+ options[:show] = "buffy"
17
+ elsif args[:"angel-season"] && !args[:"buffy-season"]
18
+ options[:show] = "angel"
19
+ end
20
+
21
+ options[:buffy_season] = args[:"buffy-season"].split(",").map(&:to_i) if args[:"buffy-season"]
22
+ options[:angel_season] = args[:"angel-season"].split(",").map(&:to_i) if args[:"angel-season"]
23
+
24
+ Watchbuffy.pick(options)
@@ -0,0 +1,1561 @@
1
+ {
2
+ "name": "buffyverse-episodes",
3
+ "description": "List of all Buffy and Angel TV episodes",
4
+ "from": "https://github.com/janlelis/watchbuffy",
5
+ "version": "1.0.0",
6
+ "episodes": [
7
+ {
8
+ "show": "buffy",
9
+ "season": 1,
10
+ "numberInSeason": 1,
11
+ "title": "Welcome to the Hellmouth",
12
+ "part": "1/2"
13
+ },
14
+ {
15
+ "show": "buffy",
16
+ "season": 1,
17
+ "numberInSeason": 2,
18
+ "title": "The Harvest",
19
+ "part": "2/2"
20
+ },
21
+ {
22
+ "show": "buffy",
23
+ "season": 1,
24
+ "numberInSeason": 3,
25
+ "title": "Witch"
26
+ },
27
+ {
28
+ "show": "buffy",
29
+ "season": 1,
30
+ "numberInSeason": 4,
31
+ "title": "Teacher's Pet"
32
+ },
33
+ {
34
+ "show": "buffy",
35
+ "season": 1,
36
+ "numberInSeason": 5,
37
+ "title": "Never Kill a Boy on the First Date"
38
+ },
39
+ {
40
+ "show": "buffy",
41
+ "season": 1,
42
+ "numberInSeason": 6,
43
+ "title": "The Pack"
44
+ },
45
+ {
46
+ "show": "buffy",
47
+ "season": 1,
48
+ "numberInSeason": 7,
49
+ "title": "Angel"
50
+ },
51
+ {
52
+ "show": "buffy",
53
+ "season": 1,
54
+ "numberInSeason": 8,
55
+ "title": "I Robot, You Jane"
56
+ },
57
+ {
58
+ "show": "buffy",
59
+ "season": 1,
60
+ "numberInSeason": 9,
61
+ "title": "The Puppet Show"
62
+ },
63
+ {
64
+ "show": "buffy",
65
+ "season": 1,
66
+ "numberInSeason": 10,
67
+ "title": "Nightmares"
68
+ },
69
+ {
70
+ "show": "buffy",
71
+ "season": 1,
72
+ "numberInSeason": 11,
73
+ "title": "Out of Mind, Out of Sight"
74
+ },
75
+ {
76
+ "show": "buffy",
77
+ "season": 1,
78
+ "numberInSeason": 12,
79
+ "title": "Prophecy Girl"
80
+ },
81
+
82
+ {
83
+ "show": "buffy",
84
+ "season": 2,
85
+ "numberInSeason": 1,
86
+ "title": "When She Was Bad"
87
+ },
88
+ {
89
+ "show": "buffy",
90
+ "season": 2,
91
+ "numberInSeason": 2,
92
+ "title": "Some Assembly Required"
93
+ },
94
+ {
95
+ "show": "buffy",
96
+ "season": 2,
97
+ "numberInSeason": 3,
98
+ "title": "School Hard"
99
+ },
100
+ {
101
+ "show": "buffy",
102
+ "season": 2,
103
+ "numberInSeason": 4,
104
+ "title": "Inca Mummy Girl"
105
+ },
106
+ {
107
+ "show": "buffy",
108
+ "season": 2,
109
+ "numberInSeason": 5,
110
+ "title": "Reptile Boy"
111
+ },
112
+ {
113
+ "show": "buffy",
114
+ "season": 2,
115
+ "numberInSeason": 6,
116
+ "title": "Halloween"
117
+ },
118
+ {
119
+ "show": "buffy",
120
+ "season": 2,
121
+ "numberInSeason": 7,
122
+ "title": "Lie to Me"
123
+ },
124
+ {
125
+ "show": "buffy",
126
+ "season": 2,
127
+ "numberInSeason": 8,
128
+ "title": "The Dark Age"
129
+ },
130
+ {
131
+ "show": "buffy",
132
+ "season": 2,
133
+ "numberInSeason": 9,
134
+ "title": "What's My Line, Part One",
135
+ "part": "1/2"
136
+ },
137
+ {
138
+ "show": "buffy",
139
+ "season": 2,
140
+ "numberInSeason": 10,
141
+ "title": "What's My Line, Part Two",
142
+ "part": "2/2"
143
+ },
144
+ {
145
+ "show": "buffy",
146
+ "season": 2,
147
+ "numberInSeason": 11,
148
+ "title": "Ted"
149
+ },
150
+ {
151
+ "show": "buffy",
152
+ "season": 2,
153
+ "numberInSeason": 12,
154
+ "title": "Bad Eggs"
155
+ },
156
+ {
157
+ "show": "buffy",
158
+ "season": 2,
159
+ "numberInSeason": 13,
160
+ "title": "Surprise"
161
+ },
162
+ {
163
+ "show": "buffy",
164
+ "season": 2,
165
+ "numberInSeason": 14,
166
+ "title": "Innocence"
167
+ },
168
+ {
169
+ "show": "buffy",
170
+ "season": 2,
171
+ "numberInSeason": 15,
172
+ "title": "Phases"
173
+ },
174
+ {
175
+ "show": "buffy",
176
+ "season": 2,
177
+ "numberInSeason": 16,
178
+ "title": "Bewitched, Bothered and Bewildered"
179
+ },
180
+ {
181
+ "show": "buffy",
182
+ "season": 2,
183
+ "numberInSeason": 17,
184
+ "title": "Passion"
185
+ },
186
+ {
187
+ "show": "buffy",
188
+ "season": 2,
189
+ "numberInSeason": 18,
190
+ "title": "Killed by Death"
191
+ },
192
+ {
193
+ "show": "buffy",
194
+ "season": 2,
195
+ "numberInSeason": 19,
196
+ "title": "I Only Have Eyes for You"
197
+ },
198
+ {
199
+ "show": "buffy",
200
+ "season": 2,
201
+ "numberInSeason": 20,
202
+ "title": "Go Fish"
203
+ },
204
+ {
205
+ "show": "buffy",
206
+ "season": 2,
207
+ "numberInSeason": 21,
208
+ "title": "Becoming, Part One",
209
+ "part": "1/2"
210
+ },
211
+ {
212
+ "show": "buffy",
213
+ "season": 2,
214
+ "numberInSeason": 22,
215
+ "title": "Becoming, Part Two",
216
+ "part": "2/2"
217
+ },
218
+
219
+ {
220
+ "show": "buffy",
221
+ "season": 3,
222
+ "numberInSeason": 1,
223
+ "title": "Anne"
224
+ },
225
+ {
226
+ "show": "buffy",
227
+ "season": 3,
228
+ "numberInSeason": 2,
229
+ "title": "Dead Man's Party"
230
+ },
231
+ {
232
+ "show": "buffy",
233
+ "season": 3,
234
+ "numberInSeason": 3,
235
+ "title": "Faith, Hope & Trick"
236
+ },
237
+ {
238
+ "show": "buffy",
239
+ "season": 3,
240
+ "numberInSeason": 4,
241
+ "title": "Beauty and the Beasts"
242
+ },
243
+ {
244
+ "show": "buffy",
245
+ "season": 3,
246
+ "numberInSeason": 5,
247
+ "title": "Homecoming"
248
+ },
249
+ {
250
+ "show": "buffy",
251
+ "season": 3,
252
+ "numberInSeason": 6,
253
+ "title": "Band Candy"
254
+ },
255
+ {
256
+ "show": "buffy",
257
+ "season": 3,
258
+ "numberInSeason": 7,
259
+ "title": "Revelations"
260
+ },
261
+ {
262
+ "show": "buffy",
263
+ "season": 3,
264
+ "numberInSeason": 8,
265
+ "title": "Lovers Walk"
266
+ },
267
+ {
268
+ "show": "buffy",
269
+ "season": 3,
270
+ "numberInSeason": 9,
271
+ "title": "The Wish"
272
+ },
273
+ {
274
+ "show": "buffy",
275
+ "season": 3,
276
+ "numberInSeason": 10,
277
+ "title": "Amends"
278
+ },
279
+ {
280
+ "show": "buffy",
281
+ "season": 3,
282
+ "numberInSeason": 11,
283
+ "title": "Gingerbread"
284
+ },
285
+ {
286
+ "show": "buffy",
287
+ "season": 3,
288
+ "numberInSeason": 12,
289
+ "title": "Helpless"
290
+ },
291
+ {
292
+ "show": "buffy",
293
+ "season": 3,
294
+ "numberInSeason": 13,
295
+ "title": "The Zeppo"
296
+ },
297
+ {
298
+ "show": "buffy",
299
+ "season": 3,
300
+ "numberInSeason": 14,
301
+ "title": "Bad Girls"
302
+ },
303
+ {
304
+ "show": "buffy",
305
+ "season": 3,
306
+ "numberInSeason": 15,
307
+ "title": "Consequences"
308
+ },
309
+ {
310
+ "show": "buffy",
311
+ "season": 3,
312
+ "numberInSeason": 16,
313
+ "title": "Doppelgangland"
314
+ },
315
+ {
316
+ "show": "buffy",
317
+ "season": 3,
318
+ "numberInSeason": 17,
319
+ "title": "Enemies"
320
+ },
321
+ {
322
+ "show": "buffy",
323
+ "season": 3,
324
+ "numberInSeason": 18,
325
+ "title": "Earshot"
326
+ },
327
+ {
328
+ "show": "buffy",
329
+ "season": 3,
330
+ "numberInSeason": 19,
331
+ "title": "Choices"
332
+ },
333
+ {
334
+ "show": "buffy",
335
+ "season": 3,
336
+ "numberInSeason": 20,
337
+ "title": "The Prom"
338
+ },
339
+ {
340
+ "show": "buffy",
341
+ "season": 3,
342
+ "numberInSeason": 21,
343
+ "title": "Graduation Day, Part One",
344
+ "part": "1/2"
345
+ },
346
+ {
347
+ "show": "buffy",
348
+ "season": 3,
349
+ "numberInSeason": 22,
350
+ "title": "Graduation Day, Part Two",
351
+ "part": "2/2"
352
+ },
353
+
354
+ {
355
+ "show": "buffy",
356
+ "season": 4,
357
+ "numberInSeason": 1,
358
+ "title": "The Freshman"
359
+ },
360
+ {
361
+ "show": "buffy",
362
+ "season": 4,
363
+ "numberInSeason": 2,
364
+ "title": "Living Conditions"
365
+ },
366
+ {
367
+ "show": "buffy",
368
+ "season": 4,
369
+ "numberInSeason": 3,
370
+ "title": "The Harsh Light of Day"
371
+ },
372
+ {
373
+ "show": "buffy",
374
+ "season": 4,
375
+ "numberInSeason": 4,
376
+ "title": "Fear, Itself"
377
+ },
378
+ {
379
+ "show": "buffy",
380
+ "season": 4,
381
+ "numberInSeason": 5,
382
+ "title": "Beer Bad"
383
+ },
384
+ {
385
+ "show": "buffy",
386
+ "season": 4,
387
+ "numberInSeason": 6,
388
+ "title": "Wild at Heart"
389
+ },
390
+ {
391
+ "show": "buffy",
392
+ "season": 4,
393
+ "numberInSeason": 7,
394
+ "title": "The Initiative"
395
+ },
396
+ {
397
+ "show": "buffy",
398
+ "season": 4,
399
+ "numberInSeason": 8,
400
+ "title": "Pangs"
401
+ },
402
+ {
403
+ "show": "buffy",
404
+ "season": 4,
405
+ "numberInSeason": 9,
406
+ "title": "Something Blue"
407
+ },
408
+ {
409
+ "show": "buffy",
410
+ "season": 4,
411
+ "numberInSeason": 10,
412
+ "title": "Hush"
413
+ },
414
+ {
415
+ "show": "buffy",
416
+ "season": 4,
417
+ "numberInSeason": 11,
418
+ "title": "Doomed"
419
+ },
420
+ {
421
+ "show": "buffy",
422
+ "season": 4,
423
+ "numberInSeason": 12,
424
+ "title": "A New Man"
425
+ },
426
+ {
427
+ "show": "buffy",
428
+ "season": 4,
429
+ "numberInSeason": 13,
430
+ "title": "The I in Team"
431
+ },
432
+ {
433
+ "show": "buffy",
434
+ "season": 4,
435
+ "numberInSeason": 14,
436
+ "title": "Goodbye Iowa"
437
+ },
438
+ {
439
+ "show": "buffy",
440
+ "season": 4,
441
+ "numberInSeason": 15,
442
+ "title": "This Year's Girl"
443
+ },
444
+ {
445
+ "show": "buffy",
446
+ "season": 4,
447
+ "numberInSeason": 16,
448
+ "title": "Who Are You"
449
+ },
450
+ {
451
+ "show": "buffy",
452
+ "season": 4,
453
+ "numberInSeason": 17,
454
+ "title": "Superstar"
455
+ },
456
+ {
457
+ "show": "buffy",
458
+ "season": 4,
459
+ "numberInSeason": 18,
460
+ "title": "Where the Wild Things Are"
461
+ },
462
+ {
463
+ "show": "buffy",
464
+ "season": 4,
465
+ "numberInSeason": 19,
466
+ "title": "New Moon Rising"
467
+ },
468
+ {
469
+ "show": "buffy",
470
+ "season": 4,
471
+ "numberInSeason": 20,
472
+ "title": "The Yoko Factor"
473
+ },
474
+ {
475
+ "show": "buffy",
476
+ "season": 4,
477
+ "numberInSeason": 21,
478
+ "title": "Primeval"
479
+ },
480
+ {
481
+ "show": "buffy",
482
+ "season": 4,
483
+ "numberInSeason": 22,
484
+ "title": "Restless"
485
+ },
486
+
487
+ {
488
+ "show": "buffy",
489
+ "season": 5,
490
+ "numberInSeason": 1,
491
+ "title": "Buffy vs. Dracula"
492
+ },
493
+ {
494
+ "show": "buffy",
495
+ "season": 5,
496
+ "numberInSeason": 2,
497
+ "title": "Real Me"
498
+ },
499
+ {
500
+ "show": "buffy",
501
+ "season": 5,
502
+ "numberInSeason": 3,
503
+ "title": "The Replacement"
504
+ },
505
+ {
506
+ "show": "buffy",
507
+ "season": 5,
508
+ "numberInSeason": 4,
509
+ "title": "Out of My Mind"
510
+ },
511
+ {
512
+ "show": "buffy",
513
+ "season": 5,
514
+ "numberInSeason": 5,
515
+ "title": "No Place Like Home"
516
+ },
517
+ {
518
+ "show": "buffy",
519
+ "season": 5,
520
+ "numberInSeason": 6,
521
+ "title": "Family"
522
+ },
523
+ {
524
+ "show": "buffy",
525
+ "season": 5,
526
+ "numberInSeason": 7,
527
+ "title": "Fool for Love"
528
+ },
529
+ {
530
+ "show": "buffy",
531
+ "season": 5,
532
+ "numberInSeason": 8,
533
+ "title": "Shadow"
534
+ },
535
+ {
536
+ "show": "buffy",
537
+ "season": 5,
538
+ "numberInSeason": 9,
539
+ "title": "Listening to Fear"
540
+ },
541
+ {
542
+ "show": "buffy",
543
+ "season": 5,
544
+ "numberInSeason": 10,
545
+ "title": "Into the Woods"
546
+ },
547
+ {
548
+ "show": "buffy",
549
+ "season": 5,
550
+ "numberInSeason": 11,
551
+ "title": "Triangle"
552
+ },
553
+ {
554
+ "show": "buffy",
555
+ "season": 5,
556
+ "numberInSeason": 12,
557
+ "title": "Checkpoint"
558
+ },
559
+ {
560
+ "show": "buffy",
561
+ "season": 5,
562
+ "numberInSeason": 13,
563
+ "title": "Blood Ties"
564
+ },
565
+ {
566
+ "show": "buffy",
567
+ "season": 5,
568
+ "numberInSeason": 14,
569
+ "title": "Crush"
570
+ },
571
+ {
572
+ "show": "buffy",
573
+ "season": 5,
574
+ "numberInSeason": 15,
575
+ "title": "I Was Made to Love You"
576
+ },
577
+ {
578
+ "show": "buffy",
579
+ "season": 5,
580
+ "numberInSeason": 16,
581
+ "title": "The Body"
582
+ },
583
+ {
584
+ "show": "buffy",
585
+ "season": 5,
586
+ "numberInSeason": 17,
587
+ "title": "Forever"
588
+ },
589
+ {
590
+ "show": "buffy",
591
+ "season": 5,
592
+ "numberInSeason": 18,
593
+ "title": "Intervention"
594
+ },
595
+ {
596
+ "show": "buffy",
597
+ "season": 5,
598
+ "numberInSeason": 19,
599
+ "title": "Tough Love"
600
+ },
601
+ {
602
+ "show": "buffy",
603
+ "season": 5,
604
+ "numberInSeason": 20,
605
+ "title": "Spiral"
606
+ },
607
+ {
608
+ "show": "buffy",
609
+ "season": 5,
610
+ "numberInSeason": 21,
611
+ "title": "The Weight of the World"
612
+ },
613
+ {
614
+ "show": "buffy",
615
+ "season": 5,
616
+ "numberInSeason": 22,
617
+ "title": "The Gift"
618
+ },
619
+
620
+ {
621
+ "show": "buffy",
622
+ "season": 6,
623
+ "numberInSeason": 1,
624
+ "title": "Bargaining, Part One",
625
+ "part": "1/2"
626
+ },
627
+ {
628
+ "show": "buffy",
629
+ "season": 6,
630
+ "numberInSeason": 2,
631
+ "title": "Bargaining, Part Two",
632
+ "part": "2/2"
633
+ },
634
+ {
635
+ "show": "buffy",
636
+ "season": 6,
637
+ "numberInSeason": 3,
638
+ "title": "After Life"
639
+ },
640
+ {
641
+ "show": "buffy",
642
+ "season": 6,
643
+ "numberInSeason": 4,
644
+ "title": "Flooded"
645
+ },
646
+ {
647
+ "show": "buffy",
648
+ "season": 6,
649
+ "numberInSeason": 5,
650
+ "title": "Life Serial"
651
+ },
652
+ {
653
+ "show": "buffy",
654
+ "season": 6,
655
+ "numberInSeason": 6,
656
+ "title": "All the Way"
657
+ },
658
+ {
659
+ "show": "buffy",
660
+ "season": 6,
661
+ "numberInSeason": 7,
662
+ "title": "Once More, with Feeling"
663
+ },
664
+ {
665
+ "show": "buffy",
666
+ "season": 6,
667
+ "numberInSeason": 8,
668
+ "title": "Tabula Rasa"
669
+ },
670
+ {
671
+ "show": "buffy",
672
+ "season": 6,
673
+ "numberInSeason": 9,
674
+ "title": "Smashed"
675
+ },
676
+ {
677
+ "show": "buffy",
678
+ "season": 6,
679
+ "numberInSeason": 10,
680
+ "title": "Wrecked"
681
+ },
682
+ {
683
+ "show": "buffy",
684
+ "season": 6,
685
+ "numberInSeason": 11,
686
+ "title": "Gone"
687
+ },
688
+ {
689
+ "show": "buffy",
690
+ "season": 6,
691
+ "numberInSeason": 12,
692
+ "title": "Doublemeat Palace"
693
+ },
694
+ {
695
+ "show": "buffy",
696
+ "season": 6,
697
+ "numberInSeason": 13,
698
+ "title": "Dead Things"
699
+ },
700
+ {
701
+ "show": "buffy",
702
+ "season": 6,
703
+ "numberInSeason": 14,
704
+ "title": "Older and Far Away"
705
+ },
706
+ {
707
+ "show": "buffy",
708
+ "season": 6,
709
+ "numberInSeason": 15,
710
+ "title": "As You Were"
711
+ },
712
+ {
713
+ "show": "buffy",
714
+ "season": 6,
715
+ "numberInSeason": 16,
716
+ "title": "Hell's Bells"
717
+ },
718
+ {
719
+ "show": "buffy",
720
+ "season": 6,
721
+ "numberInSeason": 17,
722
+ "title": "Normal Again"
723
+ },
724
+ {
725
+ "show": "buffy",
726
+ "season": 6,
727
+ "numberInSeason": 18,
728
+ "title": "Entropy"
729
+ },
730
+ {
731
+ "show": "buffy",
732
+ "season": 6,
733
+ "numberInSeason": 19,
734
+ "title": "Seeing Red"
735
+ },
736
+ {
737
+ "show": "buffy",
738
+ "season": 6,
739
+ "numberInSeason": 20,
740
+ "title": "Villains"
741
+ },
742
+ {
743
+ "show": "buffy",
744
+ "season": 6,
745
+ "numberInSeason": 21,
746
+ "title": "Two to Go"
747
+ },
748
+ {
749
+ "show": "buffy",
750
+ "season": 6,
751
+ "numberInSeason": 22,
752
+ "title": "Grave"
753
+ },
754
+
755
+ {
756
+ "show": "buffy",
757
+ "season": 7,
758
+ "numberInSeason": 1,
759
+ "title": "Lessons"
760
+ },
761
+ {
762
+ "show": "buffy",
763
+ "season": 7,
764
+ "numberInSeason": 2,
765
+ "title": "Beneath You"
766
+ },
767
+ {
768
+ "show": "buffy",
769
+ "season": 7,
770
+ "numberInSeason": 3,
771
+ "title": "Same Time, Same Place"
772
+ },
773
+ {
774
+ "show": "buffy",
775
+ "season": 7,
776
+ "numberInSeason": 4,
777
+ "title": "Help"
778
+ },
779
+ {
780
+ "show": "buffy",
781
+ "season": 7,
782
+ "numberInSeason": 5,
783
+ "title": "Selfless"
784
+ },
785
+ {
786
+ "show": "buffy",
787
+ "season": 7,
788
+ "numberInSeason": 6,
789
+ "title": "Him"
790
+ },
791
+ {
792
+ "show": "buffy",
793
+ "season": 7,
794
+ "numberInSeason": 7,
795
+ "title": "Conversations with Dead People"
796
+ },
797
+ {
798
+ "show": "buffy",
799
+ "season": 7,
800
+ "numberInSeason": 8,
801
+ "title": "Sleeper"
802
+ },
803
+ {
804
+ "show": "buffy",
805
+ "season": 7,
806
+ "numberInSeason": 9,
807
+ "title": "Never Leave Me"
808
+ },
809
+ {
810
+ "show": "buffy",
811
+ "season": 7,
812
+ "numberInSeason": 10,
813
+ "title": "Bring on the Night"
814
+ },
815
+ {
816
+ "show": "buffy",
817
+ "season": 7,
818
+ "numberInSeason": 11,
819
+ "title": "Showtime"
820
+ },
821
+ {
822
+ "show": "buffy",
823
+ "season": 7,
824
+ "numberInSeason": 12,
825
+ "title": "Potential"
826
+ },
827
+ {
828
+ "show": "buffy",
829
+ "season": 7,
830
+ "numberInSeason": 13,
831
+ "title": "The Killer in Me"
832
+ },
833
+ {
834
+ "show": "buffy",
835
+ "season": 7,
836
+ "numberInSeason": 14,
837
+ "title": "First Date"
838
+ },
839
+ {
840
+ "show": "buffy",
841
+ "season": 7,
842
+ "numberInSeason": 15,
843
+ "title": "Get It Done"
844
+ },
845
+ {
846
+ "show": "buffy",
847
+ "season": 7,
848
+ "numberInSeason": 16,
849
+ "title": "Storyteller"
850
+ },
851
+ {
852
+ "show": "buffy",
853
+ "season": 7,
854
+ "numberInSeason": 17,
855
+ "title": "Lies My Parents Told Me"
856
+ },
857
+ {
858
+ "show": "buffy",
859
+ "season": 7,
860
+ "numberInSeason": 18,
861
+ "title": "Dirty Girls"
862
+ },
863
+ {
864
+ "show": "buffy",
865
+ "season": 7,
866
+ "numberInSeason": 19,
867
+ "title": "Empty Places"
868
+ },
869
+ {
870
+ "show": "buffy",
871
+ "season": 7,
872
+ "numberInSeason": 20,
873
+ "title": "Touched"
874
+ },
875
+ {
876
+ "show": "buffy",
877
+ "season": 7,
878
+ "numberInSeason": 21,
879
+ "title": "End of Days"
880
+ },
881
+ {
882
+ "show": "buffy",
883
+ "season": 7,
884
+ "numberInSeason": 22,
885
+ "title": "Chosen"
886
+ },
887
+
888
+ {
889
+ "show": "angel",
890
+ "season": 1,
891
+ "numberInSeason": 1,
892
+ "title": "City of"
893
+ },
894
+ {
895
+ "show": "angel",
896
+ "season": 1,
897
+ "numberInSeason": 2,
898
+ "title": "Lonely Hearts"
899
+ },
900
+ {
901
+ "show": "angel",
902
+ "season": 1,
903
+ "numberInSeason": 3,
904
+ "title": "In the Dark"
905
+ },
906
+ {
907
+ "show": "angel",
908
+ "season": 1,
909
+ "numberInSeason": 4,
910
+ "title": "I Fall to Pieces"
911
+ },
912
+ {
913
+ "show": "angel",
914
+ "season": 1,
915
+ "numberInSeason": 5,
916
+ "title": "RM w/a VU"
917
+ },
918
+ {
919
+ "show": "angel",
920
+ "season": 1,
921
+ "numberInSeason": 6,
922
+ "title": "Sense & Sensitivity"
923
+ },
924
+ {
925
+ "show": "angel",
926
+ "season": 1,
927
+ "numberInSeason": 7,
928
+ "title": "The Bachelor Party"
929
+ },
930
+ {
931
+ "show": "angel",
932
+ "season": 1,
933
+ "numberInSeason": 8,
934
+ "title": "I Will Remember You"
935
+ },
936
+ {
937
+ "show": "angel",
938
+ "season": 1,
939
+ "numberInSeason": 9,
940
+ "title": "Hero"
941
+ },
942
+ {
943
+ "show": "angel",
944
+ "season": 1,
945
+ "numberInSeason": 10,
946
+ "title": "Parting Gifts"
947
+ },
948
+ {
949
+ "show": "angel",
950
+ "season": 1,
951
+ "numberInSeason": 11,
952
+ "title": "Somnambulist"
953
+ },
954
+ {
955
+ "show": "angel",
956
+ "season": 1,
957
+ "numberInSeason": 12,
958
+ "title": "Expecting"
959
+ },
960
+ {
961
+ "show": "angel",
962
+ "season": 1,
963
+ "numberInSeason": 13,
964
+ "title": "She"
965
+ },
966
+ {
967
+ "show": "angel",
968
+ "season": 1,
969
+ "numberInSeason": 14,
970
+ "title": "I've Got You Under My Skin"
971
+ },
972
+ {
973
+ "show": "angel",
974
+ "season": 1,
975
+ "numberInSeason": 15,
976
+ "title": "The Prodigal"
977
+ },
978
+ {
979
+ "show": "angel",
980
+ "season": 1,
981
+ "numberInSeason": 16,
982
+ "title": "The Ring"
983
+ },
984
+ {
985
+ "show": "angel",
986
+ "season": 1,
987
+ "numberInSeason": 17,
988
+ "title": "Eternity"
989
+ },
990
+ {
991
+ "show": "angel",
992
+ "season": 1,
993
+ "numberInSeason": 18,
994
+ "title": "Five by Five"
995
+ },
996
+ {
997
+ "show": "angel",
998
+ "season": 1,
999
+ "numberInSeason": 19,
1000
+ "title": "Sanctuary"
1001
+ },
1002
+ {
1003
+ "show": "angel",
1004
+ "season": 1,
1005
+ "numberInSeason": 20,
1006
+ "title": "War Zone"
1007
+ },
1008
+ {
1009
+ "show": "angel",
1010
+ "season": 1,
1011
+ "numberInSeason": 21,
1012
+ "title": "Blind Date"
1013
+ },
1014
+ {
1015
+ "show": "angel",
1016
+ "season": 1,
1017
+ "numberInSeason": 22,
1018
+ "title": "To Shanshu in L.A."
1019
+ },
1020
+
1021
+ {
1022
+ "show": "angel",
1023
+ "season": 2,
1024
+ "numberInSeason": 1,
1025
+ "title": "Judgment"
1026
+ },
1027
+ {
1028
+ "show": "angel",
1029
+ "season": 2,
1030
+ "numberInSeason": 2,
1031
+ "title": "Are You Now or Have You Ever Been?"
1032
+ },
1033
+ {
1034
+ "show": "angel",
1035
+ "season": 2,
1036
+ "numberInSeason": 3,
1037
+ "title": "First Impressions"
1038
+ },
1039
+ {
1040
+ "show": "angel",
1041
+ "season": 2,
1042
+ "numberInSeason": 4,
1043
+ "title": "Untouched"
1044
+ },
1045
+ {
1046
+ "show": "angel",
1047
+ "season": 2,
1048
+ "numberInSeason": 5,
1049
+ "title": "Dear Boy"
1050
+ },
1051
+ {
1052
+ "show": "angel",
1053
+ "season": 2,
1054
+ "numberInSeason": 6,
1055
+ "title": "Guise Will Be Guise"
1056
+ },
1057
+ {
1058
+ "show": "angel",
1059
+ "season": 2,
1060
+ "numberInSeason": 7,
1061
+ "title": "Darla"
1062
+ },
1063
+ {
1064
+ "show": "angel",
1065
+ "season": 2,
1066
+ "numberInSeason": 8,
1067
+ "title": "The Shroud of Rahmon"
1068
+ },
1069
+ {
1070
+ "show": "angel",
1071
+ "season": 2,
1072
+ "numberInSeason": 9,
1073
+ "title": "The Trial"
1074
+ },
1075
+ {
1076
+ "show": "angel",
1077
+ "season": 2,
1078
+ "numberInSeason": 10,
1079
+ "title": "Reunion"
1080
+ },
1081
+ {
1082
+ "show": "angel",
1083
+ "season": 2,
1084
+ "numberInSeason": 11,
1085
+ "title": "Redefinition"
1086
+ },
1087
+ {
1088
+ "show": "angel",
1089
+ "season": 2,
1090
+ "numberInSeason": 12,
1091
+ "title": "Blood Money"
1092
+ },
1093
+ {
1094
+ "show": "angel",
1095
+ "season": 2,
1096
+ "numberInSeason": 13,
1097
+ "title": "Happy Anniversary"
1098
+ },
1099
+ {
1100
+ "show": "angel",
1101
+ "season": 2,
1102
+ "numberInSeason": 14,
1103
+ "title": "The Thin Dead Line"
1104
+ },
1105
+ {
1106
+ "show": "angel",
1107
+ "season": 2,
1108
+ "numberInSeason": 15,
1109
+ "title": "Reprise"
1110
+ },
1111
+ {
1112
+ "show": "angel",
1113
+ "season": 2,
1114
+ "numberInSeason": 16,
1115
+ "title": "Epiphany"
1116
+ },
1117
+ {
1118
+ "show": "angel",
1119
+ "season": 2,
1120
+ "numberInSeason": 17,
1121
+ "title": "Disharmony"
1122
+ },
1123
+ {
1124
+ "show": "angel",
1125
+ "season": 2,
1126
+ "numberInSeason": 18,
1127
+ "title": "Dead End"
1128
+ },
1129
+ {
1130
+ "show": "angel",
1131
+ "season": 2,
1132
+ "numberInSeason": 19,
1133
+ "title": "Belonging"
1134
+ },
1135
+ {
1136
+ "show": "angel",
1137
+ "season": 2,
1138
+ "numberInSeason": 20,
1139
+ "title": "Over the Rainbow"
1140
+ },
1141
+ {
1142
+ "show": "angel",
1143
+ "season": 2,
1144
+ "numberInSeason": 21,
1145
+ "title": "Through the Looking Glass"
1146
+ },
1147
+ {
1148
+ "show": "angel",
1149
+ "season": 2,
1150
+ "numberInSeason": 22,
1151
+ "title": "There's No Place Like Plrtz Glrb"
1152
+ },
1153
+
1154
+ {
1155
+ "show": "angel",
1156
+ "season": 3,
1157
+ "numberInSeason": 1,
1158
+ "title": "Heartthrob"
1159
+ },
1160
+ {
1161
+ "show": "angel",
1162
+ "season": 3,
1163
+ "numberInSeason": 2,
1164
+ "title": "That Vision Thing"
1165
+ },
1166
+ {
1167
+ "show": "angel",
1168
+ "season": 3,
1169
+ "numberInSeason": 3,
1170
+ "title": "That Old Gang of Mine"
1171
+ },
1172
+ {
1173
+ "show": "angel",
1174
+ "season": 3,
1175
+ "numberInSeason": 4,
1176
+ "title": "Carpe Noctem"
1177
+ },
1178
+ {
1179
+ "show": "angel",
1180
+ "season": 3,
1181
+ "numberInSeason": 5,
1182
+ "title": "Fredless"
1183
+ },
1184
+ {
1185
+ "show": "angel",
1186
+ "season": 3,
1187
+ "numberInSeason": 6,
1188
+ "title": "Billy"
1189
+ },
1190
+ {
1191
+ "show": "angel",
1192
+ "season": 3,
1193
+ "numberInSeason": 7,
1194
+ "title": "Offspring"
1195
+ },
1196
+ {
1197
+ "show": "angel",
1198
+ "season": 3,
1199
+ "numberInSeason": 8,
1200
+ "title": "Quickening"
1201
+ },
1202
+ {
1203
+ "show": "angel",
1204
+ "season": 3,
1205
+ "numberInSeason": 9,
1206
+ "title": "Lullaby"
1207
+ },
1208
+ {
1209
+ "show": "angel",
1210
+ "season": 3,
1211
+ "numberInSeason": 10,
1212
+ "title": "Dad"
1213
+ },
1214
+ {
1215
+ "show": "angel",
1216
+ "season": 3,
1217
+ "numberInSeason": 11,
1218
+ "title": "Birthday"
1219
+ },
1220
+ {
1221
+ "show": "angel",
1222
+ "season": 3,
1223
+ "numberInSeason": 12,
1224
+ "title": "Provider"
1225
+ },
1226
+ {
1227
+ "show": "angel",
1228
+ "season": 3,
1229
+ "numberInSeason": 13,
1230
+ "title": "Waiting in the Wings"
1231
+ },
1232
+ {
1233
+ "show": "angel",
1234
+ "season": 3,
1235
+ "numberInSeason": 14,
1236
+ "title": "Couplet"
1237
+ },
1238
+ {
1239
+ "show": "angel",
1240
+ "season": 3,
1241
+ "numberInSeason": 15,
1242
+ "title": "Loyalty"
1243
+ },
1244
+ {
1245
+ "show": "angel",
1246
+ "season": 3,
1247
+ "numberInSeason": 16,
1248
+ "title": "Sleep Tight"
1249
+ },
1250
+ {
1251
+ "show": "angel",
1252
+ "season": 3,
1253
+ "numberInSeason": 17,
1254
+ "title": "Forgiving"
1255
+ },
1256
+ {
1257
+ "show": "angel",
1258
+ "season": 3,
1259
+ "numberInSeason": 18,
1260
+ "title": "Double or Nothing"
1261
+ },
1262
+ {
1263
+ "show": "angel",
1264
+ "season": 3,
1265
+ "numberInSeason": 19,
1266
+ "title": "The Price"
1267
+ },
1268
+ {
1269
+ "show": "angel",
1270
+ "season": 3,
1271
+ "numberInSeason": 20,
1272
+ "title": "A New World"
1273
+ },
1274
+ {
1275
+ "show": "angel",
1276
+ "season": 3,
1277
+ "numberInSeason": 21,
1278
+ "title": "Benediction"
1279
+ },
1280
+ {
1281
+ "show": "angel",
1282
+ "season": 3,
1283
+ "numberInSeason": 22,
1284
+ "title": "Tomorrow"
1285
+ },
1286
+
1287
+ {
1288
+ "show": "angel",
1289
+ "season": 4,
1290
+ "numberInSeason": 1,
1291
+ "title": "Deep Down"
1292
+ },
1293
+ {
1294
+ "show": "angel",
1295
+ "season": 4,
1296
+ "numberInSeason": 2,
1297
+ "title": "Ground State"
1298
+ },
1299
+ {
1300
+ "show": "angel",
1301
+ "season": 4,
1302
+ "numberInSeason": 3,
1303
+ "title": "The House Always Wins"
1304
+ },
1305
+ {
1306
+ "show": "angel",
1307
+ "season": 4,
1308
+ "numberInSeason": 4,
1309
+ "title": "Slouching Toward Bethlehem"
1310
+ },
1311
+ {
1312
+ "show": "angel",
1313
+ "season": 4,
1314
+ "numberInSeason": 5,
1315
+ "title": "Supersymmetry"
1316
+ },
1317
+ {
1318
+ "show": "angel",
1319
+ "season": 4,
1320
+ "numberInSeason": 6,
1321
+ "title": "Spin the Bottle"
1322
+ },
1323
+ {
1324
+ "show": "angel",
1325
+ "season": 4,
1326
+ "numberInSeason": 7,
1327
+ "title": "Apocalypse, Nowish"
1328
+ },
1329
+ {
1330
+ "show": "angel",
1331
+ "season": 4,
1332
+ "numberInSeason": 8,
1333
+ "title": "Habeas Corpses"
1334
+ },
1335
+ {
1336
+ "show": "angel",
1337
+ "season": 4,
1338
+ "numberInSeason": 9,
1339
+ "title": "Long Day's Journey"
1340
+ },
1341
+ {
1342
+ "show": "angel",
1343
+ "season": 4,
1344
+ "numberInSeason": 10,
1345
+ "title": "Awakening"
1346
+ },
1347
+ {
1348
+ "show": "angel",
1349
+ "season": 4,
1350
+ "numberInSeason": 11,
1351
+ "title": "Soulless"
1352
+ },
1353
+ {
1354
+ "show": "angel",
1355
+ "season": 4,
1356
+ "numberInSeason": 12,
1357
+ "title": "Calvary"
1358
+ },
1359
+ {
1360
+ "show": "angel",
1361
+ "season": 4,
1362
+ "numberInSeason": 13,
1363
+ "title": "Salvage"
1364
+ },
1365
+ {
1366
+ "show": "angel",
1367
+ "season": 4,
1368
+ "numberInSeason": 14,
1369
+ "title": "Release"
1370
+ },
1371
+ {
1372
+ "show": "angel",
1373
+ "season": 4,
1374
+ "numberInSeason": 15,
1375
+ "title": "Orpheus"
1376
+ },
1377
+ {
1378
+ "show": "angel",
1379
+ "season": 4,
1380
+ "numberInSeason": 16,
1381
+ "title": "Players"
1382
+ },
1383
+ {
1384
+ "show": "angel",
1385
+ "season": 4,
1386
+ "numberInSeason": 17,
1387
+ "title": "Inside Out"
1388
+ },
1389
+ {
1390
+ "show": "angel",
1391
+ "season": 4,
1392
+ "numberInSeason": 18,
1393
+ "title": "Shiny Happy People"
1394
+ },
1395
+ {
1396
+ "show": "angel",
1397
+ "season": 4,
1398
+ "numberInSeason": 19,
1399
+ "title": "The Magic Bullet"
1400
+ },
1401
+ {
1402
+ "show": "angel",
1403
+ "season": 4,
1404
+ "numberInSeason": 20,
1405
+ "title": "Sacrifice"
1406
+ },
1407
+ {
1408
+ "show": "angel",
1409
+ "season": 4,
1410
+ "numberInSeason": 21,
1411
+ "title": "Peace Out"
1412
+ },
1413
+ {
1414
+ "show": "angel",
1415
+ "season": 4,
1416
+ "numberInSeason": 22,
1417
+ "title": "Home"
1418
+ },
1419
+
1420
+ {
1421
+ "show": "angel",
1422
+ "season": 5,
1423
+ "numberInSeason": 1,
1424
+ "title": "Conviction"
1425
+ },
1426
+ {
1427
+ "show": "angel",
1428
+ "season": 5,
1429
+ "numberInSeason": 2,
1430
+ "title": "Just Rewards"
1431
+ },
1432
+ {
1433
+ "show": "angel",
1434
+ "season": 5,
1435
+ "numberInSeason": 3,
1436
+ "title": "Unleashed"
1437
+ },
1438
+ {
1439
+ "show": "angel",
1440
+ "season": 5,
1441
+ "numberInSeason": 4,
1442
+ "title": "Hell Bound"
1443
+ },
1444
+ {
1445
+ "show": "angel",
1446
+ "season": 5,
1447
+ "numberInSeason": 5,
1448
+ "title": "Life of the Party"
1449
+ },
1450
+ {
1451
+ "show": "angel",
1452
+ "season": 5,
1453
+ "numberInSeason": 6,
1454
+ "title": "The Cautionary Tale of Numero Cinco"
1455
+ },
1456
+ {
1457
+ "show": "angel",
1458
+ "season": 5,
1459
+ "numberInSeason": 7,
1460
+ "title": "Lineage"
1461
+ },
1462
+ {
1463
+ "show": "angel",
1464
+ "season": 5,
1465
+ "numberInSeason": 8,
1466
+ "title": "Destiny"
1467
+ },
1468
+ {
1469
+ "show": "angel",
1470
+ "season": 5,
1471
+ "numberInSeason": 9,
1472
+ "title": "Harm's Way"
1473
+ },
1474
+ {
1475
+ "show": "angel",
1476
+ "season": 5,
1477
+ "numberInSeason": 10,
1478
+ "title": "Soul Purpose"
1479
+ },
1480
+ {
1481
+ "show": "angel",
1482
+ "season": 5,
1483
+ "numberInSeason": 11,
1484
+ "title": "Damage"
1485
+ },
1486
+ {
1487
+ "show": "angel",
1488
+ "season": 5,
1489
+ "numberInSeason": 12,
1490
+ "title": "You're Welcome"
1491
+ },
1492
+ {
1493
+ "show": "angel",
1494
+ "season": 5,
1495
+ "numberInSeason": 13,
1496
+ "title": "Why We Fight"
1497
+ },
1498
+ {
1499
+ "show": "angel",
1500
+ "season": 5,
1501
+ "numberInSeason": 14,
1502
+ "title": "Smile Time"
1503
+ },
1504
+ {
1505
+ "show": "angel",
1506
+ "season": 5,
1507
+ "numberInSeason": 15,
1508
+ "title": "A Hole in the World"
1509
+ },
1510
+ {
1511
+ "show": "angel",
1512
+ "season": 5,
1513
+ "numberInSeason": 16,
1514
+ "title": "Shells"
1515
+ },
1516
+ {
1517
+ "show": "angel",
1518
+ "season": 5,
1519
+ "numberInSeason": 17,
1520
+ "title": "Underneath"
1521
+ },
1522
+ {
1523
+ "show": "angel",
1524
+ "season": 5,
1525
+ "numberInSeason": 18,
1526
+ "title": "Origin"
1527
+ },
1528
+ {
1529
+ "show": "angel",
1530
+ "season": 5,
1531
+ "numberInSeason": 19,
1532
+ "title": "Time Bomb"
1533
+ },
1534
+ {
1535
+ "show": "angel",
1536
+ "season": 5,
1537
+ "numberInSeason": 20,
1538
+ "title": "The Girl in Question"
1539
+ },
1540
+ {
1541
+ "show": "angel",
1542
+ "season": 5,
1543
+ "numberInSeason": 21,
1544
+ "title": "Power Play"
1545
+ },
1546
+ {
1547
+ "show": "angel",
1548
+ "season": 5,
1549
+ "numberInSeason": 22,
1550
+ "title": "Not Fade Away"
1551
+ }
1552
+ ]
1553
+ }
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+