simpsons_world 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +16 -0
- data/Gemfile +4 -0
- data/Guardfile +77 -0
- data/LICENSE +22 -0
- data/README.md +41 -0
- data/Rakefile +14 -0
- data/lib/data/.gitkeep +0 -0
- data/lib/data/season-1.yml +69 -0
- data/lib/data/season-10.yml +116 -0
- data/lib/data/season-11.yml +114 -0
- data/lib/data/season-12.yml +114 -0
- data/lib/data/season-13.yml +120 -0
- data/lib/data/season-14.yml +129 -0
- data/lib/data/season-15.yml +125 -0
- data/lib/data/season-16.yml +118 -0
- data/lib/data/season-17.yml +121 -0
- data/lib/data/season-18.yml +123 -0
- data/lib/data/season-19.yml +112 -0
- data/lib/data/season-2.yml +113 -0
- data/lib/data/season-20.yml +106 -0
- data/lib/data/season-21.yml +126 -0
- data/lib/data/season-22.yml +122 -0
- data/lib/data/season-23.yml +117 -0
- data/lib/data/season-24.yml +115 -0
- data/lib/data/season-25.yml +126 -0
- data/lib/data/season-26.yml +49 -0
- data/lib/data/season-3.yml +125 -0
- data/lib/data/season-4.yml +112 -0
- data/lib/data/season-5.yml +107 -0
- data/lib/data/season-6.yml +123 -0
- data/lib/data/season-7.yml +124 -0
- data/lib/data/season-8.yml +128 -0
- data/lib/data/season-9.yml +123 -0
- data/lib/simpsons_world/railtie.rb +9 -0
- data/lib/simpsons_world/scrape.rb +28 -0
- data/lib/simpsons_world/season.rb +36 -0
- data/lib/simpsons_world/version.rb +3 -0
- data/lib/simpsons_world/view_helpers.rb +12 -0
- data/lib/simpsons_world.rb +13 -0
- data/simpsons_world.gemspec +28 -0
- data/spec/data/.gitkeep +0 -0
- data/spec/simpsons_world_spec.rb +125 -0
- data/spec/spec_helper.rb +4 -0
- data/spec/support/helpers.rb +9 -0
- metadata +191 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 4
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Kamp Krusty
|
|
5
|
+
:description: Bart and Lisa are horrified when their summer at Kamp Krusty turns
|
|
6
|
+
into a nightmare.
|
|
7
|
+
:url: "/video/279133251579"
|
|
8
|
+
2:
|
|
9
|
+
:title: A Streetcar Named Marge
|
|
10
|
+
:description: When Marge lands the role of Blanche in a local production of "A
|
|
11
|
+
Streetcar Named Desire," Homer cannot hide his disinterest.
|
|
12
|
+
:url: "/video/273537603751"
|
|
13
|
+
3:
|
|
14
|
+
:title: Homer the Heretic
|
|
15
|
+
:description: Homer creates his own religion as a means of escaping church services
|
|
16
|
+
on Sundays.
|
|
17
|
+
:url: "/video/279137859827"
|
|
18
|
+
4:
|
|
19
|
+
:title: Lisa the Beauty Queen
|
|
20
|
+
:description: Homer enters Lisa in a beauty pageant when her self-esteem plummets.
|
|
21
|
+
:url: "/video/273537603930"
|
|
22
|
+
5:
|
|
23
|
+
:title: Treehouse of Horror III
|
|
24
|
+
:description: During a Halloween party, the Simpsons tell three horrifying tales
|
|
25
|
+
of the macabre.
|
|
26
|
+
:url: "/video/305668675610"
|
|
27
|
+
6:
|
|
28
|
+
:title: 'Itchy and Scratchy: The Movie'
|
|
29
|
+
:description: Homer forbids his son from seeing a new movie about his favorite
|
|
30
|
+
cartoon heroes as punishment for misbehaving.
|
|
31
|
+
:url: "/video/278803011830"
|
|
32
|
+
7:
|
|
33
|
+
:title: Marge Gets a Job
|
|
34
|
+
:description: When the foundation to the Simpsons' house is need of an expensive
|
|
35
|
+
repair, Marge takes a position at the power plant where Homer works.
|
|
36
|
+
:url: "/video/299613763656"
|
|
37
|
+
8:
|
|
38
|
+
:title: New Kid on the Block
|
|
39
|
+
:description: Bart falls in love with the girl who moves in next door, only to
|
|
40
|
+
find that she prefers the school bully.
|
|
41
|
+
:url: "/video/273542211871"
|
|
42
|
+
9:
|
|
43
|
+
:title: Mr. Plow
|
|
44
|
+
:description: Homer and Barney vie for Springfield's lucrative snow plowing business.
|
|
45
|
+
:url: "/video/273544259768"
|
|
46
|
+
10:
|
|
47
|
+
:title: Lisa's First Word
|
|
48
|
+
:description: Marge recounts how Lisa first spoke as the family awaits baby Maggie's
|
|
49
|
+
first word.
|
|
50
|
+
:url: "/video/288026691837"
|
|
51
|
+
11:
|
|
52
|
+
:title: Homer's Triple Bypass
|
|
53
|
+
:description: Homer suffers a heart attack and hires Dr. Nick Riviera to perform
|
|
54
|
+
a delicate triple bypass operation.
|
|
55
|
+
:url: "/video/273548355538"
|
|
56
|
+
12:
|
|
57
|
+
:title: Marge vs. the Monorail
|
|
58
|
+
:description: An unscrupulous profiteer sells the people of Springfield on a defective
|
|
59
|
+
monorail system, with Homer as the conductor.
|
|
60
|
+
:url: "/video/306386499796"
|
|
61
|
+
13:
|
|
62
|
+
:title: Selma's Choice
|
|
63
|
+
:description: Selma decides to take her dead aunt's advice and have children before
|
|
64
|
+
it is too late.
|
|
65
|
+
:url: "/video/310386755912"
|
|
66
|
+
14:
|
|
67
|
+
:title: Brother from the Same Planet
|
|
68
|
+
:description: Bart tires of Homer's lack of interest in him and chooses another
|
|
69
|
+
father from the Bigger Brother program. Lisa struggles to kick the habit of
|
|
70
|
+
dialing a 900 number.
|
|
71
|
+
:url: "/video/274103363992"
|
|
72
|
+
15:
|
|
73
|
+
:title: I Love Lisa
|
|
74
|
+
:description: Lisa feels pity for Ralph, a nerdy classmate, and gives him a card
|
|
75
|
+
on Valentine's Day. But to her horror, Ralph develops a crush on her.
|
|
76
|
+
:url: "/video/274107459686"
|
|
77
|
+
16:
|
|
78
|
+
:title: Duffless
|
|
79
|
+
:description: Marge convinces Homer he may have a drinking problem. Lisa plots
|
|
80
|
+
to humiliate Bart with her science project after he ruins an experiment.
|
|
81
|
+
:url: "/video/277249603926"
|
|
82
|
+
17:
|
|
83
|
+
:title: Last Exit to Springfield
|
|
84
|
+
:description: Homer is elected union leader at the power plant and tries to save
|
|
85
|
+
the dental plan so he will not have to pay for Lisa's new braces. Presented
|
|
86
|
+
by FXX.
|
|
87
|
+
:url: "/video/357630019692"
|
|
88
|
+
18:
|
|
89
|
+
:title: 'So It''s Come to This: A Simpsons Clip Show'
|
|
90
|
+
:description: Family and friends reminisce about Homer's life after Bart's April
|
|
91
|
+
Fools' Day prank sends him to the hospital.
|
|
92
|
+
:url: "/video/305670723781"
|
|
93
|
+
19:
|
|
94
|
+
:title: The Front
|
|
95
|
+
:description: Using Grandpa as a front, Lisa and Bart write their own "Itchy and
|
|
96
|
+
Scratchy" cartoons.
|
|
97
|
+
:url: "/video/288029763650"
|
|
98
|
+
20:
|
|
99
|
+
:title: Whacking Day
|
|
100
|
+
:description: Lisa seeks to end a local holiday in which snakes are chased into
|
|
101
|
+
town and beaten with sticks. Bart is expelled from school by Principal Skinner.
|
|
102
|
+
:url: "/video/288129091929"
|
|
103
|
+
21:
|
|
104
|
+
:title: Marge in Chains
|
|
105
|
+
:description: Marge is jailed when she is convicted of stealing from Apu's convenience
|
|
106
|
+
store.
|
|
107
|
+
:url: "/video/299606595657"
|
|
108
|
+
22:
|
|
109
|
+
:title: Krusty Gets Kancelled
|
|
110
|
+
:description: Bart, Lisa and a group of celebrities help Krusty turn his career
|
|
111
|
+
around after his television show is canceled.
|
|
112
|
+
:url: "/video/274256963874"
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 5
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Homer's Barbershop Quartet
|
|
5
|
+
:description: Homer recounts his phenomenal rise to superstardom as a member of
|
|
6
|
+
the barbershop quartet, The Be Sharps.
|
|
7
|
+
:url: "/video/305674307809"
|
|
8
|
+
2:
|
|
9
|
+
:title: Cape Feare
|
|
10
|
+
:description: Sideshow Bob terrorizes Bart after he is paroled from prison.
|
|
11
|
+
:url: "/video/305674819788"
|
|
12
|
+
3:
|
|
13
|
+
:title: Homer Goes to College
|
|
14
|
+
:description: Homer enrolls in a nuclear physics class at Springfield University
|
|
15
|
+
and convinces three nerdy classmates to help him pull off a prank.
|
|
16
|
+
:url: "/video/280399427649"
|
|
17
|
+
4:
|
|
18
|
+
:title: Rosebud
|
|
19
|
+
:description: The Simpsons find Mr. Burns' long-lost childhood teddy bear.
|
|
20
|
+
:url: "/video/279714371653"
|
|
21
|
+
5:
|
|
22
|
+
:title: Treehouse of Horror IV
|
|
23
|
+
:description: In a ghoulish gallery, Bart hosts three bloodcurdling tales of Halloween
|
|
24
|
+
horror.
|
|
25
|
+
:url: "/video/275206211805"
|
|
26
|
+
6:
|
|
27
|
+
:title: Marge on the Lam
|
|
28
|
+
:description: Marge joins divorcee Ruth Powers for a wild night on the town, only
|
|
29
|
+
to discover that her friend is driving a stolen vehicle.
|
|
30
|
+
:url: "/video/294777411510"
|
|
31
|
+
7:
|
|
32
|
+
:title: Bart's Inner Child
|
|
33
|
+
:description: The host of a self-help workshop convinces the people of Springfield
|
|
34
|
+
they should emulate Bart's uninhibited personality.
|
|
35
|
+
:url: "/video/275202627817"
|
|
36
|
+
8:
|
|
37
|
+
:title: Boy-Scoutz 'N the Hood
|
|
38
|
+
:description: Bart inadvertently joins the Junior Campers, and during a rafting
|
|
39
|
+
trip, he becomes lost at sea with Homer and Ned Flanders.
|
|
40
|
+
:url: "/video/288056387698"
|
|
41
|
+
9:
|
|
42
|
+
:title: The Last Temptation of Homer
|
|
43
|
+
:description: Homer is attracted to a sexy co-worker with a personality identical
|
|
44
|
+
to his own.
|
|
45
|
+
:url: "/video/275201091952"
|
|
46
|
+
10:
|
|
47
|
+
:title: "$pringfield (Or, How I Learned to Stop Worrying and Love Legalized Gambling)"
|
|
48
|
+
:description: Marge becomes addicted to playing slot machines after the town of
|
|
49
|
+
Springfield legalizes gambling.
|
|
50
|
+
:url: "/video/305659459565"
|
|
51
|
+
11:
|
|
52
|
+
:title: Homer the Vigilante
|
|
53
|
+
:description: Homer takes the law into his own hands after Springfield is victimized
|
|
54
|
+
by a cat burglar.
|
|
55
|
+
:url: "/video/305677891810"
|
|
56
|
+
12:
|
|
57
|
+
:title: Bart Gets Famous
|
|
58
|
+
:description: Bart becomes an instant celebrity after he ad-libs a line during
|
|
59
|
+
a sketch on the "Krusty the Klown Show."
|
|
60
|
+
:url: "/video/302789187885"
|
|
61
|
+
13:
|
|
62
|
+
:title: Homer and Apu
|
|
63
|
+
:description: Apu offers the Simpsons his services as valet after he is fired
|
|
64
|
+
from the Kwik-E-Mart for selling rancid meat.
|
|
65
|
+
:url: "/video/279716931614"
|
|
66
|
+
14:
|
|
67
|
+
:title: Lisa vs. Malibu Stacy
|
|
68
|
+
:description: Lisa manufactures her own talking doll for little girls.
|
|
69
|
+
:url: "/video/274260035625"
|
|
70
|
+
15:
|
|
71
|
+
:title: Deep Space Homer
|
|
72
|
+
:description: NASA scientists train Homer to become the first average American
|
|
73
|
+
in space, with near disastrous results.
|
|
74
|
+
:url: "/video/275720259883"
|
|
75
|
+
16:
|
|
76
|
+
:title: Homer Loves Flanders
|
|
77
|
+
:description: Flanders is horrified to discover he has become Homer's best friend.
|
|
78
|
+
:url: "/video/310398019629"
|
|
79
|
+
17:
|
|
80
|
+
:title: Bart Gets an Elephant
|
|
81
|
+
:description: Bart wins a full grown African elephant as part of a radio contest.
|
|
82
|
+
:url: "/video/275726403611"
|
|
83
|
+
18:
|
|
84
|
+
:title: Burns' Heir
|
|
85
|
+
:description: Mr. Burns chooses Bart as the heir to his vast fortune.
|
|
86
|
+
:url: "/video/283747395787"
|
|
87
|
+
19:
|
|
88
|
+
:title: Sweet Seymour Skinner's Baadasssss Song
|
|
89
|
+
:description: Bart suffers enormous guilt after Skinner is fired from his job
|
|
90
|
+
as school principal.
|
|
91
|
+
:url: "/video/274260035741"
|
|
92
|
+
20:
|
|
93
|
+
:title: The Boy Who Knew Too Much
|
|
94
|
+
:description: Only Bart can clear Mayor Quimby's nephew of an assault charge,
|
|
95
|
+
but he fears that identifying himself as a witness will mean expulsion for skipping
|
|
96
|
+
class.
|
|
97
|
+
:url: "/video/278796355962"
|
|
98
|
+
21:
|
|
99
|
+
:title: Lady Bouvier's Lover
|
|
100
|
+
:description: Grampa and Mr. Burns vie for Mrs. Bouvier's hand in marriage. Bart
|
|
101
|
+
purchases a worthless Itchy and Scratchy animation cell.
|
|
102
|
+
:url: "/video/305681987583"
|
|
103
|
+
22:
|
|
104
|
+
:title: Secrets of a Successful Marriage
|
|
105
|
+
:description: Marge kicks Homer out of the house after she discovers that he revealed
|
|
106
|
+
her personal secrets to an adult education class.
|
|
107
|
+
:url: "/video/279720003973"
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 6
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Bart of Darkness
|
|
5
|
+
:description: Bart believes he witnessed Ned Flanders murder his wife. Lisa's
|
|
6
|
+
popularity soars after her family buys a swimming pool during a heat wave.
|
|
7
|
+
:url: "/video/300925507538"
|
|
8
|
+
2:
|
|
9
|
+
:title: Lisa's Rival
|
|
10
|
+
:description: Lisa becomes jealous when she meets a new student who is even more
|
|
11
|
+
intelligent than herself. Homer acquires a truckload of white sugar, thinking
|
|
12
|
+
it will net him a fortune.
|
|
13
|
+
:url: "/video/278809667691"
|
|
14
|
+
3:
|
|
15
|
+
:title: Another Simpsons Clip Show
|
|
16
|
+
:description: When Marge suspects that romance has gone out of her life, her family
|
|
17
|
+
recalls romantic encounters from their past.
|
|
18
|
+
:url: "/video/300928067775"
|
|
19
|
+
4:
|
|
20
|
+
:title: Itchy and Scratchy Land
|
|
21
|
+
:description: The Simpsons visit a theme park based on the gratuitously violent
|
|
22
|
+
Itchy and Scratchy cartoons.
|
|
23
|
+
:url: "/video/283752003577"
|
|
24
|
+
5:
|
|
25
|
+
:title: Sideshow Bob Roberts
|
|
26
|
+
:description: Sideshow Bob runs for political office after Mayor Quimby pardons
|
|
27
|
+
him from prison.
|
|
28
|
+
:url: "/video/275729987504"
|
|
29
|
+
6:
|
|
30
|
+
:title: Treehouse of Horror V
|
|
31
|
+
:description: The Simpsons spin three tales of Halloween horror.
|
|
32
|
+
:url: "/video/299597891663"
|
|
33
|
+
7:
|
|
34
|
+
:title: Bart's Girlfriend
|
|
35
|
+
:description: Bart falls in love with Reverend Lovejoy's beautiful daughter, only
|
|
36
|
+
to discover that she is more of a hellion than he is.
|
|
37
|
+
:url: "/video/275744323759"
|
|
38
|
+
8:
|
|
39
|
+
:title: Lisa on Ice
|
|
40
|
+
:description: Lisa joins a hockey team and finds herself pitted against Bart in
|
|
41
|
+
a critical game.
|
|
42
|
+
:url: "/video/275746371575"
|
|
43
|
+
9:
|
|
44
|
+
:title: Homer Badman
|
|
45
|
+
:description: Homer is wrongly accused of committing sexual harassment.
|
|
46
|
+
:url: "/video/275746883653"
|
|
47
|
+
10:
|
|
48
|
+
:title: Grampa vs. Sexual Inadequacy
|
|
49
|
+
:description: While selling a homemade tonic guaranteed to increase sexual desire
|
|
50
|
+
in men, Grampa reveals that Homer's conception was accidental.
|
|
51
|
+
:url: "/video/274264643876"
|
|
52
|
+
11:
|
|
53
|
+
:title: Fear of Flying
|
|
54
|
+
:description: Marge seeks professional help from a psychiatrist after realizing
|
|
55
|
+
she is afraid to fly.
|
|
56
|
+
:url: "/video/305684547546"
|
|
57
|
+
12:
|
|
58
|
+
:title: Homer the Great
|
|
59
|
+
:description: Homer's popularity skyrockets when he is chosen as the leader of
|
|
60
|
+
a secret organization.
|
|
61
|
+
:url: "/video/275745859881"
|
|
62
|
+
13:
|
|
63
|
+
:title: And Maggie Makes Three
|
|
64
|
+
:description: Homer recounts how Maggie's accidental birth changed his life forever.
|
|
65
|
+
:url: "/video/278796867754"
|
|
66
|
+
14:
|
|
67
|
+
:title: Bart's Comet
|
|
68
|
+
:description: Bart discovers a comet that is on a collision course with Springfield.
|
|
69
|
+
:url: "/video/275746883888"
|
|
70
|
+
15:
|
|
71
|
+
:title: Homie the Clown
|
|
72
|
+
:description: Homer enrolls in a clown college franchised by Krusty the Clown.
|
|
73
|
+
:url: "/video/279723587611"
|
|
74
|
+
16:
|
|
75
|
+
:title: Bart vs. Australia
|
|
76
|
+
:description: Bart must apologize to the country of Australia after he tricks
|
|
77
|
+
a boy from down under into accepting an expensive collect call.
|
|
78
|
+
:url: "/video/275748931680"
|
|
79
|
+
17:
|
|
80
|
+
:title: Homer vs. Patty and Selma
|
|
81
|
+
:description: Homer is forced to borrow money from Patty and Selma after he wipes
|
|
82
|
+
out the family's savings by investing in pumpkins.
|
|
83
|
+
:url: "/video/305686083529"
|
|
84
|
+
18:
|
|
85
|
+
:title: A Star Is Burns
|
|
86
|
+
:description: Homer grows jealous after Marge asks critic Jay Sherman to co-judge
|
|
87
|
+
Springfield's film festival.
|
|
88
|
+
:url: "/video/283753539580"
|
|
89
|
+
19:
|
|
90
|
+
:title: Lisa's Wedding
|
|
91
|
+
:description: A fortune teller describes how a genteel Englishman will ask for
|
|
92
|
+
Lisa's hand in marriage in the year 2010.
|
|
93
|
+
:url: "/video/275751491511"
|
|
94
|
+
20:
|
|
95
|
+
:title: Two Dozen and One Greyhounds
|
|
96
|
+
:description: Bart and Lisa attempt to rescue 25 greyhound puppies from Mr. Burns,
|
|
97
|
+
who wants to use their hides for a new tuxedo.
|
|
98
|
+
:url: "/video/278807107855"
|
|
99
|
+
21:
|
|
100
|
+
:title: The PTA Disbands
|
|
101
|
+
:description: Bart masterminds a teacher's strike, but is humiliated when Marge
|
|
102
|
+
takes charge of his class.
|
|
103
|
+
:url: "/video/294780995610"
|
|
104
|
+
22:
|
|
105
|
+
:title: "'Round Springfield"
|
|
106
|
+
:description: Lisa is saddened by the death of blues great Bleeding Gums Murphy. Bart
|
|
107
|
+
ingests a piece of jagged metal while eating Krusty-O cereal.
|
|
108
|
+
:url: "/video/275755587777"
|
|
109
|
+
23:
|
|
110
|
+
:title: The Springfield Connection
|
|
111
|
+
:description: Marge joins the police force.
|
|
112
|
+
:url: "/video/305689155572"
|
|
113
|
+
24:
|
|
114
|
+
:title: Lemon of Troy
|
|
115
|
+
:description: Bart and his friends march on Shelbyville when Springfield's lemon
|
|
116
|
+
tree is stolen by a gang of children from across the border.
|
|
117
|
+
:url: "/video/274269763684"
|
|
118
|
+
25:
|
|
119
|
+
:title: Who Shot Mr. Burns? (Part One)
|
|
120
|
+
:description: Just about everyone in Springfield vows to kill Mr. Burns after
|
|
121
|
+
he cheats the elementary school out of a newly discovered oil well and threatens
|
|
122
|
+
to block out the sun.
|
|
123
|
+
:url: "/video/294781507859"
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 7
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Who Shot Mr. Burns? (Part Two)
|
|
5
|
+
:description: Lisa aids police with the investigation of the Burns shooting.
|
|
6
|
+
:url: "/video/305689667892"
|
|
7
|
+
2:
|
|
8
|
+
:title: Radioactive Man
|
|
9
|
+
:description: Hollywood producers cast Milhouse in a motion picture based on the
|
|
10
|
+
popular "Radioactive Man" comic books.
|
|
11
|
+
:url: "/video/305693251940"
|
|
12
|
+
3:
|
|
13
|
+
:title: Home Sweet Homediddly-Dum-Doodily
|
|
14
|
+
:description: The Flanders gain custody of the Simpson children after welfare
|
|
15
|
+
workers accuse Homer and Marge of being negligent parents.
|
|
16
|
+
:url: "/video/306174019869"
|
|
17
|
+
4:
|
|
18
|
+
:title: Bart Sells His Soul
|
|
19
|
+
:description: Bart sells his soul to Milhouse for five dollars. Moe transforms
|
|
20
|
+
his bar into a family restaurant.
|
|
21
|
+
:url: "/video/276972099995"
|
|
22
|
+
5:
|
|
23
|
+
:title: Lisa the Vegetarian
|
|
24
|
+
:description: Lisa turns vegetarian after her family visits a petting zoo.
|
|
25
|
+
:url: "/video/276980291592"
|
|
26
|
+
6:
|
|
27
|
+
:title: Treehouse of Horror VI
|
|
28
|
+
:description: The Simpsons appear in three horrifying Halloween tales.
|
|
29
|
+
:url: "/video/310404163601"
|
|
30
|
+
7:
|
|
31
|
+
:title: King-Size Homer
|
|
32
|
+
:description: Homer intentionally gains weight so he can qualify for disability
|
|
33
|
+
and work at home.
|
|
34
|
+
:url: "/video/294786627843"
|
|
35
|
+
8:
|
|
36
|
+
:title: Mother Simpson
|
|
37
|
+
:description: After Homer fakes his own death, his long-thought-deceased mother
|
|
38
|
+
arrives in Springfield to pay her last respects.
|
|
39
|
+
:url: "/video/276983875726"
|
|
40
|
+
9:
|
|
41
|
+
:title: Sideshow Bob's Last Gleaming
|
|
42
|
+
:description: Sideshow Bob threatens to detonate a nuclear bomb unless television
|
|
43
|
+
is abolished.
|
|
44
|
+
:url: "/video/302792771516"
|
|
45
|
+
10:
|
|
46
|
+
:title: The Simpsons 138th Episode Spectacular
|
|
47
|
+
:description: Troy McClure hosts this special 138th episode, which includes the
|
|
48
|
+
first-ever cartoon shorts, trivia questions, and never-before-seen footage.
|
|
49
|
+
:url: "/video/324451395934"
|
|
50
|
+
11:
|
|
51
|
+
:title: Marge Be Not Proud
|
|
52
|
+
:description: As Christmas approaches, Marge treats Bart like an adult after he
|
|
53
|
+
is caught shoplifting.
|
|
54
|
+
:url: "/video/305669699710"
|
|
55
|
+
12:
|
|
56
|
+
:title: Team Homer
|
|
57
|
+
:description: Homer reluctantly accepts Mr. Burns into his new bowling league. Bart
|
|
58
|
+
causes a student riot by wearing a Mad magazine iron-on prompting Skinner to
|
|
59
|
+
implement a school dress code.
|
|
60
|
+
:url: "/video/302792771967"
|
|
61
|
+
13:
|
|
62
|
+
:title: Two Bad Neighbors
|
|
63
|
+
:description: Former President George Bush and his wife Barbara buy a house across
|
|
64
|
+
the street from the Simpsons.
|
|
65
|
+
:url: "/video/276994115834"
|
|
66
|
+
14:
|
|
67
|
+
:title: Scenes from the Class Struggle in Springfield
|
|
68
|
+
:description: The Simpsons apply for membership at a posh country club.
|
|
69
|
+
:url: "/video/305694276001"
|
|
70
|
+
15:
|
|
71
|
+
:title: Bart the Fink
|
|
72
|
+
:description: Krusty is arrested for massive tax fraud after Bart inadvertently
|
|
73
|
+
exposes his hero's illegal bank account.
|
|
74
|
+
:url: "/video/301346371709"
|
|
75
|
+
16:
|
|
76
|
+
:title: Lisa the Iconoclast
|
|
77
|
+
:description: Lisa discovers that Jebediah Springfield was a vicious pirate. Homer
|
|
78
|
+
wins the coveted role of town crier in an upcoming parade.
|
|
79
|
+
:url: "/video/302796355658"
|
|
80
|
+
17:
|
|
81
|
+
:title: Homer the Smithers
|
|
82
|
+
:description: Homer acts as Mr. Burns' assistant while Smithers is away on vacation.
|
|
83
|
+
:url: "/video/277248579634"
|
|
84
|
+
18:
|
|
85
|
+
:title: The Day the Violence Died
|
|
86
|
+
:description: Bart and Lisa come to the aid of a down-and-out man who claims to
|
|
87
|
+
have invented the concept of cartoon violence.
|
|
88
|
+
:url: "/video/301668931982"
|
|
89
|
+
19:
|
|
90
|
+
:title: A Fish Called Selma
|
|
91
|
+
:description: Troy McClure stages a Hollywood comeback when he begins dating Selma.
|
|
92
|
+
:url: "/video/300935235544"
|
|
93
|
+
20:
|
|
94
|
+
:title: Bart on the Road
|
|
95
|
+
:description: Using a fake driver's license, Bart rents a car and embarks on a
|
|
96
|
+
Spring Break road trip with his friends. A special bond develops between Lisa
|
|
97
|
+
and Homer after Skinner invents Go To Work With Your Parents Day.
|
|
98
|
+
:url: "/video/277000259951"
|
|
99
|
+
21:
|
|
100
|
+
:title: 22 Short Films About Springfield
|
|
101
|
+
:description: The lives of Springfield residents are highlighted in a series of
|
|
102
|
+
interconnecting vignettes.
|
|
103
|
+
:url: "/video/299588163608"
|
|
104
|
+
22:
|
|
105
|
+
:title: Raging Abe Simpson and His Grumbling Grandson in 'The Curse of the Flying
|
|
106
|
+
Hellfish'
|
|
107
|
+
:description: Grampa and Mr. Burns, the last surviving members of a World War
|
|
108
|
+
II army unit, vie for a priceless collection of rare art hidden in a secret
|
|
109
|
+
location.
|
|
110
|
+
:url: "/video/279728707597"
|
|
111
|
+
23:
|
|
112
|
+
:title: Much Apu About Nothing
|
|
113
|
+
:description: Apu faces deportation when a referendum on illegal immigrants is
|
|
114
|
+
placed on the Springfield ballot.
|
|
115
|
+
:url: "/video/310404675978"
|
|
116
|
+
24:
|
|
117
|
+
:title: Homerpalooza
|
|
118
|
+
:description: Homer is hired to perform in a rock festival.
|
|
119
|
+
:url: "/video/277008451637"
|
|
120
|
+
25:
|
|
121
|
+
:title: Summer of 4 Ft. 2
|
|
122
|
+
:description: While on summer vacation with her family, Lisa sheds her nerdy image
|
|
123
|
+
in an effort to make new friends.
|
|
124
|
+
:url: "/video/277013571573"
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 8
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Treehouse of Horror VII
|
|
5
|
+
:description: 'The Simpsons appear in three tales of terror: Bart discovers an
|
|
6
|
+
evil twin brother living in the attic; Lisa creates a microscopic society; and
|
|
7
|
+
space aliens transform themselves into Clinton and Dole look-alikes.'
|
|
8
|
+
:url: "/video/299625027835"
|
|
9
|
+
2:
|
|
10
|
+
:title: You Only Move Twice
|
|
11
|
+
:description: The Simpsons relocate to another community after Homer unwittingly
|
|
12
|
+
takes a job with a company controlled by a super-villain.
|
|
13
|
+
:url: "/video/306390595776"
|
|
14
|
+
3:
|
|
15
|
+
:title: The Homer They Fall
|
|
16
|
+
:description: Homer becomes a professional boxer when doctors discover he was
|
|
17
|
+
born with a unique genetic condition that protects his brain from injury.
|
|
18
|
+
:url: "/video/288058947803"
|
|
19
|
+
4:
|
|
20
|
+
:title: Burns, Baby Burns
|
|
21
|
+
:description: With Homer's help, Mr. Burns' long-lost son stages his own kidnapping.
|
|
22
|
+
:url: "/video/299622467514"
|
|
23
|
+
5:
|
|
24
|
+
:title: Bart After Dark
|
|
25
|
+
:description: While Marge is out of town, Homer allows Bart to work at a burlesque
|
|
26
|
+
house.
|
|
27
|
+
:url: "/video/294789699801"
|
|
28
|
+
6:
|
|
29
|
+
:title: A Milhouse Divided
|
|
30
|
+
:description: When Milhouse's parents get a divorce, Homer grows convinced that
|
|
31
|
+
his own marriage is in jeopardy.
|
|
32
|
+
:url: "/video/277025347786"
|
|
33
|
+
7:
|
|
34
|
+
:title: Lisa's Date with Density
|
|
35
|
+
:description: Lisa develops a crush on bully Nelson Muntz. Homer uses an automatic
|
|
36
|
+
telephone dialer for an electronic panhandling scheme.
|
|
37
|
+
:url: "/video/306394691862"
|
|
38
|
+
8:
|
|
39
|
+
:title: Hurricane Neddy
|
|
40
|
+
:description: Ned Flanders suffers a breakdown after his home is destroyed by
|
|
41
|
+
a hurricane.
|
|
42
|
+
:url: "/video/279738435823"
|
|
43
|
+
9:
|
|
44
|
+
:title: El Viaje Misterioso de Nuestro Jómer (The Mysterious Voyage of Homer)
|
|
45
|
+
:description: After ingesting several Guatemalan peppers during chili cook-off,
|
|
46
|
+
Homer experiences hallucinatory visions that inspire him to find his true soul
|
|
47
|
+
mate in life.
|
|
48
|
+
:url: "/video/302798915613"
|
|
49
|
+
10:
|
|
50
|
+
:title: The Springfield Files
|
|
51
|
+
:description: X-Files Agents Mulder and Scully investigate Homer's encounter with
|
|
52
|
+
an alleged extraterrestrial.
|
|
53
|
+
:url: "/video/294792259684"
|
|
54
|
+
11:
|
|
55
|
+
:title: The Twisted World of Marge Simpson
|
|
56
|
+
:description: After being expelled from an investment club, Marge starts her own
|
|
57
|
+
pretzel franchise.
|
|
58
|
+
:url: "/video/294795843759"
|
|
59
|
+
12:
|
|
60
|
+
:title: Mountain of Madness
|
|
61
|
+
:description: Homer and Mr. Burns are buried beneath an avalanche during a survival
|
|
62
|
+
trek in the mountains.
|
|
63
|
+
:url: "/video/302799939649"
|
|
64
|
+
13:
|
|
65
|
+
:title: Simpsoncalifragilisticexpiala(Annoyed Grunt)cious
|
|
66
|
+
:description: The Simpsons hire a Mary Poppins-like nanny when Marge becomes overwhelmed
|
|
67
|
+
by the demands of being a housewife.
|
|
68
|
+
:url: "/video/283762243881"
|
|
69
|
+
14:
|
|
70
|
+
:title: The Itchy and Scratchy and Poochie Show
|
|
71
|
+
:description: When ratings for Itchy & Scratchy cartoons plummet, a studio committee
|
|
72
|
+
creates a new, hipper character and hires Homer to provide the voice.
|
|
73
|
+
:url: "/video/294799939704"
|
|
74
|
+
15:
|
|
75
|
+
:title: Homer's Phobia
|
|
76
|
+
:description: Homer grows homophobic after he realizes the family's new friend
|
|
77
|
+
is gay.
|
|
78
|
+
:url: "/video/306399811669"
|
|
79
|
+
16:
|
|
80
|
+
:title: Brother from Another Series
|
|
81
|
+
:description: Bart fears the worst when Sideshow Bob wins release from prison
|
|
82
|
+
by claiming he is a reformed man and is hired by his brother to work on a construction
|
|
83
|
+
project.
|
|
84
|
+
:url: "/video/306405443855"
|
|
85
|
+
17:
|
|
86
|
+
:title: My Sister, My Sitter
|
|
87
|
+
:description: Homer and Marge allow Lisa to baby-sit Bart.
|
|
88
|
+
:url: "/video/283758147938"
|
|
89
|
+
18:
|
|
90
|
+
:title: Homer vs. the Eighteenth Amendment
|
|
91
|
+
:description: Homer turns bootlegger when Springfield enforces an antiquated prohibition
|
|
92
|
+
law.
|
|
93
|
+
:url: "/video/288066115515"
|
|
94
|
+
19:
|
|
95
|
+
:title: Grade School Confidential
|
|
96
|
+
:description: Bart exposes Skinner and Krabappel's clandestine affair.
|
|
97
|
+
:url: "/video/277040195933"
|
|
98
|
+
20:
|
|
99
|
+
:title: The Canine Mutiny
|
|
100
|
+
:description: Bart gives away Santa's Little Helper so he can keep a fully trained,
|
|
101
|
+
blue ribbon Collie.
|
|
102
|
+
:url: "/video/306409539968"
|
|
103
|
+
21:
|
|
104
|
+
:title: The Old Man and the Lisa
|
|
105
|
+
:description: Lisa helps Mr. Burns build a recycling center after a series of
|
|
106
|
+
bad investments costs the multimillionaire his fortune.
|
|
107
|
+
:url: "/video/302802499857"
|
|
108
|
+
22:
|
|
109
|
+
:title: In Marge We Trust
|
|
110
|
+
:description: Marge becomes a church volunteer. Homer discovers his image printed
|
|
111
|
+
on a box of Japanese dish detergent.
|
|
112
|
+
:url: "/video/302804035911"
|
|
113
|
+
23:
|
|
114
|
+
:title: Homer's Enemy
|
|
115
|
+
:description: A resentful, hard-working employee at the power plant makes Homer
|
|
116
|
+
his enemy. Bart purchases an abandoned factory for one dollar at a government
|
|
117
|
+
auction.
|
|
118
|
+
:url: "/video/306875459785"
|
|
119
|
+
24:
|
|
120
|
+
:title: The Simpsons Spin-Off Showcase
|
|
121
|
+
:description: Troy McClure hosts three spin-offs from "The Simpsons" television
|
|
122
|
+
show.
|
|
123
|
+
:url: "/video/294804035634"
|
|
124
|
+
25:
|
|
125
|
+
:title: The Secret War of Lisa Simpson
|
|
126
|
+
:description: Cadets give Lisa the "silent treatment" when she enrolls in an all-male
|
|
127
|
+
military academy.
|
|
128
|
+
:url: "/video/302807619754"
|