nofxx-subtitle_it 0.6.1

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.
Files changed (50) hide show
  1. data/.autotest +19 -0
  2. data/History.txt +30 -0
  3. data/License.txt +20 -0
  4. data/Manifest.txt +49 -0
  5. data/README.markdown +41 -0
  6. data/README.txt +84 -0
  7. data/Rakefile +4 -0
  8. data/bin/subtitle_it +115 -0
  9. data/config/hoe.rb +73 -0
  10. data/config/requirements.rb +15 -0
  11. data/lib/subtitle_it.rb +46 -0
  12. data/lib/subtitle_it/formats/ass.rb +14 -0
  13. data/lib/subtitle_it/formats/rsb.rb +33 -0
  14. data/lib/subtitle_it/formats/srt.rb +34 -0
  15. data/lib/subtitle_it/formats/sub.rb +31 -0
  16. data/lib/subtitle_it/formats/xml.rb +64 -0
  17. data/lib/subtitle_it/formats/yml.rb +20 -0
  18. data/lib/subtitle_it/subline.rb +25 -0
  19. data/lib/subtitle_it/subtime.rb +58 -0
  20. data/lib/subtitle_it/subtitle.rb +32 -0
  21. data/lib/subtitle_it/version.rb +9 -0
  22. data/script/console +10 -0
  23. data/script/destroy +14 -0
  24. data/script/generate +14 -0
  25. data/script/txt2html +82 -0
  26. data/setup.rb +1585 -0
  27. data/spec/fixtures/godfather.srt +2487 -0
  28. data/spec/fixtures/huge.ass +22 -0
  29. data/spec/fixtures/movie.xml +28 -0
  30. data/spec/fixtures/movie.yml +163 -0
  31. data/spec/fixtures/pseudo.rsb +6 -0
  32. data/spec/fixtures/pulpfiction.sub +2025 -0
  33. data/spec/fixtures/sincity.yml +12 -0
  34. data/spec/spec.opts +1 -0
  35. data/spec/spec_helper.rb +33 -0
  36. data/spec/subtitle_it/formats/ass_spec.rb +5 -0
  37. data/spec/subtitle_it/formats/rsb_spec.rb +42 -0
  38. data/spec/subtitle_it/formats/srt_spec.rb +42 -0
  39. data/spec/subtitle_it/formats/sub_spec.rb +46 -0
  40. data/spec/subtitle_it/formats/xml_spec.rb +46 -0
  41. data/spec/subtitle_it/formats/yml_spec.rb +20 -0
  42. data/spec/subtitle_it/subline_spec.rb +30 -0
  43. data/spec/subtitle_it/subtime_spec.rb +76 -0
  44. data/spec/subtitle_it/subtitle_spec.rb +1 -0
  45. data/spec/subtitle_it_spec.rb +11 -0
  46. data/subtitle_it.gemspec +41 -0
  47. data/tasks/deployment.rake +34 -0
  48. data/tasks/environment.rake +7 -0
  49. data/tasks/rspec.rake +21 -0
  50. metadata +128 -0
