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,120 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 13
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Treehouse of Horror XII
|
|
5
|
+
:description: On Halloween, the Simpsons are menaced by a computer controlling
|
|
6
|
+
an automated house; a gypsy curses Homer; Lisa and Bart find themselves in a
|
|
7
|
+
Harry Potter-like adventure.
|
|
8
|
+
:url: "/video/307115075729"
|
|
9
|
+
2:
|
|
10
|
+
:title: The Parent Rap
|
|
11
|
+
:description: A stern judge rules that Homer and Bart are to be tethered together,
|
|
12
|
+
and later, Homer and Marge are declared bad parents and placed in old-fashioned
|
|
13
|
+
wooden stocks.
|
|
14
|
+
:url: "/video/307116099877"
|
|
15
|
+
3:
|
|
16
|
+
:title: Homer the Moe
|
|
17
|
+
:description: Moe turns the bar into a pretentious hang-out for Springfield's
|
|
18
|
+
'beautiful people,' forcing Homer to start a bar of his own inside his garage.
|
|
19
|
+
:url: "/video/300917827935"
|
|
20
|
+
4:
|
|
21
|
+
:title: Hunka Hunka Burns in Love
|
|
22
|
+
:description: When Mr. Burns falls for an attractive traffic cop many years his
|
|
23
|
+
junior, he enlists Homer's help in romancing her.
|
|
24
|
+
:url: "/video/301344323882"
|
|
25
|
+
5:
|
|
26
|
+
:title: The Blunder Years
|
|
27
|
+
:description: When placed under hypnosis, Homer struggles with a repressed memory-which
|
|
28
|
+
leads to a shocking discovery.
|
|
29
|
+
:url: "/video/302898755902"
|
|
30
|
+
6:
|
|
31
|
+
:title: She of Little Faith
|
|
32
|
+
:description: As Christmas approaches... Lisa searches for a new religion after
|
|
33
|
+
Mr. Burns takes over her church and runs it like a corporation.
|
|
34
|
+
:url: "/video/288120899968"
|
|
35
|
+
7:
|
|
36
|
+
:title: Brawl in the Family
|
|
37
|
+
:description: A social worker attempts to transform the family into a functional,
|
|
38
|
+
cooperative unit... until Homer's other wife shows up unexpectedly.
|
|
39
|
+
:url: "/video/283083843778"
|
|
40
|
+
8:
|
|
41
|
+
:title: Sweets and Sour Marge
|
|
42
|
+
:description: After Springfield wins the title of World's Fattest Town, Marge
|
|
43
|
+
launches an anti-sugar crusade, and sugar is banned from the city.
|
|
44
|
+
:url: "/video/302893635523"
|
|
45
|
+
9:
|
|
46
|
+
:title: Jaws Wired Shut
|
|
47
|
+
:description: When Homer has to have his jaw wired shut, he discovers the joys
|
|
48
|
+
of listening, but Marge finds that a well-behaved Homer isn't what she really
|
|
49
|
+
wanted.
|
|
50
|
+
:url: "/video/310440003514"
|
|
51
|
+
10:
|
|
52
|
+
:title: Half-Decent Proposal
|
|
53
|
+
:description: Marge's ex-boyfriend, now one of the world's richest men, offers
|
|
54
|
+
Homer a million dollars in exchange for a weekend with her, to see what 'might
|
|
55
|
+
have been.'
|
|
56
|
+
:url: "/video/301684803770"
|
|
57
|
+
11:
|
|
58
|
+
:title: The Bart Wants What It Wants
|
|
59
|
+
:description: Bart travels to Canada to win back the heart of Rainier Wolfcastle's
|
|
60
|
+
daughter after she runs off with Milhouse.
|
|
61
|
+
:url: "/video/307122755675"
|
|
62
|
+
12:
|
|
63
|
+
:title: The Lastest Gun in the West
|
|
64
|
+
:description: Bart befriends an aging movie cowboy who begins drinking heavily
|
|
65
|
+
when asked to appear on Krusty's television show.
|
|
66
|
+
:url: "/video/302899267542"
|
|
67
|
+
13:
|
|
68
|
+
:title: The Old Man and the Key
|
|
69
|
+
:description: In an effort to win a date with a beautiful new resident at the
|
|
70
|
+
nursing home, Grampa gets his driver's license back... and gives chase when
|
|
71
|
+
the object of his affection leaves for Branson, Missouri.
|
|
72
|
+
:url: "/video/301659203973"
|
|
73
|
+
14:
|
|
74
|
+
:title: Tales From the Public Domain
|
|
75
|
+
:description: 'The Simpsons appear as characters in three classic tales: Homer
|
|
76
|
+
as Odysseus leads the Greek army; Bart as Hamlet attempts to avenge the death
|
|
77
|
+
of his father; Lisa as Joan of Arc pits the French against the English.'
|
|
78
|
+
:url: "/video/310411843752"
|
|
79
|
+
15:
|
|
80
|
+
:title: Blame it on Lisa
|
|
81
|
+
:description: When the Simpsons fly to Brazil to locate a missing orphan that
|
|
82
|
+
Lisa has been sponsoring, Homer ends up getting kidnapped.
|
|
83
|
+
:url: "/video/301665347899"
|
|
84
|
+
16:
|
|
85
|
+
:title: Weekend at Burnsie's
|
|
86
|
+
:description: When Homer is attacked by crows, he's prescribed medical marijuana
|
|
87
|
+
to help relieve the pain... leading Burns to promote his happy employee to executive
|
|
88
|
+
vice president of the power plant.
|
|
89
|
+
:url: "/video/310448195762"
|
|
90
|
+
17:
|
|
91
|
+
:title: Gump Roast
|
|
92
|
+
:description: Homer is roasted at the Springfield Friar's Club, leading to recollections
|
|
93
|
+
from the past. But the fate of the Earth hangs in the balance when aliens Kang
|
|
94
|
+
and Kodos make an unexpected appearance.
|
|
95
|
+
:url: "/video/302888515845"
|
|
96
|
+
18:
|
|
97
|
+
:title: I am Furious Yellow
|
|
98
|
+
:description: Bart launches a comic book with an angry Homer as the main character,
|
|
99
|
+
and when it proves a huge success, Homer vows to give up getting angry for Lent.
|
|
100
|
+
:url: "/video/302883907921"
|
|
101
|
+
19:
|
|
102
|
+
:title: The Sweetest Apu
|
|
103
|
+
:description: When Manjula kicks Apu out of the house for cheating on her, Homer
|
|
104
|
+
and Marge search for a way to reunite the couple.
|
|
105
|
+
:url: "/video/288131139601"
|
|
106
|
+
20:
|
|
107
|
+
:title: Little Girl in the Big Ten
|
|
108
|
+
:description: Lisa is overjoyed when she befriends some college students; Bart
|
|
109
|
+
becomes a boy-in-a-plastic-bubble after he's bitten by a Chinese mosquito.
|
|
110
|
+
:url: "/video/310416963509"
|
|
111
|
+
21:
|
|
112
|
+
:title: Frying Game
|
|
113
|
+
:description: Homer and Marge become murder suspects after an elderly shut-in
|
|
114
|
+
the couple befriended is found dead.
|
|
115
|
+
:url: "/video/301664323751"
|
|
116
|
+
22:
|
|
117
|
+
:title: Papa's Got a Brand New Badge
|
|
118
|
+
:description: When Wiggum and his men prove ineffective in controlling a citywide
|
|
119
|
+
riot, townspeople begin to feel unsafe... until Homer forms his own police force.
|
|
120
|
+
:url: "/video/302880835773"
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 14
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Treehouse of Horror XIII
|
|
5
|
+
:description: On Halloween, Homer's evil hammock produces an army of Homer clones;
|
|
6
|
+
zombie cowboys threaten to destroy Springfield after Lisa outlaws guns; the
|
|
7
|
+
Simpsons travel to an island inhabited by 'manimals.'
|
|
8
|
+
:url: "/video/221301315863"
|
|
9
|
+
2:
|
|
10
|
+
:title: How I Spent My Strummer Vacation
|
|
11
|
+
:description: When a hidden camera tapes Homer lamenting that having a family
|
|
12
|
+
meant kissing goodbye his dreams of becoming a rock 'n' roll star, Marge enrolls
|
|
13
|
+
him a fantasy rock star camp run by The Rolling Stones.
|
|
14
|
+
:url: "/video/221293123693"
|
|
15
|
+
3:
|
|
16
|
+
:title: Bart vs. Lisa vs. 3rd Grade
|
|
17
|
+
:description: Bart and Lisa are horrified when they both end up in the same 3rd
|
|
18
|
+
grade class.
|
|
19
|
+
:url: "/video/221347395722"
|
|
20
|
+
4:
|
|
21
|
+
:title: Large Marge
|
|
22
|
+
:description: Marge's life changes dramatically when her attempt to lose weight
|
|
23
|
+
via surgery resulting in larger breasts; Bart and Milhouse get into mischief
|
|
24
|
+
that leads to a public relations nightmare for Krusty.
|
|
25
|
+
:url: "/video/221352515586"
|
|
26
|
+
5:
|
|
27
|
+
:title: Helter Shelter
|
|
28
|
+
:description: When the Simpson house undergoes fumigation, the family is forced
|
|
29
|
+
to seek shelter elsewhere... and ends up participating in a reality TV program
|
|
30
|
+
set in a house from the 1800s.
|
|
31
|
+
:url: "/video/221388355650"
|
|
32
|
+
6:
|
|
33
|
+
:title: The Great Louse Detective
|
|
34
|
+
:description: When someone attempts to murder Homer, Sideshow Bob is released
|
|
35
|
+
from prison to help identify the culprit before he strikes again.
|
|
36
|
+
:url: "/video/221467203550"
|
|
37
|
+
7:
|
|
38
|
+
:title: Special Edna
|
|
39
|
+
:description: When Bart gets Mrs. Krabappel nominated for Teacher of the Year,
|
|
40
|
+
the family heads for Orlando to attend the ceremony. But Skinner fears he may
|
|
41
|
+
lose Krabappel forever... and asks Bart to sabotage the affair.
|
|
42
|
+
:url: "/video/221467715532"
|
|
43
|
+
8:
|
|
44
|
+
:title: The Dad Who Knew Too Little
|
|
45
|
+
:description: Homer hires a shady private investigator to spy on Lisa when he
|
|
46
|
+
realizes he doesn't know very much about his daughter.
|
|
47
|
+
:url: "/video/221531715548"
|
|
48
|
+
9:
|
|
49
|
+
:title: The Strong Arms of The Ma
|
|
50
|
+
:description: When Marge is mugged at the Kwik-E-Mart, she develops agoraphobia
|
|
51
|
+
and ends up living in the basement... until she turns into a fearless bodybuilder.
|
|
52
|
+
:url: "/video/221532739689"
|
|
53
|
+
10:
|
|
54
|
+
:title: Pray Anything
|
|
55
|
+
:description: Inspired by Ned Flanders, Homer turns to prayer in hopes of changing
|
|
56
|
+
his lot in life. But when he injures himself coming out of church, Homer sues
|
|
57
|
+
for damages... and is awarded the church itself.
|
|
58
|
+
:url: "/video/221526595805"
|
|
59
|
+
11:
|
|
60
|
+
:title: Barting Over
|
|
61
|
+
:description: When Bart discovers the existence of an embarrassing TV commercial
|
|
62
|
+
he appeared in as a baby-and that Homer spent the money he earned-he sues for
|
|
63
|
+
emancipation and moves out of the house.
|
|
64
|
+
:url: "/video/221696067841"
|
|
65
|
+
12:
|
|
66
|
+
:title: I'm Spelling as Fast as I Can
|
|
67
|
+
:description: When Lisa becomes a finalist in a spelling bee, she's offered a
|
|
68
|
+
college scholarship in exchange for losing; Homer falls hopelessly in love with
|
|
69
|
+
Krustyburger's limited-time-only rib sandwich.
|
|
70
|
+
:url: "/video/221698627830"
|
|
71
|
+
13:
|
|
72
|
+
:title: A Star is Born-Again
|
|
73
|
+
:description: A Hollywood movie star takes a romantic interest in Ned Flanders,
|
|
74
|
+
and when the relationship blossoms, Ned's faith is put to the test when the
|
|
75
|
+
star wants to have premarital sex.
|
|
76
|
+
:url: "/video/221695043703"
|
|
77
|
+
14:
|
|
78
|
+
:title: Mr. Spritz Goes To Washington
|
|
79
|
+
:description: When Springfield Airport changes the flight paths of airplanes,
|
|
80
|
+
sending them over the Simpson's house, the family convinces Krusty to run for
|
|
81
|
+
congress so he can change the law.
|
|
82
|
+
:url: "/video/221699651686"
|
|
83
|
+
15:
|
|
84
|
+
:title: C.E.D'oh
|
|
85
|
+
:description: On Valentine's Day, Homer attends a college course on how to succeed
|
|
86
|
+
in the corporate world, he becomes the owner of the power plant and fires Mr.
|
|
87
|
+
Burns... only to realize that running the plant means being away from family.
|
|
88
|
+
:url: "/video/221696067982"
|
|
89
|
+
16:
|
|
90
|
+
:title: "'Scuse Me While I Miss The Sky"
|
|
91
|
+
:description: As a British filmmaker makes a documentary about Springfield Elementary,
|
|
92
|
+
Lisa tires to save the nighttime sky from light pollution, while Bart attempts
|
|
93
|
+
to restore his coolness by obtaining a hood ornament from Fat Tony's car.
|
|
94
|
+
:url: "/video/221700675635"
|
|
95
|
+
17:
|
|
96
|
+
:title: Three Gays of the Condo
|
|
97
|
+
:description: Homer moves in with a gay couple after discovering a letter Marge
|
|
98
|
+
wrote years earlier that implies she resents him.
|
|
99
|
+
:url: "/video/221699139984"
|
|
100
|
+
18:
|
|
101
|
+
:title: Dude, Where's My Ranch?
|
|
102
|
+
:description: While vacationing at a dude ranch, Lisa falls for a cute 13-year-old
|
|
103
|
+
cowboy; Homer vows to stop beavers who've dammed a river and kept Native Americans
|
|
104
|
+
from their land.
|
|
105
|
+
:url: "/video/221700163549"
|
|
106
|
+
19:
|
|
107
|
+
:title: Old Yeller-Belly
|
|
108
|
+
:description: When Santa's Little Helper becomes Duff Beer's new, highly-paid
|
|
109
|
+
mascot, his original owner comes out of the woodwork and claims the dog belongs
|
|
110
|
+
to him.
|
|
111
|
+
:url: "/video/221701187546"
|
|
112
|
+
20:
|
|
113
|
+
:title: Brake My Wife, Please
|
|
114
|
+
:description: When Homer loses his driver's license, he embraces walking. But
|
|
115
|
+
Marge begins to suffer from stress when the pressure of being the only full-time
|
|
116
|
+
driver in the house takes its toll-and ends up running Homer over in her car.
|
|
117
|
+
:url: "/video/229724227970"
|
|
118
|
+
21:
|
|
119
|
+
:title: The Bart of War
|
|
120
|
+
:description: After police discover Bart and Milhouse ransacking Flanders' Beatles
|
|
121
|
+
memorabilia, Marge decides to place her son in a supervised activity, the Pre-Teen
|
|
122
|
+
Braves.
|
|
123
|
+
:url: "/video/229731395601"
|
|
124
|
+
22:
|
|
125
|
+
:title: Moe Baby Blues
|
|
126
|
+
:description: When Moe saves baby Maggie's life, a close bond forms. But when
|
|
127
|
+
Maggie wanders off with some gangsters, Homer and Marge mistakenly believe that
|
|
128
|
+
Moe is responsible for the baby's disappearance.
|
|
129
|
+
:url: "/video/228412483812"
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 15
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Treehouse of Horror XIV
|
|
5
|
+
:description: On Halloween, Homer takes over for the Grim Reaper and discovers
|
|
6
|
+
Marge's name on his list; Professor Frink reanimates his father's corpse; Bart
|
|
7
|
+
and Milhouse play pranks with a watch that can stop time.
|
|
8
|
+
:url: "/video/227335747784"
|
|
9
|
+
2:
|
|
10
|
+
:title: My Mother the Carjacker
|
|
11
|
+
:description: Mother Simpson is captured by police and placed on trial for sabotaging
|
|
12
|
+
Mr. Burns' germ warfare plant in the 1960s. Homer's heartfelt testimony helps
|
|
13
|
+
win her release... but Mr. Burns concocts a plot to get revenge.
|
|
14
|
+
:url: "/video/227339843917"
|
|
15
|
+
3:
|
|
16
|
+
:title: The President Wore Pearls
|
|
17
|
+
:description: When Lisa is elected student body president, she vows to make the
|
|
18
|
+
school a better place to learn. But Skinner tricks her into cutting well-liked
|
|
19
|
+
programs... prompting Lisa to call a general student strike.
|
|
20
|
+
:url: "/video/227348035643"
|
|
21
|
+
4:
|
|
22
|
+
:title: The Regina Monologues
|
|
23
|
+
:description: The Simpsons travel to England, where Homer is imprisoned in the
|
|
24
|
+
Tower of London after he smashes a car into the Queen's royal coach.
|
|
25
|
+
:url: "/video/227349059824"
|
|
26
|
+
5:
|
|
27
|
+
:title: The Fat and the Furriest
|
|
28
|
+
:description: Homer becomes the laughing stock of the town when a wild bear humiliates
|
|
29
|
+
him. But when he seeks a rematch, Homer bonds with the animal and tries to
|
|
30
|
+
save its life.
|
|
31
|
+
:url: "/video/227355715580"
|
|
32
|
+
6:
|
|
33
|
+
:title: Today I am a Clown
|
|
34
|
+
:description: When Krusty takes the Sabbath off so he can study for his bar mitzvah,
|
|
35
|
+
he chooses Homer as temporary guest host. But when Homer's career unexpectedly
|
|
36
|
+
takes off, Krusty finds himself out of a job.
|
|
37
|
+
:url: "/video/227360323557"
|
|
38
|
+
7:
|
|
39
|
+
:title: "'Tis the Fifteenth Season"
|
|
40
|
+
:description: As Christmas approaches, Homer discovers the true meaning of the
|
|
41
|
+
season after watching an animated version of A Christmas Carol on television. But
|
|
42
|
+
Flanders find it impossible to live as the second-nicest-guy in town. Presented
|
|
43
|
+
by FXX.
|
|
44
|
+
:url: "/video/227364931670"
|
|
45
|
+
8:
|
|
46
|
+
:title: Marge vs. Singles, Seniors, Childless Couples and Teens, and Gays
|
|
47
|
+
:description: Marge opposes a political group made up of childless people who've
|
|
48
|
+
grown fed-up with accommodating people with families.
|
|
49
|
+
:url: "/video/227369027832"
|
|
50
|
+
9:
|
|
51
|
+
:title: I, (Annoyed Grunt)-Bot
|
|
52
|
+
:description: Homer builds a fighting robot for Bart, but finds he must hide inside
|
|
53
|
+
the device to make it work; Lisa searches for a replacement for Snowball II
|
|
54
|
+
when the cat is run over by a car.
|
|
55
|
+
:url: "/video/227376707538"
|
|
56
|
+
10:
|
|
57
|
+
:title: Diatribe of a Mad Housewife
|
|
58
|
+
:description: Homer buys an ambulance and starts responding to medical emergencies;
|
|
59
|
+
Marge authors her own romance novel.
|
|
60
|
+
:url: "/video/227378755925"
|
|
61
|
+
11:
|
|
62
|
+
:title: Margical History Tour
|
|
63
|
+
:description: 'Marge tells the children three historical tales: the story of King
|
|
64
|
+
Henry the Eighth and his quest for a son; Sacagawea''s journey with Lewis and
|
|
65
|
+
Clark; and the rivalry between Mozart and Salieri.'
|
|
66
|
+
:url: "/video/227386947567"
|
|
67
|
+
12:
|
|
68
|
+
:title: Milhouse Doesn't Live Here Anymore
|
|
69
|
+
:description: When Milhouse and his mother relocate to Capital City, Bart strikes
|
|
70
|
+
up a friendship with Lisa; Homer makes money by pretending to be a transient.
|
|
71
|
+
:url: "/video/227392067706"
|
|
72
|
+
13:
|
|
73
|
+
:title: Smart & Smarter
|
|
74
|
+
:description: Lisa searches for a new identity when baby Maggie turns out to be
|
|
75
|
+
smarter than her.
|
|
76
|
+
:url: "/video/229331523584"
|
|
77
|
+
14:
|
|
78
|
+
:title: The Ziff Who Came to Dinner
|
|
79
|
+
:description: Homer becomes the majority shareholder of Artie Ziff's troubled
|
|
80
|
+
Internet company-and ends up being arrested by the Securities and Exchange Commission.
|
|
81
|
+
:url: "/video/227426371786"
|
|
82
|
+
15:
|
|
83
|
+
:title: Co-Dependent's Day
|
|
84
|
+
:description: When a drunken Homer loses control of his car, he places an unconscious
|
|
85
|
+
Marge in the driver's seat so she'll be blamed for the accident; Lisa and Bart
|
|
86
|
+
complain to the creator of the Cosmic Wars saga about his latest films.
|
|
87
|
+
:url: "/video/227399235673"
|
|
88
|
+
16:
|
|
89
|
+
:title: The Wandering Juvie
|
|
90
|
+
:description: Bart's latest prank lands him in juvenile prison, where a tough
|
|
91
|
+
girl forces him to go on the lam.
|
|
92
|
+
:url: "/video/227402307606"
|
|
93
|
+
17:
|
|
94
|
+
:title: My Big Fat Geek Wedding
|
|
95
|
+
:description: Mrs. Krabappel dumps Principal Skinner at the altar and has a passionate
|
|
96
|
+
affair with the Comic Book Guy.
|
|
97
|
+
:url: "/video/227423299561"
|
|
98
|
+
18:
|
|
99
|
+
:title: Catch 'Em If You Can
|
|
100
|
+
:description: Bart and Lisa pursue Homer and Marge after they sneak away on a
|
|
101
|
+
second honeymoon; Grampa catches the eye of a dashing Cuban man.
|
|
102
|
+
:url: "/video/227415619717"
|
|
103
|
+
19:
|
|
104
|
+
:title: Simple Simpson
|
|
105
|
+
:description: Homer confronts evildoers in the form of his crime-fighting alter
|
|
106
|
+
ego, the Pie Man-until Mr. Burns blackmails him into throwing a pie at the Dalai
|
|
107
|
+
Lama.
|
|
108
|
+
:url: "/video/227327555884"
|
|
109
|
+
20:
|
|
110
|
+
:title: The Way We Weren't
|
|
111
|
+
:description: Homer reveals that Marge wasn't the first girl he ever kissed, but
|
|
112
|
+
as he and Marge recount their versions of time spent at a summer camp, Homer
|
|
113
|
+
realizes he caused Marge thirty years of heartbreak.
|
|
114
|
+
:url: "/video/227330115859"
|
|
115
|
+
21:
|
|
116
|
+
:title: Bart-Mangled Banner
|
|
117
|
+
:description: The Simpsons are thrown in prison after Bart accidentally moons
|
|
118
|
+
the American flag.
|
|
119
|
+
:url: "/video/227410499679"
|
|
120
|
+
22:
|
|
121
|
+
:title: Fraudcast News
|
|
122
|
+
:description: Mr. Burns buys up all the media outlets in Springfield in an effort
|
|
123
|
+
to polish his image, but soon finds himself at odds with Lisa, who started publishing
|
|
124
|
+
her own newspaper.
|
|
125
|
+
:url: "/video/227405379707"
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 16
|
|
3
|
+
- 1:
|
|
4
|
+
:title: Treehouse of Horror XV
|
|
5
|
+
:description: On Halloween... Flanders can predict when people will die; in Victorian
|
|
6
|
+
London, Lisa and Bart hunt for a killer; the Simpsons take a fantastic voyage
|
|
7
|
+
after Mr. Burns swallows a miniaturized Maggie.
|
|
8
|
+
:url: "/video/256741955834"
|
|
9
|
+
2:
|
|
10
|
+
:title: All's Fair in Oven War
|
|
11
|
+
:description: Marge enters a bakeoff competition, but ends up sabotaging the other
|
|
12
|
+
entries; Bart decides to live the life of a swinger after discovering Playdude
|
|
13
|
+
magazine.
|
|
14
|
+
:url: "/video/257840195722"
|
|
15
|
+
3:
|
|
16
|
+
:title: Sleeping with the Enemy
|
|
17
|
+
:description: Lisa becomes self-conscious about her weight after kids at school
|
|
18
|
+
make fun of her posterior; Marge takes bully Nelson Muntz under her wing ...
|
|
19
|
+
much to Bart's horror.
|
|
20
|
+
:url: "/video/256764995911"
|
|
21
|
+
4:
|
|
22
|
+
:title: She Used to Be My Girl
|
|
23
|
+
:description: Marge wonders if she made the right choices in life after she encounters
|
|
24
|
+
a successful high school classmate who has traveled the world as a television
|
|
25
|
+
news reporter.
|
|
26
|
+
:url: "/video/256753731544"
|
|
27
|
+
5:
|
|
28
|
+
:title: Fat Man and Little Boy
|
|
29
|
+
:description: Homer builds a nuclear reactor for Lisa's science project; Bart
|
|
30
|
+
makes money creating his own line of t-shirts.
|
|
31
|
+
:url: "/video/256759363799"
|
|
32
|
+
6:
|
|
33
|
+
:title: Midnight Rx
|
|
34
|
+
:description: Homer and Grampa smuggle drugs out of Canada after Mr. Burns terminates
|
|
35
|
+
his company's employee prescription drug program.
|
|
36
|
+
:url: "/video/256768067710"
|
|
37
|
+
7:
|
|
38
|
+
:title: Mommie Beerest
|
|
39
|
+
:description: Homer mortgages his house to save Moe's bar, but Marge ends up taking
|
|
40
|
+
control of the business and spends so much time with Moe that Homer fears his
|
|
41
|
+
marriage is in trouble.
|
|
42
|
+
:url: "/video/256807491582"
|
|
43
|
+
8:
|
|
44
|
+
:title: Homer and Ned's Hail Mary Pass
|
|
45
|
+
:description: After teaching famous athletes some victory dance moves, Homer is
|
|
46
|
+
chosen to produce the Super Bowl half-time show; Flanders makes a movie featuring
|
|
47
|
+
violent reenactments of biblical events.
|
|
48
|
+
:url: "/video/256813635887"
|
|
49
|
+
9:
|
|
50
|
+
:title: Pranksta Rap
|
|
51
|
+
:description: After sneaking off to a rap concert, Bart fakes his own kidnapping
|
|
52
|
+
and inadvertently implicates Milhouse's father in the 'crime.'
|
|
53
|
+
:url: "/video/256798275935"
|
|
54
|
+
10:
|
|
55
|
+
:title: There's Something About Marrying
|
|
56
|
+
:description: When tourists shun Springfield, the town legalizes gay marriage
|
|
57
|
+
in hopes of reversing the dire economic slowdown - and Homer makes money by
|
|
58
|
+
becoming an ordained minister.
|
|
59
|
+
:url: "/video/256822339660"
|
|
60
|
+
11:
|
|
61
|
+
:title: On a Clear Day I Can't See My Sister
|
|
62
|
+
:description: After Bart torments his sister during a school field trip, Lisa
|
|
63
|
+
gets a restraining order; Homer takes a job as a greeter at a local mega-store.
|
|
64
|
+
:url: "/video/256825923849"
|
|
65
|
+
12:
|
|
66
|
+
:title: Goo Goo Gai Pan
|
|
67
|
+
:description: Homer pretends to be Selma's husband when Selma travels to China
|
|
68
|
+
to adopt a baby.
|
|
69
|
+
:url: "/video/264432707575"
|
|
70
|
+
13:
|
|
71
|
+
:title: Mobile Homer
|
|
72
|
+
:description: Bart and Lisa attempt to save Homer and Marge's marriage after Homer
|
|
73
|
+
spends the family's savings on a recreational vehicle.
|
|
74
|
+
:url: "/video/264432707841"
|
|
75
|
+
14:
|
|
76
|
+
:title: The Seven-Beer Snitch
|
|
77
|
+
:description: Homer becomes a prison snitch after he's convicted of breaking an
|
|
78
|
+
outdated law; Lisa and Bart discover that Snowball II has a secret life.
|
|
79
|
+
:url: "/video/260844611804"
|
|
80
|
+
15:
|
|
81
|
+
:title: Future-Drama
|
|
82
|
+
:description: Using Professor Frink's astrological projection machine, Bart and
|
|
83
|
+
Lisa peer into the future, where Bart breaks Lisa's heart by taking away her
|
|
84
|
+
scholarship to Yale.
|
|
85
|
+
:url: "/video/260841027999"
|
|
86
|
+
16:
|
|
87
|
+
:title: Don't Fear the Roofer
|
|
88
|
+
:description: Homer ends up in a mental institution after Marge grows convinced
|
|
89
|
+
the contractor he befriended is a figment of his imagination; Marge allows Santa's
|
|
90
|
+
Little Helper to stay at Grampa's retirement home.
|
|
91
|
+
:url: "/video/260835395771"
|
|
92
|
+
17:
|
|
93
|
+
:title: The Heartbroke Kid
|
|
94
|
+
:description: Bart has a heart attack after he becomes addicted to junk food;
|
|
95
|
+
the Simpsons turn the house into a youth hostel, which is soon overrun by German
|
|
96
|
+
backpackers.
|
|
97
|
+
:url: "/video/264207427808"
|
|
98
|
+
18:
|
|
99
|
+
:title: A Star is Torn
|
|
100
|
+
:description: Homer behaves like a domineering stage mom after Lisa achieves fame
|
|
101
|
+
by appearing in a singing competition on The Krusty the Clown Show.
|
|
102
|
+
:url: "/video/264212035982"
|
|
103
|
+
19:
|
|
104
|
+
:title: Thank God It's Doomsday
|
|
105
|
+
:description: Homer is declared a prophet after he convinces everyone in town
|
|
106
|
+
that the end of the world is at hand.
|
|
107
|
+
:url: "/video/264217155650"
|
|
108
|
+
20:
|
|
109
|
+
:title: Home Away From Homer
|
|
110
|
+
:description: Flanders feels like a fool after sorority girls run an adult Web
|
|
111
|
+
site from his house without his knowledge, so he and the boys move away from
|
|
112
|
+
Springfield... to a town where everyone looks like a Hummel figurine.
|
|
113
|
+
:url: "/video/264560707993"
|
|
114
|
+
21:
|
|
115
|
+
:title: The Father, The Son, and The Holy Guest Star
|
|
116
|
+
:description: After Bart gets expelled, he's enrolled in Catholic school, where
|
|
117
|
+
he befriends a priest who wants to convert him and Homer to Catholicism.
|
|
118
|
+
:url: "/video/264455235845"
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
---
|
|
2
|
+
- 17
|
|
3
|
+
- 1:
|
|
4
|
+
:title: The Bonfire of the Manatees
|
|
5
|
+
:description: When Homer allows the mob to film a pornographic movie at the house,
|
|
6
|
+
a disgusted Marge leaves the family and hooks up with a doctor trying to save
|
|
7
|
+
the lives of manatees.
|
|
8
|
+
:url: "/video/273502275982"
|
|
9
|
+
2:
|
|
10
|
+
:title: The Girl Who Slept Too Little
|
|
11
|
+
:description: Lisa must confront her darkest fears after a cemetery is relocated
|
|
12
|
+
to the Simpsons' neighborhood.
|
|
13
|
+
:url: "/video/277101123962"
|
|
14
|
+
3:
|
|
15
|
+
:title: MIlhouse of Sand and Fog
|
|
16
|
+
:description: After Kirk and Luann rekindle their relationship, Bart and Milhouse
|
|
17
|
+
plot to end the romance... only to inadvertently cause Homer and Marge to break
|
|
18
|
+
up instead.
|
|
19
|
+
:url: "/video/273506371834"
|
|
20
|
+
4:
|
|
21
|
+
:title: Treehouse of Horror XVI
|
|
22
|
+
:description: On Halloween, Bart is replaced by a robotic boy after he falls into
|
|
23
|
+
a coma; Burns hunts down Homer in a most dangerous game; a witch transforms
|
|
24
|
+
trick-or-treaters into the costumes they're wearing.
|
|
25
|
+
:url: "/video/310466627927"
|
|
26
|
+
5:
|
|
27
|
+
:title: Marge's Son Poisoning
|
|
28
|
+
:description: After spending time with her son, Marge begins to worry that she's
|
|
29
|
+
turning Bart into a momma's boy; Homer enters an arm-wrestling competition.
|
|
30
|
+
:url: "/video/279766083701"
|
|
31
|
+
6:
|
|
32
|
+
:title: See Homer Run
|
|
33
|
+
:description: After winning popularity as the Safety Salamander, Homer challenges
|
|
34
|
+
Quimby during a special mayoral recall election.
|
|
35
|
+
:url: "/video/273512003506"
|
|
36
|
+
7:
|
|
37
|
+
:title: The Last of the Red Hat Mamas
|
|
38
|
+
:description: A lonely Marge joins a women's group; Milhouse teaches Lisa how
|
|
39
|
+
to speak Italian.
|
|
40
|
+
:url: "/video/279770179721"
|
|
41
|
+
8:
|
|
42
|
+
:title: The Italian Bob
|
|
43
|
+
:description: The Simpsons travel to Italy to retrieve Mr. Burn's expensive new
|
|
44
|
+
sports car... only to encounter Sideshow Bob and his murderous family.
|
|
45
|
+
:url: "/video/256858691577"
|
|
46
|
+
9:
|
|
47
|
+
:title: Simpsons Christmas Stories
|
|
48
|
+
:description: 'The Simpsons appear in three Christmas tales: the story of the
|
|
49
|
+
birth of Jesus; a World War II tale featuring Grampa, Mr. Burns and Santa; and
|
|
50
|
+
a musical featuring The Nutcracker suite.'
|
|
51
|
+
:url: "/video/256885315702"
|
|
52
|
+
10:
|
|
53
|
+
:title: Homer's Paternity Coot
|
|
54
|
+
:description: When an old letter is delivered to the Simpson home, Homer comes
|
|
55
|
+
to believe that Grampa isn't his biological father after all.
|
|
56
|
+
:url: "/video/279775811924"
|
|
57
|
+
11:
|
|
58
|
+
:title: We're on the Road to D'ohwhere
|
|
59
|
+
:description: After Bart gets into trouble at school, Homer drives Bart to Oregon,
|
|
60
|
+
where he attends a behavior modification camp; Marge becomes a popular drug
|
|
61
|
+
dealer after she sells Homer's pain medications during a yard sale.
|
|
62
|
+
:url: "/video/310483523720"
|
|
63
|
+
12:
|
|
64
|
+
:title: My Fair Laddy
|
|
65
|
+
:description: Lisa vows to turn Groundskeeper Willie into a 'proper gentleman'
|
|
66
|
+
in time for the upcoming school science fair; Homer tries to find something
|
|
67
|
+
to wear after he rips his favorite blue pants.
|
|
68
|
+
:url: "/video/307171907536"
|
|
69
|
+
13:
|
|
70
|
+
:title: The Seemingly Never-Ending Story
|
|
71
|
+
:description: When the Simpsons become trapped inside a cave, Lisa recounts a
|
|
72
|
+
story involving a bag of gold coins and how it affected the lives of Mr. Burns,
|
|
73
|
+
Moe and Homer.
|
|
74
|
+
:url: "/video/277107267767"
|
|
75
|
+
14:
|
|
76
|
+
:title: Bart Has Two Mommies
|
|
77
|
+
:description: Marge teaches Rod and Todd Flanders how to have fun; a lonely chimpanzee
|
|
78
|
+
grabs hold of Bart.
|
|
79
|
+
:url: "/video/277113411511"
|
|
80
|
+
15:
|
|
81
|
+
:title: Homer Simpson, This is Your Wife
|
|
82
|
+
:description: Marge swaps places with a British wife after the Simpsons become
|
|
83
|
+
contestants on a reality television show.
|
|
84
|
+
:url: "/video/277119043544"
|
|
85
|
+
16:
|
|
86
|
+
:title: Million Dollar Abie
|
|
87
|
+
:description: After costing Springfield a professional football team, Grampa tries
|
|
88
|
+
to end his life, but the experience changes him, and he ends up becoming a matador.
|
|
89
|
+
:url: "/video/292950083730"
|
|
90
|
+
17:
|
|
91
|
+
:title: Kiss Kiss Bang Bangalore
|
|
92
|
+
:description: Mr. Burns closes the nuclear power plant and outsources all the
|
|
93
|
+
jobs, forcing Homer to relocate to India; MacGyver fans Patty and Selma kidnap
|
|
94
|
+
actor Richard Dean Anderson.
|
|
95
|
+
:url: "/video/283757123904"
|
|
96
|
+
18:
|
|
97
|
+
:title: The Wettest Stories Ever Told
|
|
98
|
+
:description: 'The Simpsons appear in three stories set at sea: the journey of
|
|
99
|
+
The Mayflower, the mutiny on The Bounty, and the capsizing of a cruise ship.'
|
|
100
|
+
:url: "/video/310489667660"
|
|
101
|
+
19:
|
|
102
|
+
:title: Girls Just Want to Have Sums
|
|
103
|
+
:description: After Skinner is fired for insinuating that girls are inferior to
|
|
104
|
+
boys in math, Springfield Elementary is split into two groups-boys and girls-forcing
|
|
105
|
+
Lisa to dress up like a boy so she can attend a math class. Presented by FXX.
|
|
106
|
+
:url: "/video/274367043639"
|
|
107
|
+
20:
|
|
108
|
+
:title: Regarding Margie
|
|
109
|
+
:description: After Marge develops amnesia and can't remember anything about Homer,
|
|
110
|
+
she decides to kick him out of the house and see other people.
|
|
111
|
+
:url: "/video/277125187506"
|
|
112
|
+
21:
|
|
113
|
+
:title: The Monkey Suit
|
|
114
|
+
:description: Lisa protests when Springfield passes a law requiring that creationism
|
|
115
|
+
be taught alongside evolution in public schools.
|
|
116
|
+
:url: "/video/277127235959"
|
|
117
|
+
22:
|
|
118
|
+
:title: Marge and Homer Turn a Couple Play
|
|
119
|
+
:description: Homer and Marge play marriage counselors to help a baseball player
|
|
120
|
+
and his sexy recording artist-wife.
|
|
121
|
+
:url: "/video/292955203576"
|