@@ -0,0 +1,2487 @@
1
+ 1
2
+ 00:01:43,680 --> 00:01:45,557
3
+ My dear children,
4
+
5
+ 2
6
+ 00:01:45,920 --> 00:01:50,550
7
+ it is now better than several years
8
+ since l moved to New York
9
+
10
+ 3
11
+ 00:01:50,720 --> 00:01:54,633
12
+ and l haven't seen you
13
+ as much as l would like to.
14
+
15
+ 4
16
+ 00:01:55,120 --> 00:01:58,749
17
+ l hope you will come to this ceremony
18
+ of Papal honours,
19
+
20
+ 5
21
+ 00:01:58,920 --> 00:02:01,229
22
+ given for my charitable work.
23
+
24
+ 6
25
+ 00:02:03,560 --> 00:02:06,552
26
+ The only wealth in this world is children.
27
+
28
+ 7
29
+ 00:02:06,720 --> 00:02:09,712
30
+ More than all the money and power
31
+ on Earth.
32
+
33
+ 8
34
+ 00:02:10,440 --> 00:02:12,795
35
+ You are my treasure.
36
+
37
+ 9
38
+ 00:02:14,200 --> 00:02:16,430
39
+ Anthony and Mary,
40
+
41
+ 10
42
+ 00:02:16,600 --> 00:02:21,151
43
+ although l entrusted your education to
44
+ your mother for your own best interest,
45
+
46
+ 11
47
+ 00:02:21,320 --> 00:02:27,270
48
+ l look forward to seeing you, and to
49
+ a new period of harmony in our lives.
50
+
51
+ 12
52
+ 00:02:28,360 --> 00:02:32,956
53
+ Perhaps you might prevail upon your
54
+ mother to come to this celebration,
55
+
56
+ 13
57
+ 00:02:33,120 --> 00:02:38,240
58
+ and that from time to time, we can all
59
+ see each other at family functions.
60
+
61
+ 14
62
+ 00:02:39,120 --> 00:02:43,716
63
+ Anyway, l remain your loving father.
64
+
65
+ 15
66
+ 00:03:12,400 --> 00:03:15,358
67
+ Hail Mary, full of grace...
68
+
69
+ 16
70
+ 00:03:18,280 --> 00:03:21,272
71
+ ...blessed art Thou amongst women...
72
+
73
+ 17
74
+ 00:03:21,440 --> 00:03:24,910
75
+ ...and blessed is the fruit of Thy womb,
76
+ Jesus.
77
+
78
+ 18
79
+ 00:03:25,680 --> 00:03:29,468
80
+ Holy Mary, mother of God,
81
+ pray for us sinners...
82
+
83
+ 19
84
+ 00:03:53,280 --> 00:03:59,071
85
+ Almighty God, bless the insignia
86
+ of Saint Sebastian the Martyr,
87
+
88
+ 20
89
+ 00:03:59,240 --> 00:04:05,270
90
+ that it may contribute to the sacredness
91
+ of him to whom it is given.
92
+
93
+ 21
94
+ 00:04:17,600 --> 00:04:24,233
95
+ Do you, Michael, promise to be faithful
96
+ to the noble purposes of this Order,
97
+
98
+ 22
99
+ 00:04:24,400 --> 00:04:28,791
100
+ to have a special care for the poor,
101
+ the needy and those who are ill?
102
+
103
+ 23
104
+ 00:04:28,960 --> 00:04:30,757
105
+ l do so promise.
106
+
107
+ 24
108
+ 00:04:45,640 --> 00:04:48,438
109
+ May the blessing of Almighty God,
110
+
111
+ 25
112
+ 00:04:48,600 --> 00:04:53,355
113
+ Father, Son and Holy Spirit
114
+
115
+ 26
116
+ 00:04:53,520 --> 00:04:58,674
117
+ descend upon you
118
+ and remain with you forever.
119
+
120
+ 27
121
+ 00:06:28,400 --> 00:06:31,597
122
+ Vincent, our name is not on the list.
123
+
124
+ 28
125
+ 00:06:33,440 --> 00:06:36,318
126
+ Write it in. Mancini. M-A-N-C-l-N-l.
127
+
128
+ 29
129
+ 00:06:38,800 --> 00:06:41,234
130
+ - Problem?
131
+ - My name isn't on the list.
132
+
133
+ 30
134
+ 00:06:41,400 --> 00:06:46,030
135
+ - Then you have to leave immediately.
136
+ - You want to dance with me?
137
+
138
+ 31
139
+ 00:06:46,200 --> 00:06:48,714
140
+ Joe, it's Vinnie. These are our guests.
141
+
142
+ 32
143
+ 00:06:48,880 --> 00:06:51,519
144
+ l'm sorry. l'm sorry, sir.
145
+
146
+ 33
147
+ 00:06:51,680 --> 00:06:53,830
148
+ Welcome to the party.
149
+
150
+ 34
151
+ 00:07:44,440 --> 00:07:48,319
152
+ - lt's good to see you.
153
+ - Good to see you. This is my husband.
154
+
155
+ 35
156
+ 00:07:48,480 --> 00:07:51,074
157
+ - Sit down.
158
+ - My son, Anthony.
159
+
160
+ 36
161
+ 00:07:51,600 --> 00:07:56,515
162
+ The Order of Saint Sebastian is one of
163
+ the highest honours the Church awards.
164
+
165
+ 37
166
+ 00:07:56,680 --> 00:07:58,716
167
+ lt was first granted by Pope...
168
+
169
+ 38
170
+ 00:07:58,880 --> 00:08:02,190
171
+ What about Mr Corleone's connections
172
+ with gambling?
173
+
174
+ 39
175
+ 00:08:02,600 --> 00:08:04,431
176
+ The press kits have...
177
+
178
+ 40
179
+ 00:08:04,600 --> 00:08:08,195
180
+ - And involvement with the underworld?
181
+ - Cut the crap.
182
+
183
+ 41
184
+ 00:08:08,480 --> 00:08:11,358
185
+ The Pope, the Holy Father himself,
186
+
187
+ 42
188
+ 00:08:11,520 --> 00:08:16,036
189
+ has today blessed Michael Corleone.
190
+ Do you know better than the Pope?
191
+
192
+ 43
193
+ 00:08:16,800 --> 00:08:19,792
194
+ Vincent! She loves you.
195
+
196
+ 44
197
+ 00:08:19,960 --> 00:08:21,712
198
+ Yeah?
199
+
200
+ 45
201
+ 00:08:25,320 --> 00:08:26,719
202
+ l love you too.
203
+
204
+ 46
205
+ 00:08:32,520 --> 00:08:35,796
206
+ Hi, Vincent. l remember you.
207
+
208
+ 47
209
+ 00:08:37,120 --> 00:08:41,113
210
+ - From where?
211
+ - The last party we were at together.
212
+
213
+ 48
214
+ 00:08:41,280 --> 00:08:45,398
215
+ - Did you come to the club?
216
+ - No, it was a wedding.
217
+
218
+ 49
219
+ 00:08:46,400 --> 00:08:49,472
220
+ l was eight and you were 1 5.
221
+
222
+ 50
223
+ 00:08:49,840 --> 00:08:52,673
224
+ l had many girlfriends when l was 1 5.
225
+
226
+ 51
227
+ 00:08:52,840 --> 00:08:54,990
228
+ - Eight-year-olds?
229
+ - Especially them.
230
+
231
+ 52
232
+ 00:08:56,960 --> 00:08:59,155
233
+ Where's Mary?
234
+
235
+ 53
236
+ 00:08:59,320 --> 00:09:03,711
237
+ Would somebody please hail Mary?
238
+ Excuse me, Your Excellency.
239
+
240
+ 54
241
+ 00:09:04,080 --> 00:09:08,198
242
+ You haven't kissed me hello yet.
243
+ Relatives always kiss.
244
+
245
+ 55
246
+ 00:09:08,360 --> 00:09:11,875
247
+ - Now we're related?
248
+ - l'm your little cousin.
249
+
250
+ 56
251
+ 00:09:18,960 --> 00:09:22,270
252
+ - Who's your father?
253
+ - l'll give you a hint.
254
+
255
+ 57
256
+ 00:09:23,240 --> 00:09:24,958
257
+ He's ltalian.
258
+
259
+ 58
260
+ 00:09:26,240 --> 00:09:28,595
261
+ Mary, we've been waiting for you.
262
+
263
+ 59
264
+ 00:09:28,760 --> 00:09:32,309
265
+ Remember to keep your voice low.
266
+
267
+ 60
268
+ 00:09:32,480 --> 00:09:35,153
269
+ And smile. Don't forget to smile.
270
+
271
+ 61
272
+ 00:09:54,200 --> 00:09:58,079
273
+ The honorary chairman of
274
+ the Vito Corleone Foundation:
275
+
276
+ 62
277
+ 00:09:58,400 --> 00:10:01,790
278
+ my daughter, Mary Corleone.
279
+
280
+ 63
281
+ 00:10:10,160 --> 00:10:11,957
282
+ Thanks.
283
+
284
+ 64
285
+ 00:10:12,640 --> 00:10:17,839
286
+ l think l inherited my father's love
287
+ for speechmaking. Here it goes.
288
+
289
+ 65
290
+ 00:10:19,040 --> 00:10:23,352
291
+ The Vito Corleone Foundation helps
292
+ the poor in every country,
293
+
294
+ 66
295
+ 00:10:23,520 --> 00:10:27,957
296
+ gives grants to artists,
297
+ funds medical research,
298
+
299
+ 67
300
+ 00:10:28,120 --> 00:10:32,671
301
+ and is particularly dedicated
302
+ to the resurrection of Sicily.
303
+
304
+ 68
305
+ 00:10:32,840 --> 00:10:34,831
306
+ Archbishop Gilday,
307
+
308
+ 69
309
+ 00:10:35,000 --> 00:10:41,189
310
+ here is 1 00 million dollars for the poor
311
+ of Sicily, in the name of Vito Corleone.
312
+
313
+ 70
314
+ 00:10:41,720 --> 00:10:44,393
315
+ Don't spend it all in one place.
316
+
317
+ 71
318
+ 00:11:02,520 --> 00:11:06,399
319
+ Mary, l'm so proud of you.
320
+
321
+ 72
322
+ 00:11:12,760 --> 00:11:14,512
323
+ Michael...
324
+
325
+ 73
326
+ 00:11:14,680 --> 00:11:17,956
327
+ You've done a wonderful thing for Sicily.
328
+
329
+ 74
330
+ 00:11:18,120 --> 00:11:21,908
331
+ Let's hope that the money gets
332
+ to the people who need it.
333
+
334
+ 75
335
+ 00:11:22,080 --> 00:11:23,399
336
+ Amen.
337
+
338
+ 76
339
+ 00:11:25,800 --> 00:11:28,268
340
+ ...the most important part:
341
+ Johnny Fontane!
342
+
343
+ 77
344
+ 00:11:36,320 --> 00:11:39,278
345
+ Thank you very much.
346
+ l'm happy to be here.
347
+
348
+ 78
349
+ 00:11:39,440 --> 00:11:44,560
350
+ l would like you to join me in honouring
351
+ Commendatore Michael Corleone.
352
+
353
+ 79
354
+ 00:11:48,920 --> 00:11:52,071
355
+ l have something special
356
+ for our godfather.
357
+
358
+ 80
359
+ 00:11:52,240 --> 00:11:56,552
360
+ l happen to know his favourite song.
361
+ Michael, where are you going?
362
+
363
+ 81
364
+ 00:11:56,720 --> 00:12:00,713
365
+ l'm off to the kitchen
366
+ to hear some Tony Bennett records.
367
+
368
+ 82
369
+ 00:12:01,400 --> 00:12:04,039
370
+ Your favourite song: ''Salsiccia's Own''.
371
+
372
+ 83
373
+ 00:12:04,200 --> 00:12:07,636
374
+ l'm having a salsiccia sandwich.
375
+ l'll be back.
376
+
377
+ 84
378
+ 00:12:40,200 --> 00:12:42,191
379
+ Hello, Kay.
380
+
381
+ 85
382
+ 00:12:51,520 --> 00:12:54,592
383
+ Congratulations, Michael.
384
+ That's quite an honour.
385
+
386
+ 86
387
+ 00:12:54,760 --> 00:12:57,752
388
+ But a little expensive, wouldn't you say?
389
+
390
+ 87
391
+ 00:12:59,960 --> 00:13:02,997
392
+ - Cake?
393
+ - No, thank you.
394
+
395
+ 88
396
+ 00:13:16,360 --> 00:13:19,193
397
+ - lt's been a long time, hasn't it?
398
+ - Yeah.
399
+
400
+ 89
401
+ 00:13:19,360 --> 00:13:21,794
402
+ - Eight years.
403
+ - Yeah.
404
+
405
+ 90
406
+ 00:13:21,960 --> 00:13:24,235
407
+ You look wonderful.
408
+
409
+ 91
410
+ 00:13:27,200 --> 00:13:31,990
411
+ Your son has something he wants to
412
+ talk to you about. l came here for him.
413
+
414
+ 92
415
+ 00:14:04,920 --> 00:14:10,677
416
+ - What's wrong with being a lawyer?
417
+ - He wants his life to be in music.
418
+
419
+ 93
420
+ 00:14:11,960 --> 00:14:16,272
421
+ Music is great, l love music.
422
+ But he should finish what he started.
423
+
424
+ 94
425
+ 00:14:16,440 --> 00:14:17,919
426
+ Anthony...
427
+
428
+ 95
429
+ 00:14:18,080 --> 00:14:21,152
430
+ - l'm going my own way.
431
+ - Your own way?
432
+
433
+ 96
434
+ 00:14:21,320 --> 00:14:22,878
435
+ - Professional singer?
436
+ - Yes.
437
+
438
+ 97
439
+ 00:14:23,040 --> 00:14:26,271
440
+ What happens if you fail?
441
+
442
+ 98
443
+ 00:14:26,440 --> 00:14:30,399
444
+ - l won't fail.
445
+ - Men always believe that.
446
+
447
+ 99
448
+ 00:14:30,560 --> 00:14:34,348
449
+ A law degree is like taking out insurance.
450
+
451
+ 100
452
+ 00:14:34,520 --> 00:14:38,638
453
+ - After that you can work for me...
454
+ - l will never work for you.
455
+
456
+ 101
457
+ 00:14:39,320 --> 00:14:42,039
458
+ l have bad memories.
459
+
460
+ 102
461
+ 00:14:42,720 --> 00:14:45,359
462
+ Every family has bad memories.
463
+
464
+ 103
465
+ 00:14:48,760 --> 00:14:52,912
466
+ l'll always be your son, but won't have
467
+ anything to do with your business.
468
+
469
+ 104
470
+ 00:14:55,440 --> 00:14:59,319
471
+ Anthony... finish the law degree.
472
+
473
+ 105
474
+ 00:15:00,480 --> 00:15:01,993
475
+ No.
476
+
477
+ 106
478
+ 00:15:18,120 --> 00:15:22,113
479
+ Well, that he got from you. That ''no''.
480
+
481
+ 107
482
+ 00:15:24,840 --> 00:15:30,119
483
+ - You could've helped me convince him.
484
+ - Convince him of what?
485
+
486
+ 108
487
+ 00:15:30,280 --> 00:15:32,316
488
+ Of what?
489
+
490
+ 109
491
+ 00:15:32,480 --> 00:15:37,190
492
+ He throws his life away.
493
+ He throws greatness away.
494
+
495
+ 110
496
+ 00:15:37,960 --> 00:15:40,269
497
+ This is greatness?
498
+
499
+ 111
500
+ 00:15:40,760 --> 00:15:45,197
501
+ Now that you're so respectable,
502
+ you're more dangerous than ever.
503
+
504
+ 112
505
+ 00:15:45,360 --> 00:15:49,672
506
+ l preferred you when you were
507
+ just a common Mafia hood.
508
+
509
+ 113
510
+ 00:15:50,480 --> 00:15:52,152
511
+ Okay.
512
+
513
+ 114
514
+ 00:15:52,760 --> 00:15:56,230
515
+ - Can we talk common sense here?
516
+ - All right.
517
+
518
+ 115
519
+ 00:16:02,720 --> 00:16:05,632
520
+ Tony knows that you killed Fredo.
521
+
522
+ 116
523
+ 00:16:11,560 --> 00:16:14,677
524
+ - What did you come here for?
525
+ - To protect my son.
526
+
527
+ 117
528
+ 00:16:14,840 --> 00:16:19,868
529
+ Not to see you disguised by your
530
+ church. That was a shameful ceremony.
531
+
532
+ 118
533
+ 00:16:23,920 --> 00:16:26,639
534
+ l spent my life protecting my son.
535
+
536
+ 119
537
+ 00:16:26,800 --> 00:16:30,349
538
+ l spent my life protecting my family!
539
+
540
+ 120
541
+ 00:16:30,520 --> 00:16:33,193
542
+ Let's be reasonable, okay?
543
+
544
+ 121
545
+ 00:16:33,560 --> 00:16:38,236
546
+ That's your big thing, isn't it, Michael?
547
+ Reason.
548
+
549
+ 122
550
+ 00:16:38,760 --> 00:16:42,594
551
+ - Backed up by murder.
552
+ - Oh, God.
553
+
554
+ 123
555
+ 00:16:43,920 --> 00:16:47,230
556
+ - You hate me. You hate me.
557
+ - No.
558
+
559
+ 124
560
+ 00:16:47,400 --> 00:16:49,391
561
+ l don't hate you.
562
+
563
+ 125
564
+ 00:16:50,760 --> 00:16:53,194
565
+ l dread you.
566
+
567
+ 126
568
+ 00:16:55,840 --> 00:17:02,029
569
+ l did what l could, Kay, to protect all
570
+ of you from the horrors of this world.
571
+
572
+ 127
573
+ 00:17:03,280 --> 00:17:05,999
574
+ But you became my horror.
575
+
576
+ 128
577
+ 00:17:14,760 --> 00:17:18,514
578
+ The children still love you, though.
579
+ Especially Mary.
580
+
581
+ 129
582
+ 00:17:20,960 --> 00:17:23,155
583
+ That's something.
584
+
585
+ 130
586
+ 00:17:24,920 --> 00:17:28,913
587
+ We can build on that. For their sake.
588
+
589
+ 131
590
+ 00:17:32,120 --> 00:17:33,951
591
+ Let's try.
592
+
593
+ 132
594
+ 00:17:34,120 --> 00:17:39,274
595
+ Only if you let Tony go free to have
596
+ his own life, away from you.
597
+
598
+ 133
599
+ 00:17:46,240 --> 00:17:48,708
600
+ l'll let Tony go.
601
+
602
+ 134
603
+ 00:17:50,320 --> 00:17:52,231
604
+ Thank you.
605
+
606
+ 135
607
+ 00:18:25,040 --> 00:18:27,270
608
+ - Hi.
609
+ - Hi.
610
+
611
+ 136
612
+ 00:18:28,920 --> 00:18:33,914
613
+ You could hurt somebody with those.
614
+ Let me show you around.
615
+
616
+ 137
617
+ 00:18:34,080 --> 00:18:36,469
618
+ Can you get me an interview
619
+ with Corleone?
620
+
621
+ 138
622
+ 00:18:36,640 --> 00:18:41,509
623
+ No. l'm a relative, but l can't do that.
624
+ What else can l do for you?
625
+
626
+ 139
627
+ 00:18:42,120 --> 00:18:44,793
628
+ - Handsome, but useless.
629
+ - Oh, yeah?
630
+
631
+ 140
632
+ 00:18:44,960 --> 00:18:47,793
633
+ - That's okay, l'll gamble.
634
+ - Do you like to gamble?
635
+
636
+ 141
637
+ 00:18:47,960 --> 00:18:51,669
638
+ Let's go to Atlantic City.
639
+ l'll show you how to gamble.
640
+
641
+ 142
642
+ 00:18:51,840 --> 00:18:55,833
643
+ - How will l know what numbers to bet?
644
+ - Do l look like a loser?
645
+
646
+ 143
647
+ 00:18:56,000 --> 00:18:57,911
648
+ Well...
649
+
650
+ 144
651
+ 00:18:59,720 --> 00:19:01,995
652
+ Spooky-looking guy there.
653
+
654
+ 145
655
+ 00:19:02,560 --> 00:19:07,190
656
+ - What's a guy like that doing here?
657
+ - That's Joey Zasa's bulldog.
658
+
659
+ 146
660
+ 00:19:07,360 --> 00:19:09,954
661
+ - You know him?
662
+ - Yeah, l do.
663
+
664
+ 147
665
+ 00:19:10,120 --> 00:19:14,796
666
+ His name is Anthony Squigilaro.
667
+ They call him ''The Ant''.
668
+
669
+ 148
670
+ 00:19:14,960 --> 00:19:17,918
671
+ He dips his bullets in cyanide.
672
+
673
+ 149
674
+ 00:19:25,920 --> 00:19:28,070
675
+ Don Altobello.
676
+
677
+ 150
678
+ 00:19:28,880 --> 00:19:32,668
679
+ - l've come to pay my respects.
680
+ - Grazie.
681
+
682
+ 151
683
+ 00:19:35,520 --> 00:19:38,114
684
+ You honour my father's friendship.
685
+
686
+ 152
687
+ 00:19:38,280 --> 00:19:41,670
688
+ Where is my god-daughter?
689
+
690
+ 153
691
+ 00:19:41,840 --> 00:19:44,479
692
+ - Constanza!
693
+ - Don Altobello.
694
+
695
+ 154
696
+ 00:19:44,640 --> 00:19:49,236
697
+ lt was not so long ago
698
+ that l held you in these old hands.
699
+
700
+ 155
701
+ 00:19:56,840 --> 00:20:01,755
702
+ Michael, l've lost all the venom,
703
+ all the juice of youth.
704
+
705
+ 156
706
+ 00:20:01,920 --> 00:20:07,438
707
+ l've lost the lust for women,
708
+ and now my mind is clear.
709
+
710
+ 157
711
+ 00:20:07,600 --> 00:20:14,119
712
+ My duty to God is clear.
713
+ l have a special favour to ask of you.
714
+
715
+ 158
716
+ 00:20:15,160 --> 00:20:22,316
717
+ Can l attach my name
718
+ to the Vito Corleone Foundation,
719
+
720
+ 159
721
+ 00:20:22,480 --> 00:20:27,873
722
+ so that you and l can be joined
723
+ in name and spirit?
724
+
725
+ 160
726
+ 00:20:29,760 --> 00:20:34,436
727
+ - One million dollars.
728
+ - A lot of money...
729
+
730
+ 161
731
+ 00:20:37,120 --> 00:20:40,954
732
+ - Godfather.
733
+ - Don Altobello, you have such a heart.
734
+
735
+ 162
736
+ 00:20:43,960 --> 00:20:47,953
737
+ Come, let's go and sample
738
+ some of that old vino.
739
+
740
+ 163
741
+ 00:20:54,440 --> 00:20:57,591
742
+ The Vatican knows nothing
743
+ about these shareholders.
744
+
745
+ 164
746
+ 00:20:57,760 --> 00:20:59,079
747
+ Good.
748
+
749
+ 165
750
+ 00:20:59,240 --> 00:21:03,950
751
+ l have a tendency to worry. We've
752
+ increased our position substantially.
753
+
754
+ 166
755
+ 00:21:04,120 --> 00:21:09,194
756
+ - Naturally, l worry.
757
+ - Stop worrying, we have an agreement.
758
+
759
+ 167
760
+ 00:21:09,400 --> 00:21:13,234
761
+ Good. How do you think
762
+ l got this grey hair?
763
+
764
+ 168
765
+ 00:21:13,400 --> 00:21:17,598
766
+ Two seconds... Thank you for your
767
+ contribution to the swimming-pool.
768
+
769
+ 169
770
+ 00:21:17,800 --> 00:21:21,793
771
+ We need your help on Sam Wallace's
772
+ candidacy for judgeship.
773
+
774
+ 170
775
+ 00:21:21,960 --> 00:21:24,315
776
+ - We can always use a good judge.
777
+ - Thanks.
778
+
779
+ 171
780
+ 00:21:24,480 --> 00:21:25,959
781
+ Andrew!
782
+
783
+ 172
784
+ 00:21:26,120 --> 00:21:30,113
785
+ My godson Andrew Hagen.
786
+ My brother Tom's eldest boy.
787
+
788
+ 173
789
+ 00:21:30,280 --> 00:21:34,159
790
+ He's been assistant to Bishop Breelan
791
+ for three years.
792
+
793
+ 174
794
+ 00:21:34,320 --> 00:21:38,313
795
+ - Hopes to be assigned to the Vatican.
796
+ - Rome needs fine young priests.
797
+
798
+ 175
799
+ 00:21:38,480 --> 00:21:41,677
800
+ His mother Theresa Hagen,
801
+ Bishop Gilday.
802
+
803
+ 176
804
+ 00:21:42,040 --> 00:21:43,712
805
+ Honoured to meet you.
806
+
807
+ 177
808
+ 00:21:44,080 --> 00:21:47,038
809
+ Mr Corleone. Hi. Grace Hamilton.
810
+
811
+ 178
812
+ 00:21:48,040 --> 00:21:52,591
813
+ Vincent Mancini promised to tell you
814
+ about me, that maybe you'd see me.
815
+
816
+ 179
817
+ 00:21:52,760 --> 00:21:55,911
818
+ - Did Vincent Mancini call about her?
819
+ - No.
820
+
821
+ 180
822
+ 00:21:56,080 --> 00:21:59,231
823
+ - You promised to stay out there, twice.
824
+ - l know.
825
+
826
+ 181
827
+ 00:22:01,320 --> 00:22:04,949
828
+ Joey Zasa showed up.
829
+ He's waiting in the lobby.
830
+
831
+ 182
832
+ 00:22:05,120 --> 00:22:08,908
833
+ He wants to personally
834
+ congratulate you. Show his respect.
835
+
836
+ 183
837
+ 00:22:09,080 --> 00:22:14,074
838
+ - Do l have to see him?
839
+ - He says you're his patron.
840
+
841
+ 184
842
+ 00:22:17,360 --> 00:22:19,476
843
+ Hey, Vinnie!
844
+
845
+ 185
846
+ 00:22:20,000 --> 00:22:22,719
847
+ - Who's your favourite aunt?
848
+ - You are.
849
+
850
+ 186
851
+ 00:22:25,120 --> 00:22:28,590
852
+ Today l'll talk to Michael
853
+ about your little problem.
854
+
855
+ 187
856
+ 00:22:29,200 --> 00:22:32,795
857
+ lf you'd warned me, l would have
858
+ worn a better suit.
859
+
860
+ 188
861
+ 00:22:33,800 --> 00:22:36,792
862
+ The Meucci Association
863
+ has elected you
864
+
865
+ 189
866
+ 00:22:36,960 --> 00:22:39,599
867
+ ltalian-American Man of the Year.
868
+
869
+ 190
870
+ 00:22:41,000 --> 00:22:43,150
871
+ Meucci...
872
+
873
+ 191
874
+ 00:22:45,240 --> 00:22:47,708
875
+ Who's Meucci?
876
+
877
+ 192
878
+ 00:22:47,880 --> 00:22:53,477
879
+ The ltalian-American who invented
880
+ the telephone, one year before Bell.
881
+
882
+ 193
883
+ 00:22:57,280 --> 00:23:00,317
884
+ And this is the reason
885
+ you've come today?
886
+
887
+ 194
888
+ 00:23:07,280 --> 00:23:09,430
889
+ l...
890
+
891
+ 195
892
+ 00:23:11,360 --> 00:23:13,794
893
+ l've got a stone in my shoe.
894
+
895
+ 196
896
+ 00:23:15,160 --> 00:23:17,993
897
+ A two-bit punk who works for me.
898
+
899
+ 197
900
+ 00:23:18,160 --> 00:23:22,153
901
+ The one who thinks he's related to you.
902
+
903
+ 198
904
+ 00:23:23,760 --> 00:23:25,637
905
+ A bastard.
906
+
907
+ 199
908
+ 00:23:28,840 --> 00:23:33,231
909
+ He's here. Vincent Mancini.
910
+ He's at the party.
911
+
912
+ 200
913
+ 00:23:36,080 --> 00:23:38,071
914
+ Bring him in.
915
+
916
+ 201
917
+ 00:23:39,120 --> 00:23:42,271
918
+ l think it's good that we talk.
919
+
920
+ 202
921
+ 00:23:42,560 --> 00:23:44,516
922
+ No, grazie.
923
+
924
+ 203
925
+ 00:23:46,120 --> 00:23:48,395
926
+ l have a problem...
927
+
928
+ 204
929
+ 00:23:48,560 --> 00:23:54,590
930
+ ...and l want to find out if it is
931
+ my problem or your problem.
932
+
933
+ 205
934
+ 00:23:54,760 --> 00:24:00,198
935
+ Your business is your business. l have
936
+ no interests or percentages from it.
937
+
938
+ 206
939
+ 00:24:00,800 --> 00:24:04,315
940
+ Good. Then it's my problem.
941
+
942
+ 207
943
+ 00:24:08,040 --> 00:24:12,113
944
+ Michael, you know Vincent Mancini.
945
+ Sonny's boy.
946
+
947
+ 208
948
+ 00:24:14,360 --> 00:24:17,238
949
+ - How are you, Mr Corleone?
950
+ - How are you?
951
+
952
+ 209
953
+ 00:24:17,400 --> 00:24:20,915
954
+ - Good. How are you? Good party.
955
+ - You like it?
956
+
957
+ 210
958
+ 00:24:21,080 --> 00:24:24,231
959
+ - Yes, l had to sneak in.
960
+ - You're dressed for it.
961
+
962
+ 211
963
+ 00:24:28,680 --> 00:24:33,151
964
+ So, what's the trouble
965
+ between you and Mr Joe Zasa?
966
+
967
+ 212
968
+ 00:24:34,560 --> 00:24:38,758
969
+ - Just trouble. l'll take care of it.
970
+ - That's foolish of you.
971
+
972
+ 213
973
+ 00:24:39,200 --> 00:24:44,194
974
+ Foolish of me? lt's a little foolish
975
+ of this guy, don't you think? Right?
976
+
977
+ 214
978
+ 00:24:45,280 --> 00:24:48,795
979
+ - Right?!
980
+ - Temper like his father...
981
+
982
+ 215
983
+ 00:24:48,960 --> 00:24:51,155
984
+ Vincent...
985
+
986
+ 216
987
+ 00:24:52,160 --> 00:24:57,234
988
+ Mr Joe Zasa now owns what used to
989
+ be the Corleone business in New York.
990
+
991
+ 217
992
+ 00:24:57,400 --> 00:25:01,313
993
+ Out of kindness, he gave you
994
+ a job in his family.
995
+
996
+ 218
997
+ 00:25:01,480 --> 00:25:04,199
998
+ You took it against my advice.
999
+
1000
+ 219
1001
+ 00:25:04,360 --> 00:25:09,115
1002
+ l offered you something better in the
1003
+ legitimate world. You turned me down.
1004
+
1005
+ 220
1006
+ 00:25:09,280 --> 00:25:14,149
1007
+ Now you both come to me with this bad
1008
+ blood. What do you expect me to do?
1009
+
1010
+ 221
1011
+ 00:25:15,920 --> 00:25:17,911
1012
+ - Am l a gangster?
1013
+ - No...
1014
+
1015
+ 222
1016
+ 00:25:18,080 --> 00:25:22,232
1017
+ That was Papa's neighbourhood.
1018
+ Zasa runs it like a disgrace!
1019
+
1020
+ 223
1021
+ 00:25:22,400 --> 00:25:25,870
1022
+ - That's the past, Connie.
1023
+ - l earned that territory.
1024
+
1025
+ 224
1026
+ 00:25:26,040 --> 00:25:29,715
1027
+ The Commission gave it to me
1028
+ and you approved.
1029
+
1030
+ 225
1031
+ 00:25:29,880 --> 00:25:31,199
1032
+ Yes.
1033
+
1034
+ 226
1035
+ 00:25:31,360 --> 00:25:35,751
1036
+ l came for the party, not to ask for help.
1037
+ l could kill this bastard.
1038
+
1039
+ 227
1040
+ 00:25:35,920 --> 00:25:38,070
1041
+ So kill him.
1042
+
1043
+ 228
1044
+ 00:25:38,640 --> 00:25:41,518
1045
+ What does all this have to do with me?
1046
+
1047
+ 229
1048
+ 00:25:41,680 --> 00:25:46,629
1049
+ Well, he goes behind your back,
1050
+ saying ''Fuck Michael Corleone''.
1051
+
1052
+ 230
1053
+ 00:25:46,800 --> 00:25:49,234
1054
+ Say it to his face, one time!
1055
+
1056
+ 231
1057
+ 00:25:50,680 --> 00:25:55,674
1058
+ Mr Corleone, all bastards are liars.
1059
+ Shakespeare wrote poems about it.
1060
+
1061
+ 232
1062
+ 00:25:55,840 --> 00:25:59,389
1063
+ What am l going to do with this guy?!
1064
+
1065
+ 233
1066
+ 00:26:04,640 --> 00:26:09,156
1067
+ Joey, if there's some guy
1068
+ running around this city,
1069
+
1070
+ 234
1071
+ 00:26:09,320 --> 00:26:11,675
1072
+ saying ''Fuck Michael Corleone''...
1073
+
1074
+ 235
1075
+ 00:26:13,200 --> 00:26:17,079
1076
+ ...what do we do
1077
+ with a piece of shit like that?
1078
+
1079
+ 236
1080
+ 00:26:18,440 --> 00:26:21,352
1081
+ He's a fucking dog.
1082
+
1083
+ 237
1084
+ 00:26:27,360 --> 00:26:30,670
1085
+ Yes, it's true. lf anyone would say
1086
+ such a thing,
1087
+
1088
+ 238
1089
+ 00:26:30,840 --> 00:26:34,276
1090
+ they would not be a friend,
1091
+ they would be a dog.
1092
+
1093
+ 239
1094
+ 00:26:40,000 --> 00:26:45,677
1095
+ - My interests don't conflict with his.
1096
+ - You don't know how much they do.
1097
+
1098
+ 240
1099
+ 00:26:45,840 --> 00:26:47,432
1100
+ Quiet, Vincent.
1101
+
1102
+ 241
1103
+ 00:26:47,600 --> 00:26:49,636
1104
+ He needs your support!
1105
+
1106
+ 242
1107
+ 00:26:49,800 --> 00:26:53,395
1108
+ Don't let me work for this guy,
1109
+ let me work for you.
1110
+
1111
+ 243
1112
+ 00:26:53,560 --> 00:26:59,271
1113
+ As what? Tough guy? l don't need
1114
+ tough guys. l need more lawyers.
1115
+
1116
+ 244
1117
+ 00:27:01,440 --> 00:27:07,436
1118
+ Since we have no conflicts or debts,
1119
+ l accept your tribute. l wish you well.
1120
+
1121
+ 245
1122
+ 00:27:09,120 --> 00:27:13,636
1123
+ Vincent, make your peace
1124
+ with Mr Joe Zasa. Go on.
1125
+
1126
+ 246
1127
+ 00:27:23,760 --> 00:27:25,955
1128
+ Bastardo...
1129
+
1130
+ 247
1131
+ 00:27:30,880 --> 00:27:33,633
1132
+ Vinnie, what's the matter with you?!
1133
+
1134
+ 248
1135
+ 00:27:33,800 --> 00:27:35,995
1136
+ Get him out of here.
1137
+
1138
+ 249
1139
+ 00:27:37,280 --> 00:27:39,271
1140
+ Jesus Christ...
1141
+
1142
+ 250
1143
+ 00:27:40,280 --> 00:27:43,317
1144
+ - l told Connie this wasn't the right time.
1145
+ - Close it.
1146
+
1147
+ 251
1148
+ 00:27:43,480 --> 00:27:47,029
1149
+ l know you're into Wall Street,
1150
+ but you're still the final word.
1151
+
1152
+ 252
1153
+ 00:27:47,200 --> 00:27:49,953
1154
+ l want to protect you from these guys.
1155
+ Your lawyers can't.
1156
+
1157
+ 253
1158
+ 00:27:50,120 --> 00:27:53,590
1159
+ - But you can?
1160
+ - Yeah, l can do that.
1161
+
1162
+ 254
1163
+ 00:27:54,160 --> 00:27:56,151
1164
+ Why should l be afraid of Zasa?
1165
+
1166
+ 255
1167
+ 00:27:56,320 --> 00:27:59,153
1168
+ You stop him from rising
1169
+ in the Commission.
1170
+
1171
+ 256
1172
+ 00:27:59,320 --> 00:28:02,551
1173
+ l say we make him dead.
1174
+ Give me the order, l'll do it.
1175
+
1176
+ 257
1177
+ 00:28:02,720 --> 00:28:04,711
1178
+ - You'll do it?
1179
+ - Yeah.
1180
+
1181
+ 258
1182
+ 00:28:08,680 --> 00:28:13,470
1183
+ Maybe you should come with me
1184
+ for a few weeks. See what happens.
1185
+
1186
+ 259
1187
+ 00:28:13,640 --> 00:28:16,598
1188
+ - Okay.
1189
+ - See if you learn.
1190
+
1191
+ 260
1192
+ 00:28:17,400 --> 00:28:20,756
1193
+ And we'll talk about your future.
1194
+
1195
+ 261
1196
+ 00:28:21,400 --> 00:28:23,834
1197
+ l won't let you down.
1198
+
1199
+ 262
1200
+ 00:28:29,560 --> 00:28:31,869
1201
+ lt's about ready.
1202
+
1203
+ 263
1204
+ 00:28:37,240 --> 00:28:38,559
1205
+ What happened?
1206
+
1207
+ 264
1208
+ 00:28:38,720 --> 00:28:42,395
1209
+ lf l'm in a room with Zasa,
1210
+ what happens? l bit his ear off.
1211
+
1212
+ 265
1213
+ 00:28:42,560 --> 00:28:45,438
1214
+ Here we go. Watch the card.
1215
+
1216
+ 266
1217
+ 00:28:47,760 --> 00:28:49,079
1218
+ Hold it!
1219
+
1220
+ 267
1221
+ 00:28:51,320 --> 00:28:53,038
1222
+ - Vincent...
1223
+ - Yeah.
1224
+
1225
+ 268
1226
+ 00:28:53,200 --> 00:28:55,668
1227
+ Take the picture with us.
1228
+
1229
+ 269
1230
+ 00:29:02,360 --> 00:29:04,590
1231
+ Nice jacket.
1232
+
1233
+ 270
1234
+ 00:29:05,760 --> 00:29:08,354
1235
+ Closer to the centre, sir.
1236
+
1237
+ 271
1238
+ 00:29:11,120 --> 00:29:12,838
1239
+ Smile!
1240
+
1241
+ 272
1242
+ 00:29:31,360 --> 00:29:36,354
1243
+ Godfather, this is the cake for you
1244
+ and your family from Enzo the baker.
1245
+
1246
+ 273
1247
+ 00:29:36,960 --> 00:29:39,235
1248
+ Do you want to do it?
1249
+
1250
+ 274
1251
+ 00:30:23,120 --> 00:30:25,839
1252
+ Cent'anni! Cent'anni!
1253
+
1254
+ 275
1255
+ 00:31:23,120 --> 00:31:26,351
1256
+ - Vincent?
1257
+ - What do you want, sweetheart?
1258
+
1259
+ 276
1260
+ 00:31:28,240 --> 00:31:30,549
1261
+ Do you love me?
1262
+
1263
+ 277
1264
+ 00:31:31,280 --> 00:31:35,478
1265
+ - Come on, go to bed.
1266
+ - Come on, say it.
1267
+
1268
+ 278
1269
+ 00:31:35,640 --> 00:31:37,835
1270
+ l love you.
1271
+
1272
+ 279
1273
+ 00:31:38,000 --> 00:31:40,560
1274
+ l love you, too.
1275
+
1276
+ 280
1277
+ 00:31:42,200 --> 00:31:44,350
1278
+ You've got a cat?
1279
+
1280
+ 281
1281
+ 00:31:50,400 --> 00:31:53,517
1282
+ Go get us some water, l'm thirsty.
1283
+ Come on.
1284
+
1285
+ 282
1286
+ 00:31:54,160 --> 00:31:56,151
1287
+ Come on.
1288
+
1289
+ 283
1290
+ 00:32:02,480 --> 00:32:05,711
1291
+ Well, l guess l know my place.
1292
+
1293
+ 284
1294
+ 00:32:06,280 --> 00:32:09,670
1295
+ l can't believe l'm actually doing this.
1296
+
1297
+ 285
1298
+ 00:32:09,840 --> 00:32:13,833
1299
+ ''Get me water, bake me a cake''...
1300
+ What happened to ''please''?
1301
+
1302
+ 286
1303
+ 00:32:59,600 --> 00:33:02,353
1304
+ Good boy, Sackface. Go for a walk.
1305
+
1306
+ 287
1307
+ 00:33:10,520 --> 00:33:13,751
1308
+ - Let her go.
1309
+ - Cut her throat, man.
1310
+
1311
+ 288
1312
+ 00:33:15,960 --> 00:33:19,111
1313
+ - What did you say?
1314
+ - Cut her fucking throat.
1315
+
1316
+ 289
1317
+ 00:33:21,840 --> 00:33:25,037
1318
+ - Okay, chief...
1319
+ - Drop your gun or he'll cut her throat.
1320
+
1321
+ 290
1322
+ 00:33:25,200 --> 00:33:28,795
1323
+ l hardly know her, so cut her.
1324
+ What the fuck do l care?
1325
+
1326
+ 291
1327
+ 00:33:30,880 --> 00:33:34,475
1328
+ You've got no choice. She'll be dead.
1329
+
1330
+ 292
1331
+ 00:33:34,640 --> 00:33:38,633
1332
+ lf you do, l'll kill you both.
1333
+ Give up that knife, l'll let you go.
1334
+
1335
+ 293
1336
+ 00:33:38,800 --> 00:33:41,075
1337
+ Cut her throat! Right now!
1338
+
1339
+ 294
1340
+ 00:33:42,160 --> 00:33:46,836
1341
+ l'll do something that'll convince you.
1342
+ Don't get frightened. Just watch me.
1343
+
1344
+ 295
1345
+ 00:33:51,640 --> 00:33:53,153
1346
+ Oh, shit!
1347
+
1348
+ 296
1349
+ 00:33:55,120 --> 00:33:57,475
1350
+ Drop the knife. Drop it!
1351
+
1352
+ 297
1353
+ 00:33:57,640 --> 00:34:03,351
1354
+ Good boy. Sit down, l want to talk
1355
+ to you. lt was a wise choice. Sit down.
1356
+
1357
+ 298
1358
+ 00:34:04,160 --> 00:34:06,151
1359
+ Lose the mask.
1360
+
1361
+ 299
1362
+ 00:34:08,840 --> 00:34:12,116
1363
+ Relax, have a smoke. You smoke?
1364
+
1365
+ 300
1366
+ 00:34:13,760 --> 00:34:16,752
1367
+ Whose idea was this? Who sent you?
1368
+
1369
+ 301
1370
+ 00:34:17,080 --> 00:34:19,719
1371
+ Tell me who sent you.
1372
+
1373
+ 302
1374
+ 00:34:21,760 --> 00:34:24,399
1375
+ - No one.
1376
+ - Did you take a look at this guy?
1377
+
1378
+ 303
1379
+ 00:34:24,560 --> 00:34:26,835
1380
+ - Yeah.
1381
+ - Who sent you?
1382
+
1383
+ 304
1384
+ 00:34:29,400 --> 00:34:31,675
1385
+ lt was Joey Zasa.
1386
+
1387
+ 305
1388
+ 00:34:45,520 --> 00:34:47,988
1389
+ Are you okay?
1390
+
1391
+ 306
1392
+ 00:34:50,160 --> 00:34:53,152
1393
+ - You were going to let them kill me!
1394
+ - No, l wasn't...
1395
+
1396
+ 307
1397
+ 00:34:53,320 --> 00:34:56,517
1398
+ You pig! You sick fuck!
1399
+
1400
+ 308
1401
+ 00:34:57,680 --> 00:35:01,673
1402
+ You wanted gambling. That's gambling.
1403
+ Call the police.
1404
+
1405
+ 309
1406
+ 00:35:05,920 --> 00:35:09,754
1407
+ - You killed the other guy too?
1408
+ - He went for my gun.
1409
+
1410
+ 310
1411
+ 00:35:09,920 --> 00:35:13,356
1412
+ lt was self-defence.
1413
+ Go ahead, call the police.
1414
+
1415
+ 311
1416
+ 00:35:14,160 --> 00:35:16,151
1417
+ - No, no...
1418
+ - l'm taking pictures.
1419
+
1420
+ 312
1421
+ 00:35:16,320 --> 00:35:18,550
1422
+ No pictures.
1423
+
1424
+ 313
1425
+ 00:35:19,720 --> 00:35:21,073
1426
+ You had a gun!
1427
+
1428
+ 314
1429
+ 00:35:21,240 --> 00:35:26,109
1430
+ They only had a knife. You could have
1431
+ handed them over to the police.
1432
+
1433
+ 315
1434
+ 00:35:26,280 --> 00:35:30,034
1435
+ Zasa sent them.
1436
+ l just sent him a message.
1437
+
1438
+ 316
1439
+ 00:35:30,720 --> 00:35:35,714
1440
+ - Now he has to send you one back.
1441
+ - ls Zasa going to send me one back?
1442
+
1443
+ 317
1444
+ 00:35:35,880 --> 00:35:38,633
1445
+ He did the right thing.
1446
+ He got Zasa's name!
1447
+
1448
+ 318
1449
+ 00:35:38,800 --> 00:35:43,794
1450
+ What has Joey Zasa to do
1451
+ with anything? Joey Zasa is a pazzo.
1452
+
1453
+ 319
1454
+ 00:35:45,800 --> 00:35:48,553
1455
+ All right. You are what you are.
1456
+
1457
+ 320
1458
+ 00:35:48,880 --> 00:35:51,758
1459
+ lt's your nature. Stay close to me.
1460
+
1461
+ 321
1462
+ 00:35:51,920 --> 00:35:55,629
1463
+ Don't do anything. Keep your mouth
1464
+ shut and your eyes open.
1465
+
1466
+ 322
1467
+ 00:35:55,800 --> 00:35:58,792
1468
+ - And you do what l tell you.
1469
+ - l understand.
1470
+
1471
+ 323
1472
+ 00:35:58,960 --> 00:36:02,714
1473
+ - l have problems with the Commission.
1474
+ - l know.
1475
+
1476
+ 324
1477
+ 00:36:02,880 --> 00:36:07,476
1478
+ - You don't make them easier.
1479
+ - lt wasn't my idea that this happened.
1480
+
1481
+ 325
1482
+ 00:36:07,640 --> 00:36:10,438
1483
+ - Get out of here.
1484
+ - Michael...
1485
+
1486
+ 326
1487
+ 00:36:10,600 --> 00:36:12,591
1488
+ Yes?
1489
+
1490
+ 327
1491
+ 00:36:13,080 --> 00:36:17,676
1492
+ - Now they'll fear you.
1493
+ - Maybe they should fear you.
1494
+
1495
+ 328
1496
+ 00:36:20,640 --> 00:36:24,269
1497
+ - B.J., what's up?
1498
+ - The Archbishop just called back.
1499
+
1500
+ 329
1501
+ 00:36:24,440 --> 00:36:27,318
1502
+ We've arranged some amazing things.
1503
+
1504
+ 330
1505
+ 00:36:27,480 --> 00:36:32,235
1506
+ The publicity is phenomenal. You're the
1507
+ new Rockefeller. A philanthropist.
1508
+
1509
+ 331
1510
+ 00:36:33,360 --> 00:36:36,989
1511
+ - Sign here, please.
1512
+ - Times do change, don't they?
1513
+
1514
+ 332
1515
+ 00:36:37,160 --> 00:36:42,154
1516
+ My father hated foundations.
1517
+ He loved doing it by himself.
1518
+
1519
+ 333
1520
+ 00:36:42,680 --> 00:36:45,399
1521
+ Man to man. But we're different.
1522
+
1523
+ 334
1524
+ 00:36:45,560 --> 00:36:50,270
1525
+ No different than any large corporation.
1526
+ We control a lot of money with little.
1527
+
1528
+ 335
1529
+ 00:36:50,440 --> 00:36:55,070
1530
+ Minimise taxes.
1531
+ With no government control.
1532
+
1533
+ 336
1534
+ 00:37:03,440 --> 00:37:06,750
1535
+ - Godfather.
1536
+ - Andrew.
1537
+
1538
+ 337
1539
+ 00:37:08,320 --> 00:37:12,757
1540
+ - Off to Rome...
1541
+ - l wanted to thank you for everything.
1542
+
1543
+ 338
1544
+ 00:37:12,920 --> 00:37:15,912
1545
+ - Do you want some breakfast?
1546
+ - Thanks, l can't.
1547
+
1548
+ 339
1549
+ 00:37:16,080 --> 00:37:19,914
1550
+ - How's your ltalian?
1551
+ - Devo fare un po' di pratica.
1552
+
1553
+ 340
1554
+ 00:37:21,080 --> 00:37:23,355
1555
+ - His father was a great lawyer.
1556
+ - l know.
1557
+
1558
+ 341
1559
+ 00:37:23,520 --> 00:37:27,991
1560
+ Didn't live to see him ordained. l did.
1561
+ Did you ever see one of those?
1562
+
1563
+ 342
1564
+ 00:37:28,160 --> 00:37:31,630
1565
+ Beautiful. l was so proud.
1566
+ Let me walk you out.
1567
+
1568
+ 343
1569
+ 00:37:32,720 --> 00:37:35,712
1570
+ lf you hear any rumours in the Vatican,
1571
+ let me know.
1572
+
1573
+ 344
1574
+ 00:37:35,880 --> 00:37:38,599
1575
+ No, Andrew has the true faith.
1576
+
1577
+ 345
1578
+ 00:37:47,160 --> 00:37:48,957
1579
+ Don Corleone,
1580
+
1581
+ 346
1582
+ 00:37:49,120 --> 00:37:53,511
1583
+ l need your help. And not just
1584
+ to light a little candle.
1585
+
1586
+ 347
1587
+ 00:37:54,680 --> 00:38:01,392
1588
+ My gift was to be able to persuade
1589
+ people to give to the Holy Church.
1590
+
1591
+ 348
1592
+ 00:38:02,120 --> 00:38:06,875
1593
+ Then Rome decides to put me
1594
+ in charge of the Vatican Bank...
1595
+
1596
+ 349
1597
+ 00:38:08,640 --> 00:38:11,598
1598
+ ...but l was never a true banker.
1599
+
1600
+ 350
1601
+ 00:38:14,320 --> 00:38:18,632
1602
+ Mea culpa. l trusted my friends.
1603
+
1604
+ 351
1605
+ 00:38:19,600 --> 00:38:21,909
1606
+ Friendship and money...
1607
+
1608
+ 352
1609
+ 00:38:22,720 --> 00:38:24,438
1610
+ Oil and water...
1611
+
1612
+ 353
1613
+ 00:38:24,600 --> 00:38:26,192
1614
+ lndeed.
1615
+
1616
+ 354
1617
+ 00:38:26,360 --> 00:38:33,072
1618
+ But these ''friends'' used the good name
1619
+ of the Church to feed their greed.
1620
+
1621
+ 355
1622
+ 00:38:34,040 --> 00:38:36,600
1623
+ lf money was lost...
1624
+
1625
+ 356
1626
+ 00:38:37,600 --> 00:38:40,160
1627
+ ...then l am to blame.
1628
+
1629
+ 357
1630
+ 00:38:40,760 --> 00:38:46,392
1631
+ lf only prayer could pay off
1632
+ our 700 million dollar deficit.
1633
+
1634
+ 358
1635
+ 00:38:48,000 --> 00:38:50,639
1636
+ 769 million...
1637
+
1638
+ 359
1639
+ 00:38:56,000 --> 00:39:00,994
1640
+ The Church owns 25 percent
1641
+ of a large corporation: lmmobiliare.
1642
+
1643
+ 360
1644
+ 00:39:01,840 --> 00:39:03,831
1645
+ You know the one l mean?
1646
+
1647
+ 361
1648
+ 00:39:04,000 --> 00:39:08,994
1649
+ Largest landlord on Earth.
1650
+ Real estate worth six billion dollars.
1651
+
1652
+ 362
1653
+ 00:39:10,680 --> 00:39:12,591
1654
+ That's true.
1655
+
1656
+ 363
1657
+ 00:39:12,760 --> 00:39:16,753
1658
+ And the Vatican vote
1659
+ is necessary for control.
1660
+
1661
+ 364
1662
+ 00:39:19,160 --> 00:39:22,072
1663
+ No, you're mistaken.
1664
+
1665
+ 365
1666
+ 00:39:22,240 --> 00:39:26,438
1667
+ This isn't a question of one person
1668
+ deciding, one deciding vote.
1669
+
1670
+ 366
1671
+ 00:39:26,600 --> 00:39:32,311
1672
+ This is like any other company.
1673
+ We have directors and very old rules.
1674
+
1675
+ 367
1676
+ 00:39:33,080 --> 00:39:37,756
1677
+ The Pope himself
1678
+ would have to approve you.
1679
+
1680
+ 368
1681
+ 00:39:41,640 --> 00:39:43,870
1682
+ We've sold the casinos.
1683
+
1684
+ 369
1685
+ 00:39:45,320 --> 00:39:49,108
1686
+ All businesses having to do
1687
+ with gambling.
1688
+
1689
+ 370
1690
+ 00:39:49,280 --> 00:39:54,832
1691
+ We have no interests or investments
1692
+ in anything illegitimate.
1693
+
1694
+ 371
1695
+ 00:39:57,520 --> 00:40:02,230
1696
+ The Corleones are prepared to deposit
1697
+ 500 million dollars in the Vatican Bank
1698
+
1699
+ 372
1700
+ 00:40:02,400 --> 00:40:05,392
1701
+ when Mr Corleone receives
1702
+ majority control of lmmobiliare.
1703
+
1704
+ 373
1705
+ 00:40:05,560 --> 00:40:10,873
1706
+ lmmobiliare could be something new.
1707
+ A European conglomerate.
1708
+
1709
+ 374
1710
+ 00:40:11,880 --> 00:40:16,032
1711
+ Few families have control
1712
+ of such a company.
1713
+
1714
+ 375
1715
+ 00:40:19,000 --> 00:40:21,753
1716
+ lt seems that, in today's world,
1717
+
1718
+ 376
1719
+ 00:40:21,920 --> 00:40:26,914
1720
+ the power to absolve debt is greater
1721
+ than the power of forgiveness.
1722
+
1723
+ 377
1724
+ 00:40:28,080 --> 00:40:30,150
1725
+ 600 million dollars.
1726
+
1727
+ 378
1728
+ 00:40:34,760 --> 00:40:38,469
1729
+ Don't overestimate
1730
+ the power of forgiveness.
1731
+
1732
+ 379
1733
+ 00:40:39,840 --> 00:40:41,751
1734
+ Don Corleone,
1735
+
1736
+ 380
1737
+ 00:40:41,920 --> 00:40:46,755
1738
+ this deal with lmmobiliare can make you
1739
+ one of the richest men in the world.
1740
+
1741
+ 381
1742
+ 00:40:46,920 --> 00:40:52,233
1743
+ Your whole past history, and the history
1744
+ of your family, would be washed away.
1745
+
1746
+ 382
1747
+ 00:40:55,920 --> 00:40:58,388
1748
+ 600 million.
1749
+
1750
+ 383
1751
+ 00:41:12,880 --> 00:41:17,670
1752
+ The motion under discussion
1753
+ relates to Corleone Group's proposal
1754
+
1755
+ 384
1756
+ 00:41:17,840 --> 00:41:23,233
1757
+ to acquire 1 00,000,000 newly-issued
1758
+ Class A voting shares.
1759
+
1760
+ 385
1761
+ 00:41:24,760 --> 00:41:31,233
1762
+ ... Corleone capital invested directly
1763
+ into lnternational lmmobiliare,
1764
+
1765
+ 386
1766
+ 00:41:31,400 --> 00:41:35,154
1767
+ an old and respected
1768
+ European company.
1769
+
1770
+ 387
1771
+ 00:41:35,320 --> 00:41:40,474
1772
+ Mr Corleone has an ambitious programme
1773
+ to expand this real estate company
1774
+
1775
+ 388
1776
+ 00:41:40,640 --> 00:41:43,518
1777
+ into an international conglomerate...
1778
+
1779
+ 389
1780
+ 00:41:46,840 --> 00:41:51,630
1781
+ ...by Eastern techniques of efficiency
1782
+ and focus and unlimited...
1783
+
1784
+ 390
1785
+ 00:41:51,800 --> 00:41:54,678
1786
+ Mr Corleone, excuse me.
1787
+
1788
+ 391
1789
+ 00:41:54,840 --> 00:41:58,355
1790
+ Didn't you recently deposit 200 million
1791
+ in the Vatican Bank,
1792
+
1793
+ 392
1794
+ 00:41:58,520 --> 00:42:01,353
1795
+ which is affiliated with lmmobiliare?
1796
+
1797
+ 393
1798
+ 00:42:01,520 --> 00:42:02,999
1799
+ True. Why not?
1800
+
1801
+ 394
1802
+ 00:42:03,160 --> 00:42:08,393
1803
+ Wasn't there any questioning about
1804
+ the timing on this particular deposit?
1805
+
1806
+ 395
1807
+ 00:42:09,120 --> 00:42:11,588
1808
+ Mr Chairman, if l may?
1809
+
1810
+ 396
1811
+ 00:42:12,880 --> 00:42:17,351
1812
+ The Vito Andolini Corleone Foundation,
1813
+ of which Mary Corleone is chairman,
1814
+
1815
+ 397
1816
+ 00:42:17,520 --> 00:42:20,717
1817
+ has made an endowment
1818
+ of 1 00 million dollars.
1819
+
1820
+ 398
1821
+ 00:42:20,880 --> 00:42:24,953
1822
+ The money comes from his own family
1823
+ and will be administered by the Vatican.
1824
+
1825
+ 399
1826
+ 00:42:25,120 --> 00:42:27,634
1827
+ Does that answer your question?
1828
+
1829
+ 400
1830
+ 00:42:27,800 --> 00:42:33,909
1831
+ l have always believed that helping your
1832
+ fellow man is profitable in every sense,
1833
+
1834
+ 401
1835
+ 00:42:34,080 --> 00:42:36,548
1836
+ personally and bottom line.
1837
+
1838
+ 402
1839
+ 00:42:36,800 --> 00:42:42,238
1840
+ My fellow shareholders, if Europe
1841
+ and America can learn to co-operate,
1842
+
1843
+ 403
1844
+ 00:42:42,400 --> 00:42:46,279
1845
+ if we can learn to pool our wealth,
1846
+ share our markets,
1847
+
1848
+ 404
1849
+ 00:42:46,440 --> 00:42:51,275
1850
+ we can defeat any competition
1851
+ anywhere in the world.
1852
+
1853
+ 405
1854
+ 00:42:51,840 --> 00:42:54,434
1855
+ Thank you for your time.
1856
+
1857
+ 406
1858
+ 00:42:54,600 --> 00:42:59,037
1859
+ l hope that you will look favourably
1860
+ on my proposal. Thank you.
1861
+
1862
+ 407
1863
+ 00:43:04,400 --> 00:43:07,278
1864
+ Let me have this microphone here.
1865
+
1866
+ 408
1867
+ 00:43:07,440 --> 00:43:12,560
1868
+ Will we let a criminal run our company?
1869
+ He's got the map of Sicily on his face!
1870
+
1871
+ 409
1872
+ 00:43:12,720 --> 00:43:14,199
1873
+ Order!
1874
+
1875
+ 410
1876
+ 00:43:14,360 --> 00:43:17,272
1877
+ He's either a Catholic or a mafioso...
1878
+
1879
+ 411
1880
+ 00:43:18,880 --> 00:43:23,396
1881
+ The Hamilton lnvestors Group
1882
+ cannot support this proposal.
1883
+
1884
+ 412
1885
+ 00:43:23,960 --> 00:43:25,279
1886
+ Your Excellency...
1887
+
1888
+ 413
1889
+ 00:43:26,320 --> 00:43:27,799
1890
+ Mr Chairman...
1891
+
1892
+ 414
1893
+ 00:43:28,560 --> 00:43:34,556
1894
+ ...the Vatican Bank feels
1895
+ that lnternational lmmobiliare...
1896
+
1897
+ 415
1898
+ 00:43:36,400 --> 00:43:40,359
1899
+ ...will be safe in Mr Corleone's hands.
1900
+
1901
+ 416
1902
+ 00:43:40,520 --> 00:43:45,310
1903
+ ...subject to audit and final ratification,
1904
+ which must take place in Rome.
1905
+
1906
+ 417
1907
+ 00:43:45,480 --> 00:43:49,234
1908
+ Please join me in welcoming
1909
+ Mr Michael Corleone.
1910
+
1911
+ 418
1912
+ 00:43:58,840 --> 00:44:00,592
1913
+ Dad?
1914
+
1915
+ 419
1916
+ 00:44:02,760 --> 00:44:06,389
1917
+ Tony says that l'm a front
1918
+ for the foundation.
1919
+
1920
+ 420
1921
+ 00:44:07,520 --> 00:44:11,115
1922
+ That you're using me to pull the strings.
1923
+
1924
+ 421
1925
+ 00:44:11,280 --> 00:44:14,272
1926
+ - To get the money where you want it.
1927
+ - Please!
1928
+
1929
+ 422
1930
+ 00:44:14,440 --> 00:44:17,477
1931
+ - To shine up your public image.
1932
+ - Mary!
1933
+
1934
+ 423
1935
+ 00:44:18,200 --> 00:44:22,193
1936
+ Mary, this is real.
1937
+ This foundation is real.
1938
+
1939
+ 424
1940
+ 00:44:24,520 --> 00:44:29,355
1941
+ l wanted Anthony to be part of it.
1942
+ l thought you would be together on this.
1943
+
1944
+ 425
1945
+ 00:44:29,520 --> 00:44:33,718
1946
+ l won't interfere.
1947
+ l'll help, but only if you ask.
1948
+
1949
+ 426
1950
+ 00:44:33,880 --> 00:44:36,440
1951
+ What is this really for?
1952
+
1953
+ 427
1954
+ 00:44:36,600 --> 00:44:41,230
1955
+ Why are you doing this?
1956
+ Why am l doing this?
1957
+
1958
+ 428
1959
+ 00:44:41,400 --> 00:44:46,315
1960
+ l'm doing this for my children.
1961
+ You're doing it for your children too.
1962
+
1963
+ 429
1964
+ 00:44:46,720 --> 00:44:49,792
1965
+ This foundation is supposed to
1966
+ help all people?
1967
+
1968
+ 430
1969
+ 00:44:49,960 --> 00:44:51,439
1970
+ That's the purpose.
1971
+
1972
+ 431
1973
+ 00:44:52,280 --> 00:44:56,876
1974
+ This is legitimate.
1975
+ Mary, l swear, this is legitimate.
1976
+
1977
+ 432
1978
+ 00:45:00,760 --> 00:45:04,150
1979
+ Dad, l want this to bring me
1980
+ closer to you.
1981
+
1982
+ 433
1983
+ 00:45:11,520 --> 00:45:15,752
1984
+ l would burn in Hell to keep you safe.
1985
+
1986
+ 434
1987
+ 00:45:28,880 --> 00:45:31,678
1988
+ Go in the other car. l'll ride with Michael.
1989
+
1990
+ 435
1991
+ 00:45:31,840 --> 00:45:33,831
1992
+ Go, go, go.
1993
+
1994
+ 436
1995
+ 00:45:46,920 --> 00:45:52,711
1996
+ As your family's oldest friend, l'm
1997
+ always chosen to bring you messages.
1998
+
1999
+ 437
2000
+ 00:45:54,840 --> 00:45:57,832
2001
+ Tell me, Don Altobello.
2002
+
2003
+ 438
2004
+ 00:45:59,360 --> 00:46:03,353
2005
+ Your old partners are grateful for
2006
+ the money you made them.
2007
+
2008
+ 439
2009
+ 00:46:03,520 --> 00:46:05,829
2010
+ They worship you...
2011
+
2012
+ 440
2013
+ 00:46:06,800 --> 00:46:12,670
2014
+ ...but their hearts are broken, because
2015
+ they think you abandoned them.
2016
+
2017
+ 441
2018
+ 00:46:13,120 --> 00:46:19,070
2019
+ They want to share your deal
2020
+ on lmmobiliare, to be a family again.
2021
+
2022
+ 442
2023
+ 00:46:19,400 --> 00:46:21,994
2024
+ lt can purify their money.
2025
+
2026
+ 443
2027
+ 00:46:23,960 --> 00:46:26,428
2028
+ This l cannot do.
2029
+
2030
+ 444
2031
+ 00:46:28,280 --> 00:46:31,989
2032
+ lmmobiliare must be legitimate.
2033
+
2034
+ 445
2035
+ 00:46:33,120 --> 00:46:35,554
2036
+ l know.
2037
+
2038
+ 446
2039
+ 00:46:35,720 --> 00:46:38,234
2040
+ But they're unhappy.
2041
+
2042
+ 447
2043
+ 00:46:39,720 --> 00:46:41,551
2044
+ And you?
2045
+
2046
+ 448
2047
+ 00:46:41,720 --> 00:46:47,590
2048
+ l ask nothing for myself,
2049
+ only peace in my old age.
2050
+
2051
+ 449
2052
+ 00:46:47,760 --> 00:46:51,309
2053
+ But l must please the world around me.
2054
+
2055
+ 450
2056
+ 00:46:52,440 --> 00:46:58,675
2057
+ Michael, your father was a
2058
+ reasonable man. Learn from him.
2059
+
2060
+ 451
2061
+ 00:47:00,680 --> 00:47:04,150
2062
+ l learned many things from my father.
2063
+
2064
+ 452
2065
+ 00:47:09,120 --> 00:47:14,638
2066
+ Call a meeting, my friend,
2067
+ so there are no debts or grudges.
2068
+
2069
+ 453
2070
+ 00:47:15,840 --> 00:47:18,912
2071
+ We will make the peace, you and l.
2072
+
2073
+ 454
2074
+ 00:47:26,520 --> 00:47:28,476
2075
+ The Vatican announced today...
2076
+
2077
+ 455
2078
+ 00:47:28,640 --> 00:47:32,758
2079
+ that Pope Paul Vl has canceled
2080
+ his Sunday blessing...
2081
+
2082
+ 456
2083
+ 00:47:32,920 --> 00:47:35,070
2084
+ due to ill health.
2085
+
2086
+ 457
2087
+ 00:47:35,240 --> 00:47:40,712
2088
+ His physician has ordered
2089
+ total bedrest...
2090
+
2091
+ 458
2092
+ 00:47:40,880 --> 00:47:43,633
2093
+ and cessation of all activities.
2094
+
2095
+ 459
2096
+ 00:47:56,760 --> 00:48:02,118
2097
+ They've had a press conference. The
2098
+ Pope's condition is grave. ''Gravissimo. ''
2099
+
2100
+ 460
2101
+ 00:48:27,960 --> 00:48:33,034
2102
+ The purpose of this meeting
2103
+ is to ratify...
2104
+
2105
+ 461
2106
+ 00:48:33,200 --> 00:48:37,113
2107
+ the motion passed by our
2108
+ shareholders in New York.
2109
+
2110
+ 462
2111
+ 00:48:37,880 --> 00:48:39,871
2112
+ Please...
2113
+
2114
+ 463
2115
+ 00:48:40,040 --> 00:48:44,511
2116
+ Our group represents a consortium
2117
+ of Catholic businessmen
2118
+
2119
+ 464
2120
+ 00:48:44,680 --> 00:48:47,672
2121
+ against the Corleone control.
2122
+
2123
+ 465
2124
+ 00:48:48,120 --> 00:48:52,955
2125
+ The Vatican has cast its vote. Corleone
2126
+ Group already controls the Board.
2127
+
2128
+ 466
2129
+ 00:48:53,240 --> 00:48:57,756
2130
+ According to the Lateran Treaty,
2131
+ the Vatican vote must be ratified here.
2132
+
2133
+ 467
2134
+ 00:48:57,920 --> 00:49:00,480
2135
+ Here in Rome, by the Pope.
2136
+
2137
+ 468
2138
+ 00:49:03,800 --> 00:49:07,270
2139
+ The Pope is gravely ill.
2140
+
2141
+ 469
2142
+ 00:49:08,160 --> 00:49:12,233
2143
+ Until he recovers, l am powerless.
2144
+
2145
+ 470
2146
+ 00:49:12,760 --> 00:49:15,638
2147
+ - What if he dies?
2148
+ - Then...
2149
+
2150
+ 471
2151
+ 00:49:16,560 --> 00:49:19,677
2152
+ ...as you Americans say,
2153
+ all bets are off.
2154
+
2155
+ 472
2156
+ 00:49:19,840 --> 00:49:22,400
2157
+ Gentlemen, please.
2158
+
2159
+ 473
2160
+ 00:49:23,120 --> 00:49:27,238
2161
+ This is a brief delay. Nothing more.
2162
+
2163
+ 474
2164
+ 00:49:31,080 --> 00:49:34,311
2165
+ Your Excellency, gentlemen...
2166
+
2167
+ 475
2168
+ 00:49:34,720 --> 00:49:40,192
2169
+ l advise you to join us in our prayers
2170
+ for the Holy Father's recovery.
2171
+
2172
+ 476
2173
+ 00:49:41,240 --> 00:49:42,912
2174
+ We had an agreement!
2175
+
2176
+ 477
2177
+ 00:49:44,160 --> 00:49:47,869
2178
+ This meeting was to be
2179
+ merely a formality.
2180
+
2181
+ 478
2182
+ 00:49:48,040 --> 00:49:52,955
2183
+ - Please sit down.
2184
+ - l'd rather stand. Give me an answer.
2185
+
2186
+ 479
2187
+ 00:49:53,120 --> 00:49:58,399
2188
+ The lmmobiliare has its roots in the
2189
+ European tradition. Please understand.
2190
+
2191
+ 480
2192
+ 00:49:59,040 --> 00:50:02,350
2193
+ l understand.
2194
+ Your tactics are despicable.
2195
+
2196
+ 481
2197
+ 00:50:02,520 --> 00:50:05,512
2198
+ That's quite an indictment,
2199
+ coming from a Corleone.
2200
+
2201
+ 482
2202
+ 00:50:05,680 --> 00:50:10,674
2203
+ - Gentlemen, gentlemen!
2204
+ - Remember you are in the Vatican.
2205
+
2206
+ 483
2207
+ 00:50:13,280 --> 00:50:19,116
2208
+ - What is it that you want?
2209
+ - Yes, you will take control.
2210
+
2211
+ 484
2212
+ 00:50:19,760 --> 00:50:23,673
2213
+ We'll gladly put you at the helm
2214
+ of our little fleet,
2215
+
2216
+ 485
2217
+ 00:50:23,840 --> 00:50:27,753
2218
+ but our ships must all sail
2219
+ in the same direction.
2220
+
2221
+ 486
2222
+ 00:50:29,000 --> 00:50:34,916
2223
+ Otherwise, who can say how long
2224
+ your stay with us will last?
2225
+
2226
+ 487
2227
+ 00:50:36,560 --> 00:50:42,829
2228
+ lt's not personal. lt's only business.
2229
+ You should know, Godfather.
2230
+
2231
+ 488
2232
+ 00:50:46,040 --> 00:50:47,473
2233
+ Very well.
2234
+
2235
+ 489
2236
+ 00:50:48,600 --> 00:50:53,435
2237
+ You want to do business with me?
2238
+ l will do business with you.
2239
+
2240
+ 490
2241
+ 00:50:54,400 --> 00:50:56,994
2242
+ Vipers, all of them.
2243
+
2244
+ 491
2245
+ 00:51:02,040 --> 00:51:05,032
2246
+ - We're back with the Borgias!
2247
+ - Uncle Michael...
2248
+
2249
+ 492
2250
+ 00:51:05,200 --> 00:51:08,078
2251
+ - Andrew!
2252
+ - l heard you were here.
2253
+
2254
+ 493
2255
+ 00:51:08,240 --> 00:51:12,472
2256
+ lt's so nice to see you.
2257
+ Vincent, it's so nice.
2258
+
2259
+ 494
2260
+ 00:51:12,640 --> 00:51:15,677
2261
+ What is this about the Borgias?
2262
+ Those days are over.
2263
+
2264
+ 495
2265
+ 00:51:21,000 --> 00:51:23,798
2266
+ - Recognise it?
2267
+ - Yeah.
2268
+
2269
+ 496
2270
+ 00:51:24,560 --> 00:51:29,270
2271
+ Genco Olive Oil. That's where our
2272
+ grandfather started as a delivery boy.
2273
+
2274
+ 497
2275
+ 00:51:29,440 --> 00:51:32,238
2276
+ Three years later he owned it.
2277
+
2278
+ 498
2279
+ 00:51:32,680 --> 00:51:35,672
2280
+ - Only in America.
2281
+ - That's it.
2282
+
2283
+ 499
2284
+ 00:51:35,840 --> 00:51:40,834
2285
+ Vincenzo, where have you been hiding?
2286
+ We need your help so badly.
2287
+
2288
+ 500
2289
+ 00:51:41,000 --> 00:51:44,993
2290
+ - What can l do for you?
2291
+ - Get rid of Joe Zasa. He sells drugs...
2292
+
2293
+ 501
2294
+ 00:51:45,160 --> 00:51:49,472
2295
+ Now that l'm an older woman,
2296
+ l'm afraid to go out at night.
2297
+
2298
+ 502
2299
+ 00:51:49,640 --> 00:51:51,790
2300
+ Where should they be now?
2301
+
2302
+ 503
2303
+ 00:51:51,960 --> 00:51:54,952
2304
+ - Lou, what's going on?
2305
+ - We're late.
2306
+
2307
+ 504
2308
+ 00:51:56,720 --> 00:51:59,188
2309
+ - Have l ever let you down?
2310
+ - l trust you.
2311
+
2312
+ 505
2313
+ 00:51:59,360 --> 00:52:01,669
2314
+ - Don't worry.
2315
+ - Thank you.
2316
+
2317
+ 506
2318
+ 00:52:01,840 --> 00:52:03,558
2319
+ Enjoy yourselves.
2320
+
2321
+ 507
2322
+ 00:52:09,720 --> 00:52:14,032
2323
+ - What was that?
2324
+ - The neighbourhood's in trouble.
2325
+
2326
+ 508
2327
+ 00:52:14,440 --> 00:52:17,079
2328
+ - Do you keep an eye out for them?
2329
+ - Yes.
2330
+
2331
+ 509
2332
+ 00:52:17,240 --> 00:52:20,118
2333
+ - And for me?
2334
+ - From now on.
2335
+
2336
+ 510
2337
+ 00:52:20,920 --> 00:52:24,754
2338
+ - l've missed you all this time.
2339
+ - l missed you too, cousin.
2340
+
2341
+ 511
2342
+ 00:52:24,920 --> 00:52:29,948
2343
+ l missed growing up with my cousins.
2344
+ l didn't even know you, but missed you.
2345
+
2346
+ 512
2347
+ 00:52:30,520 --> 00:52:34,832
2348
+ Do you remember stories
2349
+ about our fathers? The old days?
2350
+
2351
+ 513
2352
+ 00:52:35,000 --> 00:52:37,992
2353
+ Yeah, what do you want to know?
2354
+
2355
+ 514
2356
+ 00:52:39,560 --> 00:52:45,237
2357
+ - What was Sonny like?
2358
+ - Well, he was the Prince of the City.
2359
+
2360
+ 515
2361
+ 00:52:46,160 --> 00:52:49,914
2362
+ He died before l was born,
2363
+ but l've heard a lot about him.
2364
+
2365
+ 516
2366
+ 00:52:51,400 --> 00:52:55,029
2367
+ - What about my father?
2368
+ - He's a great man.
2369
+
2370
+ 517
2371
+ 00:52:56,240 --> 00:52:58,959
2372
+ He's a hero. He saved the family.
2373
+
2374
+ 518
2375
+ 00:53:00,160 --> 00:53:02,151
2376
+ - Vincent?
2377
+ - What?
2378
+
2379
+ 519
2380
+ 00:53:02,320 --> 00:53:04,788
2381
+ Did he kill his own brother?
2382
+
2383
+ 520
2384
+ 00:53:08,720 --> 00:53:10,551
2385
+ No.
2386
+
2387
+ 521
2388
+ 00:53:12,440 --> 00:53:14,874
2389
+ So, it's all lies?
2390
+
2391
+ 522
2392
+ 00:53:17,920 --> 00:53:21,515
2393
+ Just stories, sweetheart. Okay?
2394
+
2395
+ 523
2396
+ 00:53:25,120 --> 00:53:26,838
2397
+ Okay.
2398
+
2399
+ 524
2400
+ 00:53:28,120 --> 00:53:30,350
2401
+ l believe you.
2402
+
2403
+ 525
2404
+ 00:53:30,520 --> 00:53:34,433
2405
+ - l'm glad you're around.
2406
+ - l'm glad you're here too.
2407
+
2408
+ 526
2409
+ 00:53:38,760 --> 00:53:40,716
2410
+ Cugina...
2411
+
2412
+ 527
2413
+ 00:53:40,920 --> 00:53:42,911
2414
+ Cous...
2415
+
2416
+ 528
2417
+ 00:53:56,160 --> 00:53:59,391
2418
+ l'd like to take Joey Zasa for a ride
2419
+ in this and drop him.
2420
+
2421
+ 529
2422
+ 00:53:59,560 --> 00:54:02,199
2423
+ Joey Zasa is nothing.
2424
+
2425
+ 530
2426
+ 00:54:02,360 --> 00:54:06,069
2427
+ He's a small-time enforcer.
2428
+ He bluffs and threatens.
2429
+
2430
+ 531
2431
+ 00:54:06,240 --> 00:54:10,074
2432
+ He's nothing. You can see him coming
2433
+ a mile away.
2434
+
2435
+ 532
2436
+ 00:54:10,720 --> 00:54:13,712
2437
+ - We should kill him before he...
2438
+ - No!
2439
+
2440
+ 533
2441
+ 00:54:16,160 --> 00:54:20,756
2442
+ Never hate your enemies.
2443
+ lt affects your judgement.
2444
+
2445
+ 534
2446
+ 00:54:35,800 --> 00:54:38,394
2447
+ Nice to see you again, Mr Corleone.
2448
+
2449
+ 535
2450
+ 00:54:58,040 --> 00:55:00,679
2451
+ Hey, girls. Let's go.
2452
+
2453
+ 536
2454
+ 00:55:17,160 --> 00:55:21,438
2455
+ We trusted you to manage
2456
+ our money in the casinos.
2457
+
2458
+ 537
2459
+ 00:55:21,600 --> 00:55:27,197
2460
+ lt's not even 20 years. You've sold the
2461
+ casinos and made fortunes for all of us.
2462
+
2463
+ 538
2464
+ 00:55:27,360 --> 00:55:29,669
2465
+ Bravo, Don Corleone!
2466
+
2467
+ 539
2468
+ 00:55:31,400 --> 00:55:32,719
2469
+ Thank you.
2470
+
2471
+ 540
2472
+ 00:55:33,640 --> 00:55:40,637
2473
+ Friends, l have come here
2474
+ because our business together is done.
2475
+
2476
+ 541
2477
+ 00:55:41,720 --> 00:55:43,438
2478
+ We have prospered,
2479
+
2480
+ 542
2481
+ 00:55:43,600 --> 00:55:49,311
2482
+ and now it is time for us to dissolve
2483
+ the business relationship between us.
2484
+
2485
+ 543
2486
+ 00:55:50,560 --> 00:55:52,516
2487
+ That's it.