Upload 7 files
Browse files- .gitattributes +1 -0
- README.txt +113 -0
- chameleons.pdf +0 -0
- movie_characters_metadata.txt +0 -0
- movie_conversations.txt +0 -0
- movie_lines.txt +3 -0
- movie_titles_metadata.txt +617 -0
- raw_script_urls.txt +617 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
movie_lines.txt filter=lfs diff=lfs merge=lfs -text
|
README.txt
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cornell Movie-Dialogs Corpus
|
2 |
+
|
3 |
+
Distributed together with:
|
4 |
+
|
5 |
+
"Chameleons in imagined conversations: A new approach to understanding coordination of linguistic style in dialogs"
|
6 |
+
Cristian Danescu-Niculescu-Mizil and Lillian Lee
|
7 |
+
Proceedings of the Workshop on Cognitive Modeling and Computational Linguistics, ACL 2011.
|
8 |
+
|
9 |
+
(this paper is included in this zip file)
|
10 |
+
|
11 |
+
NOTE: If you have results to report on these corpora, please send email to [email protected] or [email protected] so we can add you to our list of people using this data. Thanks!
|
12 |
+
|
13 |
+
|
14 |
+
Contents of this README:
|
15 |
+
|
16 |
+
A) Brief description
|
17 |
+
B) Files description
|
18 |
+
C) Details on the collection procedure
|
19 |
+
D) Contact
|
20 |
+
|
21 |
+
|
22 |
+
A) Brief description:
|
23 |
+
|
24 |
+
This corpus contains a metadata-rich collection of fictional conversations extracted from raw movie scripts:
|
25 |
+
|
26 |
+
- 220,579 conversational exchanges between 10,292 pairs of movie characters
|
27 |
+
- involves 9,035 characters from 617 movies
|
28 |
+
- in total 304,713 utterances
|
29 |
+
- movie metadata included:
|
30 |
+
- genres
|
31 |
+
- release year
|
32 |
+
- IMDB rating
|
33 |
+
- number of IMDB votes
|
34 |
+
- IMDB rating
|
35 |
+
- character metadata included:
|
36 |
+
- gender (for 3,774 characters)
|
37 |
+
- position on movie credits (3,321 characters)
|
38 |
+
|
39 |
+
|
40 |
+
B) Files description:
|
41 |
+
|
42 |
+
In all files the field separator is " +++$+++ "
|
43 |
+
|
44 |
+
- movie_titles_metadata.txt
|
45 |
+
- contains information about each movie title
|
46 |
+
- fields:
|
47 |
+
- movieID,
|
48 |
+
- movie title,
|
49 |
+
- movie year,
|
50 |
+
- IMDB rating,
|
51 |
+
- no. IMDB votes,
|
52 |
+
- genres in the format ['genre1','genre2',�,'genreN']
|
53 |
+
|
54 |
+
- movie_characters_metadata.txt
|
55 |
+
- contains information about each movie character
|
56 |
+
- fields:
|
57 |
+
- characterID
|
58 |
+
- character name
|
59 |
+
- movieID
|
60 |
+
- movie title
|
61 |
+
- gender ("?" for unlabeled cases)
|
62 |
+
- position in credits ("?" for unlabeled cases)
|
63 |
+
|
64 |
+
- movie_lines.txt
|
65 |
+
- contains the actual text of each utterance
|
66 |
+
- fields:
|
67 |
+
- lineID
|
68 |
+
- characterID (who uttered this phrase)
|
69 |
+
- movieID
|
70 |
+
- character name
|
71 |
+
- text of the utterance
|
72 |
+
|
73 |
+
- movie_conversations.txt
|
74 |
+
- the structure of the conversations
|
75 |
+
- fields
|
76 |
+
- characterID of the first character involved in the conversation
|
77 |
+
- characterID of the second character involved in the conversation
|
78 |
+
- movieID of the movie in which the conversation occurred
|
79 |
+
- list of the utterances that make the conversation, in chronological
|
80 |
+
order: ['lineID1','lineID2',�,'lineIDN']
|
81 |
+
has to be matched with movie_lines.txt to reconstruct the actual content
|
82 |
+
|
83 |
+
- raw_script_urls.txt
|
84 |
+
- the urls from which the raw sources were retrieved
|
85 |
+
|
86 |
+
C) Details on the collection procedure:
|
87 |
+
|
88 |
+
We started from raw publicly available movie scripts (sources acknowledged in
|
89 |
+
raw_script_urls.txt). In order to collect the metadata necessary for this study
|
90 |
+
and to distinguish between two script versions of the same movie, we automatically
|
91 |
+
matched each script with an entry in movie database provided by IMDB (The Internet
|
92 |
+
Movie Database; data interfaces available at http://www.imdb.com/interfaces). Some
|
93 |
+
amount of manual correction was also involved. When more than one movie with the same
|
94 |
+
title was found in IMBD, the match was made with the most popular title
|
95 |
+
(the one that received most IMDB votes)
|
96 |
+
|
97 |
+
After discarding all movies that could not be matched or that had less than 5 IMDB
|
98 |
+
votes, we were left with 617 unique titles with metadata including genre, release
|
99 |
+
year, IMDB rating and no. of IMDB votes and cast distribution. We then identified
|
100 |
+
the pairs of characters that interact and separated their conversations automatically
|
101 |
+
using simple data processing heuristics. After discarding all pairs that exchanged
|
102 |
+
less than 5 conversational exchanges there were 10,292 left, exchanging 220,579
|
103 |
+
conversational exchanges (304,713 utterances). After automatically matching the names
|
104 |
+
of the 9,035 involved characters to the list of cast distribution, we used the
|
105 |
+
gender of each interpreting actor to infer the fictional gender of a subset of
|
106 |
+
3,321 movie characters (we raised the number of gendered 3,774 characters through
|
107 |
+
manual annotation). Similarly, we collected the end credit position of a subset
|
108 |
+
of 3,321 characters as a proxy for their status.
|
109 |
+
|
110 |
+
|
111 |
+
D) Contact:
|
112 |
+
|
113 |
+
Please email any questions to: [email protected] (Cristian Danescu-Niculescu-Mizil)
|
chameleons.pdf
ADDED
Binary file (291 kB). View file
|
|
movie_characters_metadata.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
movie_conversations.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
movie_lines.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59b9a78482829bc083d69cc9c164fc058eb4d0431712e09a4b08059663d0de56
|
3 |
+
size 34641919
|
movie_titles_metadata.txt
ADDED
@@ -0,0 +1,617 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
m0 +++$+++ 10 things i hate about you +++$+++ 1999 +++$+++ 6.90 +++$+++ 62847 +++$+++ ['comedy', 'romance']
|
2 |
+
m1 +++$+++ 1492: conquest of paradise +++$+++ 1992 +++$+++ 6.20 +++$+++ 10421 +++$+++ ['adventure', 'biography', 'drama', 'history']
|
3 |
+
m2 +++$+++ 15 minutes +++$+++ 2001 +++$+++ 6.10 +++$+++ 25854 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
4 |
+
m3 +++$+++ 2001: a space odyssey +++$+++ 1968 +++$+++ 8.40 +++$+++ 163227 +++$+++ ['adventure', 'mystery', 'sci-fi']
|
5 |
+
m4 +++$+++ 48 hrs. +++$+++ 1982 +++$+++ 6.90 +++$+++ 22289 +++$+++ ['action', 'comedy', 'crime', 'drama', 'thriller']
|
6 |
+
m5 +++$+++ the fifth element +++$+++ 1997 +++$+++ 7.50 +++$+++ 133756 +++$+++ ['action', 'adventure', 'romance', 'sci-fi', 'thriller']
|
7 |
+
m6 +++$+++ 8mm +++$+++ 1999 +++$+++ 6.30 +++$+++ 48212 +++$+++ ['crime', 'mystery', 'thriller']
|
8 |
+
m7 +++$+++ a nightmare on elm street 4: the dream master +++$+++ 1988 +++$+++ 5.20 +++$+++ 13590 +++$+++ ['fantasy', 'horror', 'thriller']
|
9 |
+
m8 +++$+++ a nightmare on elm street: the dream child +++$+++ 1989 +++$+++ 4.70 +++$+++ 11092 +++$+++ ['fantasy', 'horror', 'thriller']
|
10 |
+
m9 +++$+++ the atomic submarine +++$+++ 1959 +++$+++ 4.90 +++$+++ 513 +++$+++ ['sci-fi', 'thriller']
|
11 |
+
m10 +++$+++ affliction +++$+++ 1997 +++$+++ 6.90 +++$+++ 7252 +++$+++ ['drama', 'mystery', 'thriller']
|
12 |
+
m11 +++$+++ air force one +++$+++ 1997 +++$+++ 6.30 +++$+++ 61978 +++$+++ ['action', 'drama', 'thriller']
|
13 |
+
m12 +++$+++ airplane ii: the sequel +++$+++ 1982 +++$+++ 5.80 +++$+++ 15210 +++$+++ ['comedy', 'romance', 'sci-fi']
|
14 |
+
m13 +++$+++ airplane! +++$+++ 1980 +++$+++ 7.80 +++$+++ 57692 +++$+++ ['comedy', 'romance']
|
15 |
+
m14 +++$+++ alien nation +++$+++ 1988 +++$+++ 6.10 +++$+++ 5590 +++$+++ ['crime', 'drama', 'sci-fi', 'thriller']
|
16 |
+
m15 +++$+++ aliens +++$+++ 1986 +++$+++ 8.50 +++$+++ 173518 +++$+++ ['action', 'sci-fi', 'thriller']
|
17 |
+
m16 +++$+++ amadeus +++$+++ 1984 +++$+++ 8.40 +++$+++ 99138 +++$+++ ['biography', 'drama', 'music']
|
18 |
+
m17 +++$+++ an american werewolf in london +++$+++ 1981 +++$+++ 7.50 +++$+++ 24443 +++$+++ ['horror', 'romance']
|
19 |
+
m18 +++$+++ american madness +++$+++ 1932 +++$+++ 7.40 +++$+++ 702 +++$+++ ['drama']
|
20 |
+
m19 +++$+++ american outlaws +++$+++ 2001 +++$+++ 5.70 +++$+++ 7425 +++$+++ ['action', 'western']
|
21 |
+
m20 +++$+++ american psycho +++$+++ 2000 +++$+++ 7.40 +++$+++ 101357 +++$+++ ['drama', 'thriller']
|
22 |
+
m21 +++$+++ antitrust +++$+++ 2001 +++$+++ 6.00 +++$+++ 16453 +++$+++ ['drama', 'thriller']
|
23 |
+
m22 +++$+++ austin powers: international man of mystery +++$+++ 1997 +++$+++ 7.10 +++$+++ 75240 +++$+++ ['action', 'adventure', 'comedy', 'crime']
|
24 |
+
m23 +++$+++ the avengers +++$+++ 1998 +++$+++ 3.40 +++$+++ 21519 +++$+++ ['action', 'adventure', 'thriller']
|
25 |
+
m24 +++$+++ bachelor party +++$+++ 1984 +++$+++ 5.90 +++$+++ 14050 +++$+++ ['comedy', 'romance']
|
26 |
+
m25 +++$+++ backdraft +++$+++ 1991 +++$+++ 6.60 +++$+++ 28541 +++$+++ ['action', 'crime', 'drama', 'mystery', 'thriller']
|
27 |
+
m26 +++$+++ bad lieutenant +++$+++ 1992 +++$+++ 6.90 +++$+++ 13908 +++$+++ ['crime', 'drama']
|
28 |
+
m27 +++$+++ bamboozled +++$+++ 2000 +++$+++ 6.30 +++$+++ 5995 +++$+++ ['comedy', 'drama', 'music']
|
29 |
+
m28 +++$+++ barry lyndon +++$+++ 1975 +++$+++ 8.10 +++$+++ 40622 +++$+++ ['drama', 'romance', 'war']
|
30 |
+
m29 +++$+++ basic +++$+++ 2003 +++$+++ 6.30 +++$+++ 26295 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
31 |
+
m30 +++$+++ big fish +++$+++ 2003 +++$+++ 8.10 +++$+++ 144264 +++$+++ ['adventure', 'drama', 'fantasy']
|
32 |
+
m31 +++$+++ birthday girl +++$+++ 2001 +++$+++ 6.00 +++$+++ 13497 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
|
33 |
+
m32 +++$+++ black snake moan +++$+++ 2006 +++$+++ 7.10 +++$+++ 28509 +++$+++ ['drama']
|
34 |
+
m33 +++$+++ black rain +++$+++ 1989/I +++$+++ 6.40 +++$+++ 16249 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
35 |
+
m34 +++$+++ blade runner +++$+++ 1982 +++$+++ 8.30 +++$+++ 188735 +++$+++ ['drama', 'sci-fi', 'thriller']
|
36 |
+
m35 +++$+++ blast from the past +++$+++ 1999 +++$+++ 6.40 +++$+++ 23489 +++$+++ ['comedy', 'drama', 'romance']
|
37 |
+
m36 +++$+++ blue velvet +++$+++ 1986 +++$+++ 7.80 +++$+++ 54576 +++$+++ ['crime', 'mystery', 'thriller']
|
38 |
+
m37 +++$+++ the boondock saints +++$+++ 1999 +++$+++ 7.80 +++$+++ 87895 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
39 |
+
m38 +++$+++ bottle rocket +++$+++ 1996 +++$+++ 7.20 +++$+++ 22303 +++$+++ ['comedy', 'crime']
|
40 |
+
m39 +++$+++ the bourne supremacy +++$+++ 2004 +++$+++ 7.60 +++$+++ 106349 +++$+++ ['action', 'adventure', 'mystery', 'thriller']
|
41 |
+
m40 +++$+++ braveheart +++$+++ 1995 +++$+++ 8.40 +++$+++ 245652 +++$+++ ['action', 'biography', 'drama', 'history', 'war']
|
42 |
+
m41 +++$+++ the butterfly effect +++$+++ 2004 +++$+++ 7.80 +++$+++ 104917 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
|
43 |
+
m42 +++$+++ casablanca +++$+++ 1942 +++$+++ 8.80 +++$+++ 170874 +++$+++ ['drama', 'romance', 'war']
|
44 |
+
m43 +++$+++ cast away +++$+++ 2000 +++$+++ 7.50 +++$+++ 104477 +++$+++ ['adventure', 'drama']
|
45 |
+
m44 +++$+++ the cider house rules +++$+++ 1999 +++$+++ 7.50 +++$+++ 38836 +++$+++ ['drama', 'romance']
|
46 |
+
m45 +++$+++ confidence +++$+++ 2003 +++$+++ 6.80 +++$+++ 17235 +++$+++ ['crime', 'thriller']
|
47 |
+
m46 +++$+++ croupier +++$+++ 1998 +++$+++ 7.20 +++$+++ 9060 +++$+++ ['crime', 'drama']
|
48 |
+
m47 +++$+++ dark star +++$+++ 1974 +++$+++ 6.50 +++$+++ 8303 +++$+++ ['comedy', 'sci-fi', 'thriller']
|
49 |
+
m48 +++$+++ dark angel +++$+++ 1990 +++$+++ 5.30 +++$+++ 3452 +++$+++ ['action', 'crime', 'drama', 'horror', 'sci-fi', 'thriller']
|
50 |
+
m49 +++$+++ detroit rock city +++$+++ 1999 +++$+++ 6.50 +++$+++ 14666 +++$+++ ['comedy', 'music']
|
51 |
+
m50 +++$+++ donnie darko +++$+++ 2001 +++$+++ 8.30 +++$+++ 215194 +++$+++ ['drama', 'mystery', 'sci-fi']
|
52 |
+
m51 +++$+++ drop dead gorgeous +++$+++ 1999 +++$+++ 6.30 +++$+++ 16417 +++$+++ ['comedy', 'adult']
|
53 |
+
m52 +++$+++ duck soup +++$+++ 1933 +++$+++ 8.10 +++$+++ 27112 +++$+++ ['comedy', 'musical']
|
54 |
+
m53 +++$+++ the elephant man +++$+++ 1980 +++$+++ 8.40 +++$+++ 59625 +++$+++ ['biography', 'drama', 'history']
|
55 |
+
m54 +++$+++ erik the viking +++$+++ 1989 +++$+++ 5.90 +++$+++ 5889 +++$+++ ['comedy', 'adventure', 'fantasy']
|
56 |
+
m55 +++$+++ eternal sunshine of the spotless mind +++$+++ 2004 +++$+++ 8.50 +++$+++ 224838 +++$+++ ['drama', 'romance', 'sci-fi']
|
57 |
+
m56 +++$+++ even cowgirls get the blues +++$+++ 1993 +++$+++ 4.00 +++$+++ 3947 +++$+++ ['comedy', 'drama', 'romance', 'western']
|
58 |
+
m57 +++$+++ event horizon +++$+++ 1997 +++$+++ 6.40 +++$+++ 45497 +++$+++ ['horror', 'mystery', 'mystery', 'sci-fi', 'sci-fi']
|
59 |
+
m58 +++$+++ fantastic four +++$+++ 2005 +++$+++ 5.70 +++$+++ 72581 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi', 'fantasy']
|
60 |
+
m59 +++$+++ fast times at ridgemont high +++$+++ 1982 +++$+++ 7.20 +++$+++ 31710 +++$+++ ['comedy', 'drama', 'romance']
|
61 |
+
m60 +++$+++ fear and loathing in las vegas +++$+++ 1998 +++$+++ 7.60 +++$+++ 82748 +++$+++ ['drama', 'fantasy']
|
62 |
+
m61 +++$+++ feast +++$+++ 2005 +++$+++ 6.40 +++$+++ 12248 +++$+++ ['action', 'comedy', 'horror', 'thriller']
|
63 |
+
m62 +++$+++ frances +++$+++ 1982 +++$+++ 7.20 +++$+++ 2756 +++$+++ ['biography', 'drama']
|
64 |
+
m63 +++$+++ frankenstein +++$+++ 1931 +++$+++ 8.00 +++$+++ 23522 +++$+++ ['drama', 'horror', 'sci-fi']
|
65 |
+
m64 +++$+++ friday the 13th +++$+++ 2009 +++$+++ 5.60 +++$+++ 27499 +++$+++ ['horror']
|
66 |
+
m65 +++$+++ from dusk till dawn +++$+++ 1996 +++$+++ 7.10 +++$+++ 81559 +++$+++ ['action', 'crime', 'horror', 'thriller']
|
67 |
+
m66 +++$+++ g.i. jane +++$+++ 1997 +++$+++ 5.60 +++$+++ 24068 +++$+++ ['action', 'drama']
|
68 |
+
m67 +++$+++ godzilla +++$+++ 1998 +++$+++ 4.90 +++$+++ 60310 +++$+++ ['action', 'horror', 'sci-fi', 'thriller']
|
69 |
+
m68 +++$+++ galaxy quest +++$+++ 1999 +++$+++ 7.20 +++$+++ 53004 +++$+++ ['action', 'adventure', 'comedy', 'sci-fi']
|
70 |
+
m69 +++$+++ george washington +++$+++ 2000 +++$+++ 7.50 +++$+++ 3142 +++$+++ ['drama']
|
71 |
+
m70 +++$+++ get shorty +++$+++ 1995 +++$+++ 6.90 +++$+++ 33588 +++$+++ ['comedy', 'crime', 'thriller']
|
72 |
+
m71 +++$+++ ghost ship +++$+++ 2002 +++$+++ 5.30 +++$+++ 26413 +++$+++ ['horror', 'mystery', 'thriller']
|
73 |
+
m72 +++$+++ ghost world +++$+++ 2001 +++$+++ 7.70 +++$+++ 43550 +++$+++ ['comedy', 'drama']
|
74 |
+
m73 +++$+++ the ghost and the darkness +++$+++ 1996 +++$+++ 6.60 +++$+++ 19954 +++$+++ ['adventure', 'drama', 'thriller']
|
75 |
+
m74 +++$+++ ghostbusters ii +++$+++ 1989 +++$+++ 6.10 +++$+++ 45450 +++$+++ ['action', 'adventure', 'comedy', 'fantasy', 'sci-fi', 'action', 'adventure', 'comedy', 'sci-fi']
|
76 |
+
m75 +++$+++ ghostbusters +++$+++ 1986 +++$+++ 6.90 +++$+++ 237 +++$+++ ['animation', 'comedy', 'fantasy', 'sci-fi', 'horror']
|
77 |
+
m76 +++$+++ gladiator +++$+++ 2000 +++$+++ 8.40 +++$+++ 286067 +++$+++ ['action', 'adventure', 'drama']
|
78 |
+
m77 +++$+++ the graduate +++$+++ 1967 +++$+++ 8.20 +++$+++ 79677 +++$+++ ['comedy', 'drama', 'romance']
|
79 |
+
m78 +++$+++ grand hotel +++$+++ 1932 +++$+++ 7.70 +++$+++ 6088 +++$+++ ['drama', 'romance']
|
80 |
+
m79 +++$+++ the grifters +++$+++ 1990 +++$+++ 7.00 +++$+++ 11481 +++$+++ ['crime', 'drama', 'thriller']
|
81 |
+
m80 +++$+++ halloween h20: 20 years later +++$+++ 1998 +++$+++ 5.40 +++$+++ 22353 +++$+++ ['drama', 'horror', 'thriller']
|
82 |
+
m81 +++$+++ halloween: the curse of michael myers +++$+++ 1995 +++$+++ 4.50 +++$+++ 8743 +++$+++ ['horror', 'thriller']
|
83 |
+
m82 +++$+++ happy birthday, wanda june +++$+++ 1971 +++$+++ 5.80 +++$+++ 144 +++$+++ ['comedy', 'drama']
|
84 |
+
m83 +++$+++ hardcore +++$+++ 1979 +++$+++ 6.70 +++$+++ 2455 +++$+++ ['drama']
|
85 |
+
m84 +++$+++ harold and maude +++$+++ 1971 +++$+++ 8.10 +++$+++ 28689 +++$+++ ['comedy', 'romance']
|
86 |
+
m85 +++$+++ hellbound: hellraiser ii +++$+++ 1988 +++$+++ 6.20 +++$+++ 11273 +++$+++ ['drama', 'horror', 'thriller']
|
87 |
+
m86 +++$+++ hellboy +++$+++ 2004 +++$+++ 6.80 +++$+++ 68619 +++$+++ ['action', 'adventure', 'fantasy']
|
88 |
+
m87 +++$+++ hellraiser +++$+++ 1987 +++$+++ 7.00 +++$+++ 22922 +++$+++ ['horror']
|
89 |
+
m88 +++$+++ high fidelity +++$+++ 2000 +++$+++ 7.60 +++$+++ 70464 +++$+++ ['comedy', 'drama', 'music', 'romance']
|
90 |
+
m89 +++$+++ highlander +++$+++ 1986 +++$+++ 7.20 +++$+++ 41243 +++$+++ ['action', 'fantasy']
|
91 |
+
m90 +++$+++ his girl friday +++$+++ 1940 +++$+++ 8.10 +++$+++ 20870 +++$+++ ['comedy', 'drama', 'romance']
|
92 |
+
m91 +++$+++ hope and glory +++$+++ 1987 +++$+++ 7.40 +++$+++ 4965 +++$+++ ['drama', 'war']
|
93 |
+
m92 +++$+++ house of 1000 corpses +++$+++ 2003 +++$+++ 5.60 +++$+++ 27033 +++$+++ ['horror']
|
94 |
+
m93 +++$+++ human nature +++$+++ 2001 +++$+++ 6.30 +++$+++ 10017 +++$+++ ['comedy', 'drama']
|
95 |
+
m94 +++$+++ the hustler +++$+++ 1961 +++$+++ 8.20 +++$+++ 25871 +++$+++ ['drama', 'romance', 'sport']
|
96 |
+
m95 +++$+++ i am legend +++$+++ 2007 +++$+++ 7.10 +++$+++ 156084 +++$+++ ['drama', 'sci-fi', 'thriller']
|
97 |
+
m96 +++$+++ invaders from mars +++$+++ 1953 +++$+++ 6.40 +++$+++ 2115 +++$+++ ['horror', 'sci-fi']
|
98 |
+
m97 +++$+++ independence day +++$+++ 1996 +++$+++ 6.60 +++$+++ 151698 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
99 |
+
m98 +++$+++ indiana jones and the last crusade +++$+++ 1989 +++$+++ 8.30 +++$+++ 174947 +++$+++ ['action', 'adventure', 'thriller', 'action', 'adventure', 'fantasy']
|
100 |
+
m99 +++$+++ indiana jones and the temple of doom +++$+++ 1984 +++$+++ 7.50 +++$+++ 112054 +++$+++ ['action', 'adventure']
|
101 |
+
m100 +++$+++ innerspace +++$+++ 1987 +++$+++ 6.50 +++$+++ 16854 +++$+++ ['action', 'adventure', 'comedy', 'crime', 'sci-fi']
|
102 |
+
m101 +++$+++ the insider +++$+++ 1999 +++$+++ 8.00 +++$+++ 69660 +++$+++ ['biography', 'drama', 'thriller']
|
103 |
+
m102 +++$+++ intolerable cruelty +++$+++ 2003 +++$+++ 6.40 +++$+++ 36739 +++$+++ ['comedy', 'romance', 'crime']
|
104 |
+
m103 +++$+++ it happened one night +++$+++ 1934 +++$+++ 8.30 +++$+++ 25577 +++$+++ ['comedy', 'romance']
|
105 |
+
m104 +++$+++ jfk +++$+++ 1991 +++$+++ 8.00 +++$+++ 60406 +++$+++ ['biography', 'drama', 'history', 'mystery', 'thriller']
|
106 |
+
m105 +++$+++ jackie brown +++$+++ 1997 +++$+++ 7.60 +++$+++ 85496 +++$+++ ['crime', 'drama', 'thriller']
|
107 |
+
m106 +++$+++ jacob's ladder +++$+++ 1990/I +++$+++ 7.50 +++$+++ 29182 +++$+++ ['drama', 'mystery', 'thriller']
|
108 |
+
m107 +++$+++ jason x +++$+++ 2001 +++$+++ 4.40 +++$+++ 18199 +++$+++ ['horror', 'sci-fi']
|
109 |
+
m108 +++$+++ jaws +++$+++ 1975 +++$+++ 8.30 +++$+++ 140982 +++$+++ ['thriller']
|
110 |
+
m109 +++$+++ juno +++$+++ 2007 +++$+++ 7.90 +++$+++ 152436 +++$+++ ['comedy', 'drama']
|
111 |
+
m110 +++$+++ kalifornia +++$+++ 1993 +++$+++ 6.70 +++$+++ 21830 +++$+++ ['crime', 'drama', 'thriller']
|
112 |
+
m111 +++$+++ kids +++$+++ 1995 +++$+++ 6.80 +++$+++ 26546 +++$+++ ['crime', 'drama']
|
113 |
+
m112 +++$+++ knight moves +++$+++ 1992 +++$+++ 5.80 +++$+++ 3272 +++$+++ ['mystery', 'thriller']
|
114 |
+
m113 +++$+++ krull +++$+++ 1983 +++$+++ 5.90 +++$+++ 8246 +++$+++ ['fantasy', 'action', 'adventure', 'sci-fi']
|
115 |
+
m114 +++$+++ l�on +++$+++ 1994 +++$+++ 8.60 +++$+++ 204901 +++$+++ ['crime', 'drama', 'thriller']
|
116 |
+
m115 +++$+++ labor of love +++$+++ 1998 +++$+++ 4.50 +++$+++ 45 +++$+++ []
|
117 |
+
m116 +++$+++ leaving las vegas +++$+++ 1995 +++$+++ 7.60 +++$+++ 42919 +++$+++ ['drama', 'romance']
|
118 |
+
m117 +++$+++ legally blonde +++$+++ 2001 +++$+++ 6.20 +++$+++ 44558 +++$+++ ['comedy']
|
119 |
+
m118 +++$+++ legend +++$+++ 1985 +++$+++ 6.20 +++$+++ 20907 +++$+++ ['fantasy', 'adventure', 'romance']
|
120 |
+
m119 +++$+++ life as a house +++$+++ 2001 +++$+++ 7.50 +++$+++ 19468 +++$+++ ['drama', 'romance']
|
121 |
+
m120 +++$+++ the life of david gale +++$+++ 2003 +++$+++ 7.30 +++$+++ 38237 +++$+++ ['drama', 'crime', 'thriller']
|
122 |
+
m121 +++$+++ little nicky +++$+++ 2000 +++$+++ 5.00 +++$+++ 35489 +++$+++ ['fantasy', 'comedy', 'romance', 'animation', 'comedy', 'fantasy', 'horror']
|
123 |
+
m122 +++$+++ logan's run +++$+++ 1976 +++$+++ 6.70 +++$+++ 15152 +++$+++ ['action', 'sci-fi']
|
124 |
+
m123 +++$+++ lost highway +++$+++ 1997 +++$+++ 7.60 +++$+++ 42998 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
|
125 |
+
m124 +++$+++ lost horizon +++$+++ 1937 +++$+++ 7.80 +++$+++ 5509 +++$+++ ['adventure', 'drama', 'fantasy', 'mystery']
|
126 |
+
m125 +++$+++ men in black +++$+++ 1997 +++$+++ 7.00 +++$+++ 121719 +++$+++ ['action', 'adventure', 'comedy', 'sci-fi']
|
127 |
+
m126 +++$+++ minority report +++$+++ 2002 +++$+++ 7.70 +++$+++ 137009 +++$+++ ['action', 'crime', 'mystery', 'sci-fi', 'thriller', 'action', 'animation', 'drama', 'mystery', 'sci-fi', 'thriller']
|
128 |
+
m127 +++$+++ made +++$+++ 2001 +++$+++ 6.40 +++$+++ 9774 +++$+++ ['comedy', 'crime', 'drama', 'thriller']
|
129 |
+
m128 +++$+++ malcolm x +++$+++ 1992 +++$+++ 7.70 +++$+++ 23317 +++$+++ ['biography', 'drama', 'history']
|
130 |
+
m129 +++$+++ man on fire +++$+++ 2004 +++$+++ 7.70 +++$+++ 76517 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
131 |
+
m130 +++$+++ marty +++$+++ 1955 +++$+++ 7.70 +++$+++ 6379 +++$+++ ['drama', 'romance']
|
132 |
+
m131 +++$+++ mash +++$+++ 1970 +++$+++ 7.80 +++$+++ 29358 +++$+++ ['comedy', 'war', 'drama']
|
133 |
+
m132 +++$+++ meet john doe +++$+++ 1941 +++$+++ 7.70 +++$+++ 4841 +++$+++ ['comedy', 'drama', 'romance']
|
134 |
+
m133 +++$+++ metro +++$+++ 1997 +++$+++ 5.30 +++$+++ 9601 +++$+++ ['action', 'comedy', 'crime', 'drama', 'thriller']
|
135 |
+
m134 +++$+++ metropolis +++$+++ 1927 +++$+++ 8.40 +++$+++ 40730 +++$+++ ['adventure', 'drama', 'sci-fi']
|
136 |
+
m135 +++$+++ mighty morphin power rangers +++$+++ 1994 +++$+++ 8.20 +++$+++ 35 +++$+++ ['action', 'family']
|
137 |
+
m136 +++$+++ mobsters +++$+++ 1991 +++$+++ 5.50 +++$+++ 3574 +++$+++ ['crime', 'drama']
|
138 |
+
m137 +++$+++ monkeybone +++$+++ 2001 +++$+++ 4.50 +++$+++ 8258 +++$+++ ['animation', 'comedy', 'fantasy', 'romance']
|
139 |
+
m138 +++$+++ my mother dreams the satan's disciples in new york +++$+++ 1998 +++$+++ 6.70 +++$+++ 70 +++$+++ ['short']
|
140 |
+
m139 +++$+++ mr. smith goes to washington +++$+++ 1939 +++$+++ 8.40 +++$+++ 33984 +++$+++ ['drama']
|
141 |
+
m140 +++$+++ mr. deeds goes to town +++$+++ 1936 +++$+++ 8.00 +++$+++ 7594 +++$+++ ['comedy', 'romance']
|
142 |
+
m141 +++$+++ mumford +++$+++ 1999 +++$+++ 6.80 +++$+++ 6333 +++$+++ ['comedy', 'drama']
|
143 |
+
m142 +++$+++ the mummy +++$+++ 1999 +++$+++ 6.90 +++$+++ 96736 +++$+++ ['action', 'adventure', 'fantasy']
|
144 |
+
m143 +++$+++ mystery men +++$+++ 1999 +++$+++ 5.90 +++$+++ 31817 +++$+++ ['action', 'comedy', 'fantasy']
|
145 |
+
m144 +++$+++ napoleon +++$+++ 1995 +++$+++ 5.50 +++$+++ 486 +++$+++ ['family', 'adventure']
|
146 |
+
m145 +++$+++ next friday +++$+++ 2000 +++$+++ 5.40 +++$+++ 10267 +++$+++ ['comedy']
|
147 |
+
m146 +++$+++ nick of time +++$+++ 1995 +++$+++ 6.20 +++$+++ 15945 +++$+++ ['crime', 'drama', 'thriller']
|
148 |
+
m147 +++$+++ the night of the hunter +++$+++ 1955 +++$+++ 8.20 +++$+++ 26211 +++$+++ ['drama', 'film-noir', 'thriller']
|
149 |
+
m148 +++$+++ a nightmare on elm street +++$+++ 1984 +++$+++ 7.40 +++$+++ 47161 +++$+++ ['horror']
|
150 |
+
m149 +++$+++ ninotchka +++$+++ 1939 +++$+++ 7.90 +++$+++ 6951 +++$+++ ['comedy', 'romance']
|
151 |
+
m150 +++$+++ nixon +++$+++ 1995 +++$+++ 7.10 +++$+++ 13878 +++$+++ ['biography', 'drama']
|
152 |
+
m151 +++$+++ no country for old men +++$+++ 2007 +++$+++ 8.30 +++$+++ 202649 +++$+++ ['crime', 'drama', 'mystery', 'thriller', 'western']
|
153 |
+
m152 +++$+++ nurse betty +++$+++ 2000 +++$+++ 6.40 +++$+++ 20473 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
|
154 |
+
m153 +++$+++ o brother, where art thou? +++$+++ 2000 +++$+++ 7.80 +++$+++ 95628 +++$+++ ['comedy', 'adventure', 'crime', 'music']
|
155 |
+
m154 +++$+++ an officer and a gentleman +++$+++ 1982 +++$+++ 6.80 +++$+++ 16883 +++$+++ ['drama', 'romance']
|
156 |
+
m155 +++$+++ panic room +++$+++ 2002 +++$+++ 6.90 +++$+++ 69824 +++$+++ ['thriller']
|
157 |
+
m156 +++$+++ panther +++$+++ 1995/I +++$+++ 5.90 +++$+++ 1129 +++$+++ ['drama']
|
158 |
+
m157 +++$+++ the patriot +++$+++ 2000 +++$+++ 6.90 +++$+++ 79207 +++$+++ ['action', 'drama', 'war']
|
159 |
+
m158 +++$+++ pet sematary +++$+++ 1989 +++$+++ 6.30 +++$+++ 19851 +++$+++ ['drama', 'fantasy', 'horror', 'mystery', 'thriller']
|
160 |
+
m159 +++$+++ pirates of the caribbean +++$+++ 2003 +++$+++ 7.20 +++$+++ 329 +++$+++ ['adventure', 'fantasy', 'horror']
|
161 |
+
m160 +++$+++ plastic man +++$+++ 1999 +++$+++ 6.70 +++$+++ 29 +++$+++ ['drama']
|
162 |
+
m161 +++$+++ platinum blonde +++$+++ 1931 +++$+++ 6.90 +++$+++ 1119 +++$+++ ['comedy', 'romance']
|
163 |
+
m162 +++$+++ pleasantville +++$+++ 1998 +++$+++ 7.50 +++$+++ 49669 +++$+++ ['comedy', 'drama', 'fantasy']
|
164 |
+
m163 +++$+++ punch-drunk love +++$+++ 2002 +++$+++ 7.40 +++$+++ 50312 +++$+++ ['comedy', 'drama', 'romance']
|
165 |
+
m164 +++$+++ quills +++$+++ 2000 +++$+++ 7.30 +++$+++ 22657 +++$+++ ['biography', 'drama', 'history', 'romance']
|
166 |
+
m165 +++$+++ rko 281 +++$+++ 1999 +++$+++ 7.10 +++$+++ 3543 +++$+++ ['biography', 'drama']
|
167 |
+
m166 +++$+++ raging bull +++$+++ 1980 +++$+++ 8.40 +++$+++ 91851 +++$+++ ['biography', 'drama', 'sport']
|
168 |
+
m167 +++$+++ rear window +++$+++ 1954 +++$+++ 8.70 +++$+++ 121165 +++$+++ ['crime', 'mystery', 'romance', 'thriller']
|
169 |
+
m168 +++$+++ rebel without a cause +++$+++ 1955 +++$+++ 7.90 +++$+++ 27791 +++$+++ ['drama', 'romance']
|
170 |
+
m169 +++$+++ reindeer games +++$+++ 2000 +++$+++ 5.50 +++$+++ 16951 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
171 |
+
m170 +++$+++ reservoir dogs +++$+++ 1992 +++$+++ 8.40 +++$+++ 217185 +++$+++ ['crime', 'mystery', 'thriller']
|
172 |
+
m171 +++$+++ roughshod +++$+++ 1949 +++$+++ 6.90 +++$+++ 115 +++$+++ ['action', 'drama', 'romance', 'western']
|
173 |
+
m172 +++$+++ scary movie 2 +++$+++ 2001 +++$+++ 4.70 +++$+++ 44511 +++$+++ ['comedy']
|
174 |
+
m173 +++$+++ serial mom +++$+++ 1994 +++$+++ 6.40 +++$+++ 11077 +++$+++ ['comedy', 'thriller']
|
175 |
+
m174 +++$+++ the seventh victim +++$+++ 1943 +++$+++ 6.90 +++$+++ 1596 +++$+++ ['drama', 'horror', 'thriller']
|
176 |
+
m175 +++$+++ sex, lies, and videotape +++$+++ 1989 +++$+++ 7.10 +++$+++ 18505 +++$+++ ['drama']
|
177 |
+
m176 +++$+++ shivers +++$+++ 1975 +++$+++ 6.50 +++$+++ 4940 +++$+++ ['horror', 'sci-fi']
|
178 |
+
m177 +++$+++ shock treatment +++$+++ 1981 +++$+++ 5.40 +++$+++ 1884 +++$+++ ['comedy', 'musical']
|
179 |
+
m178 +++$+++ sideways +++$+++ 2004 +++$+++ 7.80 +++$+++ 70349 +++$+++ ['comedy', 'drama', 'romance']
|
180 |
+
m179 +++$+++ signs +++$+++ 2002 +++$+++ 6.90 +++$+++ 113119 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
|
181 |
+
m180 +++$+++ silverado +++$+++ 1985 +++$+++ 7.00 +++$+++ 14355 +++$+++ ['action', 'western']
|
182 |
+
m181 +++$+++ simone +++$+++ 2010 +++$+++ 8.30 +++$+++ 9 +++$+++ ['short', 'drama', 'horror', 'thriller']
|
183 |
+
m182 +++$+++ the sixth sense +++$+++ 1999 +++$+++ 8.20 +++$+++ 244162 +++$+++ ['drama', 'mystery', 'thriller']
|
184 |
+
m183 +++$+++ slash +++$+++ 2002 +++$+++ 4.20 +++$+++ 899 +++$+++ ['comedy', 'horror', 'thriller']
|
185 |
+
m184 +++$+++ slither +++$+++ 2006 +++$+++ 6.60 +++$+++ 26497 +++$+++ ['comedy', 'horror', 'sci-fi']
|
186 |
+
m185 +++$+++ smokey and the bandit +++$+++ 1977 +++$+++ 6.60 +++$+++ 14147 +++$+++ ['action', 'comedy', 'crime', 'romance']
|
187 |
+
m186 +++$+++ smokin' aces +++$+++ 2006 +++$+++ 6.60 +++$+++ 58048 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
188 |
+
m187 +++$+++ solaris +++$+++ 2002 +++$+++ 6.20 +++$+++ 33541 +++$+++ ['drama', 'mystery', 'romance', 'sci-fi']
|
189 |
+
m188 +++$+++ someone to watch over me +++$+++ 1987 +++$+++ 6.10 +++$+++ 3909 +++$+++ ['action', 'crime', 'drama', 'romance', 'thriller']
|
190 |
+
m189 +++$+++ spider-man +++$+++ 2002 +++$+++ 7.40 +++$+++ 169898 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi', 'action', 'adventure', 'sci-fi', 'thriller']
|
191 |
+
m190 +++$+++ stalag 17 +++$+++ 1953 +++$+++ 8.20 +++$+++ 21182 +++$+++ ['drama', 'war']
|
192 |
+
m191 +++$+++ star trek: generations +++$+++ 1994 +++$+++ 6.50 +++$+++ 26662 +++$+++ ['action', 'mystery', 'sci-fi', 'thriller']
|
193 |
+
m192 +++$+++ star trek iii: the search for spock +++$+++ 1984 +++$+++ 6.50 +++$+++ 22466 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
194 |
+
m193 +++$+++ star trek: the wrath of khan +++$+++ 1982 +++$+++ 7.80 +++$+++ 36503 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
195 |
+
m194 +++$+++ star trek iv: the voyage home +++$+++ 1986 +++$+++ 7.30 +++$+++ 26423 +++$+++ ['adventure', 'comedy', 'sci-fi']
|
196 |
+
m195 +++$+++ star trek: insurrection +++$+++ 1998 +++$+++ 6.30 +++$+++ 26728 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
197 |
+
m196 +++$+++ star trek: first contact +++$+++ 1996 +++$+++ 7.60 +++$+++ 45429 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
198 |
+
m197 +++$+++ star trek vi: the undiscovered country +++$+++ 1991 +++$+++ 7.20 +++$+++ 23751 +++$+++ ['action', 'mystery', 'sci-fi', 'thriller']
|
199 |
+
m198 +++$+++ star trek: nemesis +++$+++ 2002 +++$+++ 6.40 +++$+++ 28682 +++$+++ ['action', 'sci-fi', 'thriller']
|
200 |
+
m199 +++$+++ starman +++$+++ 1984 +++$+++ 6.90 +++$+++ 14204 +++$+++ ['adventure', 'drama', 'romance', 'sci-fi']
|
201 |
+
m200 +++$+++ strange days +++$+++ 1995 +++$+++ 7.10 +++$+++ 27744 +++$+++ ['action', 'crime', 'drama', 'fantasy', 'music', 'mystery', 'sci-fi', 'thriller']
|
202 |
+
m201 +++$+++ suspect zero +++$+++ 2004 +++$+++ 5.80 +++$+++ 9914 +++$+++ ['crime', 'horror', 'sci-fi', 'thriller']
|
203 |
+
m202 +++$+++ swingers +++$+++ 1996 +++$+++ 7.60 +++$+++ 32427 +++$+++ ['comedy', 'drama']
|
204 |
+
m203 +++$+++ the godfather +++$+++ 1972 +++$+++ 9.20 +++$+++ 419312 +++$+++ ['crime', 'drama', 'thriller']
|
205 |
+
m204 +++$+++ the talented mr. ripley +++$+++ 1999 +++$+++ 7.20 +++$+++ 64055 +++$+++ ['crime', 'drama', 'thriller']
|
206 |
+
m205 +++$+++ taxi driver +++$+++ 1976 +++$+++ 8.60 +++$+++ 159525 +++$+++ ['drama', 'thriller']
|
207 |
+
m206 +++$+++ the rock +++$+++ 1996 +++$+++ 7.30 +++$+++ 109533 +++$+++ ['action', 'adventure', 'thriller']
|
208 |
+
m207 +++$+++ the majestic +++$+++ 2001 +++$+++ 6.80 +++$+++ 25057 +++$+++ ['drama', 'romance']
|
209 |
+
m208 +++$+++ the birds +++$+++ 1963 +++$+++ 7.90 +++$+++ 53233 +++$+++ ['horror', 'romance', 'thriller']
|
210 |
+
m209 +++$+++ the body snatcher +++$+++ 1945 +++$+++ 7.40 +++$+++ 2927 +++$+++ ['drama', 'horror', 'thriller']
|
211 |
+
m210 +++$+++ the crow: salvation +++$+++ 2000 +++$+++ 4.70 +++$+++ 4566 +++$+++ ['action', 'crime', 'fantasy', 'mystery', 'thriller']
|
212 |
+
m211 +++$+++ the day the earth stood still +++$+++ 2008 +++$+++ 5.50 +++$+++ 52489 +++$+++ ['drama', 'sci-fi', 'thriller']
|
213 |
+
m212 +++$+++ the lost boys +++$+++ 1987 +++$+++ 7.00 +++$+++ 34826 +++$+++ ['comedy', 'fantasy', 'horror', 'thriller']
|
214 |
+
m213 +++$+++ the thing +++$+++ 1982 +++$+++ 8.20 +++$+++ 80904 +++$+++ ['horror', 'mystery', 'sci-fi', 'thriller']
|
215 |
+
m214 +++$+++ the time machine +++$+++ 2002 +++$+++ 5.70 +++$+++ 32900 +++$+++ ['sci-fi', 'adventure', 'action']
|
216 |
+
m215 +++$+++ the jacket +++$+++ 2005 +++$+++ 7.10 +++$+++ 36581 +++$+++ ['drama', 'fantasy', 'mystery', 'sci-fi', 'thriller']
|
217 |
+
m216 +++$+++ thelma & louise +++$+++ 1991 +++$+++ 7.30 +++$+++ 44372 +++$+++ ['crime', 'drama', 'thriller']
|
218 |
+
m217 +++$+++ there's something about mary +++$+++ 1998 +++$+++ 7.20 +++$+++ 97546 +++$+++ ['comedy', 'romance']
|
219 |
+
m218 +++$+++ thirteen days +++$+++ 2000 +++$+++ 7.30 +++$+++ 23732 +++$+++ ['drama', 'history', 'thriller']
|
220 |
+
m219 +++$+++ thunderheart +++$+++ 1992 +++$+++ 6.60 +++$+++ 6662 +++$+++ ['crime', 'mystery', 'thriller', 'western']
|
221 |
+
m220 +++$+++ top gun +++$+++ 1986 +++$+++ 6.50 +++$+++ 81087 +++$+++ ['action', 'drama', 'romance']
|
222 |
+
m221 +++$+++ total recall +++$+++ 1990 +++$+++ 7.40 +++$+++ 71383 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
223 |
+
m222 +++$+++ tremors +++$+++ 1990 +++$+++ 7.10 +++$+++ 30553 +++$+++ ['action', 'comedy', 'horror', 'thriller']
|
224 |
+
m223 +++$+++ true believer +++$+++ 1989 +++$+++ 6.70 +++$+++ 1801 +++$+++ ['drama', 'crime']
|
225 |
+
m224 +++$+++ twin peaks: fire walk with me +++$+++ 1992 +++$+++ 7.00 +++$+++ 21274 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
|
226 |
+
m225 +++$+++ the verdict +++$+++ 1982 +++$+++ 7.70 +++$+++ 10991 +++$+++ ['drama']
|
227 |
+
m226 +++$+++ the war of the worlds +++$+++ 1953 +++$+++ 7.10 +++$+++ 12239 +++$+++ ['action', 'horror', 'sci-fi', 'thriller']
|
228 |
+
m227 +++$+++ new nightmare +++$+++ 1994 +++$+++ 6.30 +++$+++ 14975 +++$+++ ['fantasy', 'horror', 'mystery', 'thriller']
|
229 |
+
m228 +++$+++ white squall +++$+++ 1996 +++$+++ 6.40 +++$+++ 8465 +++$+++ ['adventure', 'drama']
|
230 |
+
m229 +++$+++ wild at heart +++$+++ 1990 +++$+++ 7.20 +++$+++ 29388 +++$+++ ['crime', 'romance', 'thriller']
|
231 |
+
m230 +++$+++ wonder boys +++$+++ 2000 +++$+++ 7.50 +++$+++ 31853 +++$+++ ['drama', 'comedy']
|
232 |
+
m231 +++$+++ the woodsman +++$+++ 2004 +++$+++ 7.40 +++$+++ 16090 +++$+++ ['drama']
|
233 |
+
m232 +++$+++ the abyss +++$+++ 1989 +++$+++ 7.60 +++$+++ 51699 +++$+++ ['action', 'adventure', 'drama', 'sci-fi', 'thriller']
|
234 |
+
m233 +++$+++ l'avventura +++$+++ 1960 +++$+++ 7.90 +++$+++ 6963 +++$+++ ['drama', 'mystery']
|
235 |
+
m234 +++$+++ agnes of god +++$+++ 1985 +++$+++ 6.50 +++$+++ 3490 +++$+++ ['drama', 'mystery', 'thriller']
|
236 |
+
m235 +++$+++ a hard day's night +++$+++ 1964 +++$+++ 7.60 +++$+++ 15431 +++$+++ ['comedy', 'music']
|
237 |
+
m236 +++$+++ alien +++$+++ 1979 +++$+++ 8.50 +++$+++ 184471 +++$+++ ['adventure', 'horror', 'sci-fi', 'thriller']
|
238 |
+
m237 +++$+++ alien vs. predator +++$+++ 1993 +++$+++ 7.80 +++$+++ 116 +++$+++ ['action', 'adventure', 'sci-fi']
|
239 |
+
m238 +++$+++ all about eve +++$+++ 1950 +++$+++ 8.50 +++$+++ 35597 +++$+++ ['drama']
|
240 |
+
m239 +++$+++ all the president's men +++$+++ 1976 +++$+++ 8.00 +++$+++ 32717 +++$+++ ['drama', 'history', 'thriller']
|
241 |
+
m240 +++$+++ american pie +++$+++ 1999 +++$+++ 6.90 +++$+++ 107961 +++$+++ ['comedy', 'romance']
|
242 |
+
m241 +++$+++ an american werewolf in paris +++$+++ 1997 +++$+++ 4.90 +++$+++ 10158 +++$+++ ['horror', 'romance', 'thriller', 'comedy']
|
243 |
+
m242 +++$+++ anastasia +++$+++ 1997 +++$+++ 6.60 +++$+++ 16844 +++$+++ ['animation', 'adventure', 'drama', 'family', 'musical', 'animation', 'family']
|
244 |
+
m243 +++$+++ annie hall +++$+++ 1977 +++$+++ 8.30 +++$+++ 66781 +++$+++ ['comedy', 'drama', 'romance']
|
245 |
+
m244 +++$+++ the anniversary party +++$+++ 2001 +++$+++ 6.20 +++$+++ 5809 +++$+++ ['drama', 'comedy']
|
246 |
+
m245 +++$+++ antz +++$+++ 1998 +++$+++ 6.80 +++$+++ 37825 +++$+++ ['animation', 'adventure', 'comedy', 'family']
|
247 |
+
m246 +++$+++ the apartment +++$+++ 1960 +++$+++ 8.40 +++$+++ 37301 +++$+++ ['romance', 'comedy', 'drama']
|
248 |
+
m247 +++$+++ apocalypse now +++$+++ 1979 +++$+++ 8.60 +++$+++ 176465 +++$+++ ['drama', 'war']
|
249 |
+
m248 +++$+++ arctic blue +++$+++ 1993 +++$+++ 4.80 +++$+++ 464 +++$+++ ['action', 'thriller']
|
250 |
+
m249 +++$+++ as good as it gets +++$+++ 1997 +++$+++ 7.80 +++$+++ 93201 +++$+++ ['comedy', 'drama', 'romance']
|
251 |
+
m250 +++$+++ assassins +++$+++ 1995 +++$+++ 6.00 +++$+++ 23681 +++$+++ ['action', 'thriller', 'crime']
|
252 |
+
m251 +++$+++ asylum +++$+++ 2005 +++$+++ 6.10 +++$+++ 2395 +++$+++ ['drama', 'romance', 'thriller']
|
253 |
+
m252 +++$+++ a walk to remember +++$+++ 2002 +++$+++ 7.10 +++$+++ 38751 +++$+++ ['drama', 'romance']
|
254 |
+
m253 +++$+++ back to the future +++$+++ 1985 +++$+++ 8.40 +++$+++ 207376 +++$+++ ['adventure', 'family', 'sci-fi']
|
255 |
+
m254 +++$+++ badlands +++$+++ 1973 +++$+++ 7.90 +++$+++ 16753 +++$+++ ['crime', 'drama', 'romance', 'thriller']
|
256 |
+
m255 +++$+++ the adventures of buckaroo banzai across the 8th dimension +++$+++ 1984 +++$+++ 6.00 +++$+++ 10046 +++$+++ ['adventure', 'romance', 'comedy', 'sci-fi']
|
257 |
+
m256 +++$+++ barton fink +++$+++ 1991 +++$+++ 7.80 +++$+++ 33119 +++$+++ ['drama', 'mystery', 'thriller']
|
258 |
+
m257 +++$+++ basic instinct +++$+++ 1992 +++$+++ 6.90 +++$+++ 57615 +++$+++ ['mystery', 'romance', 'thriller']
|
259 |
+
m258 +++$+++ basquiat +++$+++ 1996 +++$+++ 6.70 +++$+++ 8016 +++$+++ ['biography', 'drama']
|
260 |
+
m259 +++$+++ batman returns +++$+++ 1992 +++$+++ 6.90 +++$+++ 79770 +++$+++ ['action', 'crime', 'fantasy', 'thriller', 'animation', 'crime', 'fantasy', 'action', 'thriller']
|
261 |
+
m260 +++$+++ batman and robin +++$+++ 1949 +++$+++ 6.50 +++$+++ 443 +++$+++ ['action', 'adventure', 'crime', 'drama', 'sci-fi']
|
262 |
+
m261 +++$+++ batman forever +++$+++ 1995 +++$+++ 5.40 +++$+++ 77223 +++$+++ ['action', 'crime', 'fantasy', 'thriller']
|
263 |
+
m262 +++$+++ batman +++$+++ 1989 +++$+++ 7.60 +++$+++ 112731 +++$+++ ['crime', 'drama', 'thriller', 'action', 'adventure', 'crime']
|
264 |
+
m263 +++$+++ bean +++$+++ 1997 +++$+++ 5.80 +++$+++ 27131 +++$+++ ['comedy', 'family']
|
265 |
+
m264 +++$+++ beavis and butt-head do america +++$+++ 1996 +++$+++ 6.60 +++$+++ 23149 +++$+++ ['animation', 'adventure', 'comedy', 'crime']
|
266 |
+
m265 +++$+++ beetle juice +++$+++ 1988 +++$+++ 7.30 +++$+++ 62164 +++$+++ ['comedy', 'fantasy']
|
267 |
+
m266 +++$+++ being there +++$+++ 1979 +++$+++ 8.00 +++$+++ 25085 +++$+++ ['drama', 'comedy']
|
268 |
+
m267 +++$+++ being john malkovich +++$+++ 1999 +++$+++ 7.90 +++$+++ 115008 +++$+++ ['comedy', 'drama', 'fantasy', 'romance']
|
269 |
+
m268 +++$+++ beloved +++$+++ 1998/I +++$+++ 5.60 +++$+++ 4014 +++$+++ ['drama', 'mystery']
|
270 |
+
m269 +++$+++ the big lebowski +++$+++ 1998 +++$+++ 8.20 +++$+++ 182170 +++$+++ ['comedy', 'crime', 'mystery']
|
271 |
+
m270 +++$+++ the black dahlia +++$+++ 2006 +++$+++ 5.60 +++$+++ 35706 +++$+++ ['crime', 'drama', 'history', 'mystery', 'thriller']
|
272 |
+
m271 +++$+++ blade ii +++$+++ 2002 +++$+++ 6.60 +++$+++ 51826 +++$+++ ['action', 'fantasy', 'horror', 'thriller', 'action', 'adventure', 'horror']
|
273 |
+
m272 +++$+++ blade +++$+++ 1998 +++$+++ 7.00 +++$+++ 65885 +++$+++ ['action', 'adventure', 'fantasy', 'horror', 'thriller']
|
274 |
+
m273 +++$+++ book of shadows: blair witch 2 +++$+++ 2000 +++$+++ 4.10 +++$+++ 16285 +++$+++ ['crime', 'horror', 'mystery', 'thriller']
|
275 |
+
m274 +++$+++ blood simple. +++$+++ 1984 +++$+++ 7.80 +++$+++ 28901 +++$+++ ['crime', 'drama', 'thriller']
|
276 |
+
m275 +++$+++ bloodmoon +++$+++ 1997 +++$+++ 4.50 +++$+++ 269 +++$+++ ['action', 'thriller']
|
277 |
+
m276 +++$+++ blow +++$+++ 2001 +++$+++ 7.40 +++$+++ 71334 +++$+++ ['biography', 'crime', 'drama']
|
278 |
+
m277 +++$+++ la battaglia di algeri +++$+++ 1966 +++$+++ 8.20 +++$+++ 14339 +++$+++ ['drama', 'history', 'war']
|
279 |
+
m278 +++$+++ body of evidence +++$+++ 1993 +++$+++ 4.10 +++$+++ 6052 +++$+++ ['drama', 'romance', 'thriller']
|
280 |
+
m279 +++$+++ the bridges of madison county +++$+++ 1995 +++$+++ 7.20 +++$+++ 22252 +++$+++ ['drama', 'romance']
|
281 |
+
m280 +++$+++ bones +++$+++ 2001 +++$+++ 4.00 +++$+++ 3525 +++$+++ ['crime', 'horror']
|
282 |
+
m281 +++$+++ bound +++$+++ 1996 +++$+++ 7.50 +++$+++ 23772 +++$+++ ['crime', 'drama', 'thriller']
|
283 |
+
m282 +++$+++ the bourne identity +++$+++ 2002 +++$+++ 7.70 +++$+++ 124918 +++$+++ ['action', 'adventure', 'mystery', 'thriller']
|
284 |
+
m283 +++$+++ brazil +++$+++ 1985 +++$+++ 8.00 +++$+++ 77350 +++$+++ ['drama', 'fantasy', 'sci-fi']
|
285 |
+
m284 +++$+++ bringing out the dead +++$+++ 1999 +++$+++ 6.80 +++$+++ 31285 +++$+++ ['drama', 'thriller']
|
286 |
+
m285 +++$+++ broadcast news +++$+++ 1987 +++$+++ 7.10 +++$+++ 10559 +++$+++ ['comedy', 'drama', 'romance']
|
287 |
+
m286 +++$+++ a bucket of blood +++$+++ 1959 +++$+++ 6.80 +++$+++ 1892 +++$+++ ['comedy', 'horror']
|
288 |
+
m287 +++$+++ buffy the vampire slayer +++$+++ 1992 +++$+++ 5.30 +++$+++ 16206 +++$+++ ['horror', 'comedy', 'action']
|
289 |
+
m288 +++$+++ bull durham +++$+++ 1988 +++$+++ 7.00 +++$+++ 18941 +++$+++ ['comedy', 'romance', 'sport']
|
290 |
+
m289 +++$+++ casino +++$+++ 1995 +++$+++ 8.10 +++$+++ 111223 +++$+++ ['biography', 'crime', 'drama']
|
291 |
+
m290 +++$+++ catwoman +++$+++ 2004 +++$+++ 3.20 +++$+++ 35065 +++$+++ ['action', 'crime', 'fantasy']
|
292 |
+
m291 +++$+++ cellular +++$+++ 2004 +++$+++ 6.50 +++$+++ 32920 +++$+++ ['action', 'crime', 'thriller']
|
293 |
+
m292 +++$+++ the crying game +++$+++ 1992 +++$+++ 7.30 +++$+++ 21394 +++$+++ ['drama', 'thriller']
|
294 |
+
m293 +++$+++ charade +++$+++ 1963 +++$+++ 8.00 +++$+++ 22815 +++$+++ ['comedy', 'mystery', 'romance', 'thriller']
|
295 |
+
m294 +++$+++ cherry falls +++$+++ 2000 +++$+++ 4.80 +++$+++ 5669 +++$+++ ['horror', 'mystery', 'thriller']
|
296 |
+
m295 +++$+++ chill factor +++$+++ 1999 +++$+++ 4.90 +++$+++ 5381 +++$+++ ['action', 'adventure', 'comedy', 'thriller']
|
297 |
+
m296 +++$+++ chinatown +++$+++ 1974 +++$+++ 8.50 +++$+++ 80698 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
298 |
+
m297 +++$+++ nuovo cinema paradiso +++$+++ 1988 +++$+++ 8.50 +++$+++ 46801 +++$+++ ['comedy', 'drama', 'romance']
|
299 |
+
m298 +++$+++ citizen kane +++$+++ 1941 +++$+++ 8.60 +++$+++ 140517 +++$+++ ['drama', 'mystery']
|
300 |
+
m299 +++$+++ clerks. +++$+++ 1994 +++$+++ 8.00 +++$+++ 90972 +++$+++ ['comedy']
|
301 |
+
m300 +++$+++ cliffhanger +++$+++ 1993 +++$+++ 6.20 +++$+++ 34880 +++$+++ ['action', 'adventure', 'thriller']
|
302 |
+
m301 +++$+++ a clockwork orange +++$+++ 1971 +++$+++ 8.50 +++$+++ 197372 +++$+++ ['crime', 'drama', 'sci-fi']
|
303 |
+
m302 +++$+++ collateral +++$+++ 2004 +++$+++ 7.80 +++$+++ 106866 +++$+++ ['crime', 'drama', 'thriller']
|
304 |
+
m303 +++$+++ conspiracy theory +++$+++ 1997 +++$+++ 6.50 +++$+++ 36045 +++$+++ ['action', 'crime', 'mystery', 'romance', 'thriller']
|
305 |
+
m304 +++$+++ contact +++$+++ 1997 +++$+++ 7.40 +++$+++ 75043 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
|
306 |
+
m305 +++$+++ cool hand luke +++$+++ 1967 +++$+++ 8.30 +++$+++ 46514 +++$+++ ['crime', 'drama']
|
307 |
+
m306 +++$+++ copycat +++$+++ 1995 +++$+++ 6.50 +++$+++ 17335 +++$+++ ['crime', 'mystery', 'thriller']
|
308 |
+
m307 +++$+++ crash +++$+++ 2004/I +++$+++ 8.00 +++$+++ 174003 +++$+++ ['crime', 'drama']
|
309 |
+
m308 +++$+++ crazy love +++$+++ 2007/I +++$+++ 7.00 +++$+++ 944 +++$+++ ['documentary']
|
310 |
+
m309 +++$+++ crime spree +++$+++ 2003 +++$+++ 6.40 +++$+++ 3129 +++$+++ ['action', 'comedy', 'crime']
|
311 |
+
m310 +++$+++ crouching tiger, hidden dragon +++$+++ 2003 +++$+++ 8.00 +++$+++ 1091 +++$+++ ['action']
|
312 |
+
m311 +++$+++ the crow +++$+++ 1994 +++$+++ 7.60 +++$+++ 55886 +++$+++ ['action', 'crime', 'fantasy', 'thriller']
|
313 |
+
m312 +++$+++ cruel intentions +++$+++ 1999 +++$+++ 6.70 +++$+++ 67532 +++$+++ ['drama', 'romance', 'thriller']
|
314 |
+
m313 +++$+++ the curse of the cat people +++$+++ 1944 +++$+++ 6.90 +++$+++ 2067 +++$+++ ['drama', 'fantasy', 'horror']
|
315 |
+
m314 +++$+++ the curse +++$+++ 1987 +++$+++ 4.50 +++$+++ 627 +++$+++ ['sci-fi', 'horror']
|
316 |
+
m315 +++$+++ dark city +++$+++ 1998 +++$+++ 7.80 +++$+++ 64262 +++$+++ ['mystery', 'sci-fi', 'thriller']
|
317 |
+
m316 +++$+++ dave +++$+++ 1993 +++$+++ 6.80 +++$+++ 20807 +++$+++ ['comedy', 'romance']
|
318 |
+
m317 +++$+++ day of the dead +++$+++ 1985 +++$+++ 7.00 +++$+++ 22746 +++$+++ ['horror', 'sci-fi']
|
319 |
+
m318 +++$+++ dead poets society +++$+++ 1989 +++$+++ 7.80 +++$+++ 90842 +++$+++ ['drama']
|
320 |
+
m319 +++$+++ deep rising +++$+++ 1998 +++$+++ 5.70 +++$+++ 12638 +++$+++ ['action', 'horror', 'sci-fi', 'thriller']
|
321 |
+
m320 +++$+++ the deer hunter +++$+++ 1978 +++$+++ 8.20 +++$+++ 89841 +++$+++ ['drama', 'war']
|
322 |
+
m321 +++$+++ demolition man +++$+++ 1993 +++$+++ 6.30 +++$+++ 46318 +++$+++ ['action', 'crime', 'sci-fi']
|
323 |
+
m322 +++$+++ the devil and daniel webster +++$+++ 2004 +++$+++ 5.70 +++$+++ 1824 +++$+++ ['comedy', 'drama', 'fantasy']
|
324 |
+
m323 +++$+++ die hard +++$+++ 1988 +++$+++ 8.30 +++$+++ 185430 +++$+++ ['action', 'crime', 'thriller']
|
325 |
+
m324 +++$+++ dog day afternoon +++$+++ 1975 +++$+++ 8.20 +++$+++ 61120 +++$+++ ['crime', 'drama']
|
326 |
+
m325 +++$+++ domino +++$+++ 2005 +++$+++ 5.90 +++$+++ 32949 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
327 |
+
m326 +++$+++ do the right thing +++$+++ 1989 +++$+++ 7.90 +++$+++ 27164 +++$+++ ['drama']
|
328 |
+
m327 +++$+++ dumb and dumberer: when harry met lloyd +++$+++ 2003 +++$+++ 3.30 +++$+++ 14984 +++$+++ ['comedy']
|
329 |
+
m328 +++$+++ dune +++$+++ 1984 +++$+++ 6.50 +++$+++ 38954 +++$+++ ['action', 'adventure', 'sci-fi']
|
330 |
+
m329 +++$+++ ed wood +++$+++ 1994 +++$+++ 8.10 +++$+++ 75704 +++$+++ ['biography', 'comedy', 'drama']
|
331 |
+
m330 +++$+++ edtv +++$+++ 1999 +++$+++ 6.10 +++$+++ 21865 +++$+++ ['comedy']
|
332 |
+
m331 +++$+++ election +++$+++ 1999 +++$+++ 7.40 +++$+++ 37868 +++$+++ ['comedy', 'drama']
|
333 |
+
m332 +++$+++ l.a. confidential +++$+++ 1997 +++$+++ 8.40 +++$+++ 168009 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
334 |
+
m333 +++$+++ enemy of the state +++$+++ 1998 +++$+++ 7.20 +++$+++ 67504 +++$+++ ['action', 'drama', 'thriller']
|
335 |
+
m334 +++$+++ the english patient +++$+++ 1996 +++$+++ 7.30 +++$+++ 55247 +++$+++ ['romance', 'drama', 'war']
|
336 |
+
m335 +++$+++ entrapment +++$+++ 1999 +++$+++ 6.10 +++$+++ 41120 +++$+++ ['action', 'crime', 'romance', 'thriller']
|
337 |
+
m336 +++$+++ erin brockovich +++$+++ 2000 +++$+++ 7.20 +++$+++ 55641 +++$+++ ['biography', 'drama', 'romance']
|
338 |
+
m337 +++$+++ star wars: the empire strikes back +++$+++ 1982 +++$+++ 8.00 +++$+++ 42 +++$+++ ['animation', 'adventure', 'action', 'fantasy']
|
339 |
+
m338 +++$+++ escape from the planet of the apes +++$+++ 1971 +++$+++ 6.10 +++$+++ 7754 +++$+++ ['sci-fi', 'thriller']
|
340 |
+
m339 +++$+++ escape from l.a. +++$+++ 1996 +++$+++ 5.30 +++$+++ 23551 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
341 |
+
m340 +++$+++ excalibur +++$+++ 1981 +++$+++ 7.40 +++$+++ 24550 +++$+++ ['adventure', 'drama', 'fantasy']
|
342 |
+
m341 +++$+++ the exorcist +++$+++ 1973 +++$+++ 8.10 +++$+++ 106383 +++$+++ ['horror', 'thriller']
|
343 |
+
m342 +++$+++ the fabulous baker boys +++$+++ 1989 +++$+++ 6.70 +++$+++ 9433 +++$+++ ['drama', 'music', 'romance']
|
344 |
+
m343 +++$+++ face/off +++$+++ 1997 +++$+++ 7.30 +++$+++ 103386 +++$+++ ['action', 'crime', 'drama', 'sci-fi', 'thriller']
|
345 |
+
m344 +++$+++ the family man +++$+++ 2000 +++$+++ 6.60 +++$+++ 34509 +++$+++ ['comedy', 'fantasy', 'drama', 'romance']
|
346 |
+
m345 +++$+++ the fantastic four +++$+++ 1994 +++$+++ 3.80 +++$+++ 1472 +++$+++ ['action', 'adventure', 'sci-fi', 'fantasy']
|
347 |
+
m346 +++$+++ fantastic voyage +++$+++ 1966 +++$+++ 6.80 +++$+++ 5231 +++$+++ ['adventure', 'sci-fi']
|
348 |
+
m347 +++$+++ fargo +++$+++ 1996 +++$+++ 8.30 +++$+++ 168176 +++$+++ ['crime', 'drama', 'thriller']
|
349 |
+
m348 +++$+++ fight club +++$+++ 1999 +++$+++ 8.80 +++$+++ 391697 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
350 |
+
m349 +++$+++ final destination 2 +++$+++ 2003 +++$+++ 6.40 +++$+++ 36312 +++$+++ ['horror', 'thriller']
|
351 |
+
m350 +++$+++ final destination +++$+++ 2000 +++$+++ 6.80 +++$+++ 53422 +++$+++ ['horror', 'thriller']
|
352 |
+
m351 +++$+++ rambo: first blood part ii +++$+++ 1985 +++$+++ 5.80 +++$+++ 39147 +++$+++ ['action', 'adventure', 'thriller']
|
353 |
+
m352 +++$+++ the fisher king +++$+++ 1991 +++$+++ 7.50 +++$+++ 28310 +++$+++ ['comedy', 'drama', 'romance']
|
354 |
+
m353 +++$+++ five easy pieces +++$+++ 1970 +++$+++ 7.50 +++$+++ 11969 +++$+++ ['drama']
|
355 |
+
m354 +++$+++ five feet high and rising +++$+++ 2000 +++$+++ 6.50 +++$+++ 326 +++$+++ ['short']
|
356 |
+
m355 +++$+++ fletch +++$+++ 1985 +++$+++ 6.70 +++$+++ 17336 +++$+++ ['comedy', 'crime', 'mystery']
|
357 |
+
m356 +++$+++ the adventures of ford fairlane +++$+++ 1990 +++$+++ 5.60 +++$+++ 9051 +++$+++ ['action', 'adventure', 'comedy', 'music']
|
358 |
+
m357 +++$+++ the french connection +++$+++ 1971 +++$+++ 7.90 +++$+++ 34062 +++$+++ ['action', 'crime', 'thriller']
|
359 |
+
m358 +++$+++ frequency +++$+++ 2000 +++$+++ 7.30 +++$+++ 36396 +++$+++ ['crime', 'drama', 'sci-fi', 'thriller']
|
360 |
+
m359 +++$+++ friday the 13th part iii +++$+++ 1982 +++$+++ 5.10 +++$+++ 11718 +++$+++ ['horror']
|
361 |
+
m360 +++$+++ jason lives: friday the 13th part vi +++$+++ 1986 +++$+++ 5.30 +++$+++ 9919 +++$+++ ['comedy', 'horror', 'thriller']
|
362 |
+
m361 +++$+++ jason goes to hell: the final friday +++$+++ 1993 +++$+++ 4.10 +++$+++ 8894 +++$+++ ['horror', 'thriller']
|
363 |
+
m362 +++$+++ friday the 13th part viii: jason takes manhattan +++$+++ 1989 +++$+++ 3.90 +++$+++ 10288 +++$+++ ['horror']
|
364 |
+
m363 +++$+++ game 6 +++$+++ 2005 +++$+++ 6.00 +++$+++ 1414 +++$+++ ['comedy', 'drama', 'sport']
|
365 |
+
m364 +++$+++ gandhi +++$+++ 1982 +++$+++ 8.20 +++$+++ 52160 +++$+++ ['biography', 'drama', 'history']
|
366 |
+
m365 +++$+++ gattaca +++$+++ 1997 +++$+++ 7.80 +++$+++ 72063 +++$+++ ['drama', 'romance', 'sci-fi', 'thriller']
|
367 |
+
m366 +++$+++ the getaway +++$+++ 1972 +++$+++ 7.50 +++$+++ 10151 +++$+++ ['action', 'adventure', 'crime', 'thriller']
|
368 |
+
m367 +++$+++ get carter +++$+++ 2000 +++$+++ 4.80 +++$+++ 14319 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
369 |
+
m368 +++$+++ glengarry glen ross +++$+++ 1992 +++$+++ 7.90 +++$+++ 32882 +++$+++ ['drama']
|
370 |
+
m369 +++$+++ the godfather: part ii +++$+++ 1974 +++$+++ 9.00 +++$+++ 251290 +++$+++ ['crime', 'drama', 'thriller']
|
371 |
+
m370 +++$+++ gods and monsters +++$+++ 1998 +++$+++ 7.50 +++$+++ 16063 +++$+++ ['biography', 'drama']
|
372 |
+
m371 +++$+++ gone in sixty seconds +++$+++ 2000 +++$+++ 6.00 +++$+++ 74474 +++$+++ ['action', 'crime', 'thriller']
|
373 |
+
m372 +++$+++ goodfellas +++$+++ 1990 +++$+++ 8.80 +++$+++ 234582 +++$+++ ['crime', 'drama', 'thriller']
|
374 |
+
m373 +++$+++ good will hunting +++$+++ 1997 +++$+++ 8.10 +++$+++ 154419 +++$+++ ['drama']
|
375 |
+
m374 +++$+++ the grapes of wrath +++$+++ 1940 +++$+++ 8.30 +++$+++ 23850 +++$+++ ['drama']
|
376 |
+
m375 +++$+++ grosse pointe blank +++$+++ 1997 +++$+++ 7.40 +++$+++ 41877 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
|
377 |
+
m376 +++$+++ the horse whisperer +++$+++ 1998 +++$+++ 6.40 +++$+++ 15953 +++$+++ ['drama', 'romance', 'western']
|
378 |
+
m377 +++$+++ hackers +++$+++ 1995 +++$+++ 5.80 +++$+++ 27009 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
379 |
+
m378 +++$+++ halloween 4: the return of michael myers +++$+++ 1988 +++$+++ 5.60 +++$+++ 11315 +++$+++ ['horror', 'thriller']
|
380 |
+
m379 +++$+++ halloween +++$+++ 1978 +++$+++ 7.90 +++$+++ 64690 +++$+++ ['horror', 'thriller']
|
381 |
+
m380 +++$+++ hannah and her sisters +++$+++ 1986 +++$+++ 7.90 +++$+++ 21088 +++$+++ ['comedy', 'drama', 'romance']
|
382 |
+
m381 +++$+++ hannibal +++$+++ 2001 +++$+++ 6.40 +++$+++ 75788 +++$+++ ['crime', 'thriller']
|
383 |
+
m382 +++$+++ happy campers +++$+++ 2001 +++$+++ 5.40 +++$+++ 1785 +++$+++ ['comedy']
|
384 |
+
m383 +++$+++ heathers +++$+++ 1989 +++$+++ 7.30 +++$+++ 25236 +++$+++ ['comedy', 'crime']
|
385 |
+
m384 +++$+++ heavenly creatures +++$+++ 1994 +++$+++ 7.60 +++$+++ 27211 +++$+++ ['crime', 'drama', 'fantasy', 'thriller']
|
386 |
+
m385 +++$+++ hellraiser: hellseeker +++$+++ 2002 +++$+++ 4.90 +++$+++ 3400 +++$+++ ['horror', 'mystery', 'thriller']
|
387 |
+
m386 +++$+++ hero +++$+++ 1992/I +++$+++ 6.30 +++$+++ 10573 +++$+++ ['comedy', 'drama']
|
388 |
+
m387 +++$+++ hider in the house +++$+++ 1989 +++$+++ 5.60 +++$+++ 394 +++$+++ ['thriller']
|
389 |
+
m388 +++$+++ highlander iii: the sorcerer +++$+++ 1994 +++$+++ 3.90 +++$+++ 7831 +++$+++ ['fantasy', 'sci-fi', 'action']
|
390 |
+
m389 +++$+++ hostage +++$+++ 2005/I +++$+++ 6.60 +++$+++ 37868 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
391 |
+
m390 +++$+++ hotel rwanda +++$+++ 2004 +++$+++ 8.30 +++$+++ 94404 +++$+++ ['adventure', 'drama', 'history', 'thriller', 'war']
|
392 |
+
m391 +++$+++ house on haunted hill +++$+++ 1999 +++$+++ 5.30 +++$+++ 23127 +++$+++ ['horror', 'mystery', 'thriller']
|
393 |
+
m392 +++$+++ house of the damned +++$+++ 1996 +++$+++ 4.30 +++$+++ 216 +++$+++ ['action', 'horror', 'thriller']
|
394 |
+
m393 +++$+++ hellraiser iii: hell on earth +++$+++ 1992 +++$+++ 5.10 +++$+++ 7716 +++$+++ ['horror']
|
395 |
+
m394 +++$+++ hudson hawk +++$+++ 1991 +++$+++ 5.40 +++$+++ 22116 +++$+++ ['action', 'adventure', 'comedy', 'action', 'adventure', 'comedy', 'crime']
|
396 |
+
m395 +++$+++ the hudsucker proxy +++$+++ 1994 +++$+++ 7.40 +++$+++ 32691 +++$+++ ['comedy', 'drama', 'fantasy', 'romance']
|
397 |
+
m396 +++$+++ i walked with a zombie +++$+++ 1943 +++$+++ 7.30 +++$+++ 3420 +++$+++ ['horror']
|
398 |
+
m397 +++$+++ the ice storm +++$+++ 1997 +++$+++ 7.50 +++$+++ 27724 +++$+++ ['drama']
|
399 |
+
m398 +++$+++ insomnia +++$+++ 2002/I +++$+++ 7.30 +++$+++ 69635 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
400 |
+
m399 +++$+++ interview with the vampire: the vampire chronicles +++$+++ 1994 +++$+++ 7.40 +++$+++ 80077 +++$+++ ['drama', 'fantasy']
|
401 |
+
m400 +++$+++ i still know what you did last summer +++$+++ 1998 +++$+++ 4.10 +++$+++ 23543 +++$+++ ['horror', 'mystery', 'thriller']
|
402 |
+
m401 +++$+++ isle of the dead +++$+++ 1945 +++$+++ 6.60 +++$+++ 1405 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
|
403 |
+
m402 +++$+++ it's a wonderful life +++$+++ 1946 +++$+++ 8.70 +++$+++ 103290 +++$+++ ['drama', 'fantasy', 'romance']
|
404 |
+
m403 +++$+++ jaws 2 +++$+++ 1978 +++$+++ 5.60 +++$+++ 18995 +++$+++ ['thriller']
|
405 |
+
m404 +++$+++ jaws 3-d +++$+++ 1983 +++$+++ 3.30 +++$+++ 12839 +++$+++ ['thriller']
|
406 |
+
m405 +++$+++ jaws: the revenge +++$+++ 1987 +++$+++ 2.60 +++$+++ 15727 +++$+++ ['thriller']
|
407 |
+
m406 +++$+++ the jazz singer +++$+++ 1927 +++$+++ 6.80 +++$+++ 3252 +++$+++ ['drama', 'music', 'romance']
|
408 |
+
m407 +++$+++ jennifer eight +++$+++ 1992 +++$+++ 6.20 +++$+++ 6224 +++$+++ ['thriller', 'mystery']
|
409 |
+
m408 +++$+++ jerry maguire +++$+++ 1996 +++$+++ 7.30 +++$+++ 79706 +++$+++ ['comedy', 'drama', 'romance', 'sport']
|
410 |
+
m409 +++$+++ jurassic park iii +++$+++ 2001 +++$+++ 5.70 +++$+++ 62564 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
411 |
+
m410 +++$+++ the lost world: jurassic park +++$+++ 1997 +++$+++ 6.00 +++$+++ 78169 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller', 'action', 'adventure', 'animation', 'horror', 'sci-fi', 'thriller']
|
412 |
+
m411 +++$+++ jurassic park +++$+++ 1993 +++$+++ 7.90 +++$+++ 153737 +++$+++ ['action', 'adventure', 'family', 'sci-fi', 'action', 'adventure', 'fantasy', 'sci-fi']
|
413 |
+
m412 +++$+++ freddy vs. jason +++$+++ 2003 +++$+++ 5.80 +++$+++ 39850 +++$+++ ['horror', 'thriller']
|
414 |
+
m413 +++$+++ kafka +++$+++ 1991 +++$+++ 6.90 +++$+++ 4467 +++$+++ ['comedy', 'drama', 'mystery', 'sci-fi', 'thriller']
|
415 |
+
m414 +++$+++ king kong +++$+++ 2005 +++$+++ 7.60 +++$+++ 134187 +++$+++ ['adventure', 'drama', 'romance']
|
416 |
+
m415 +++$+++ klute +++$+++ 1971 +++$+++ 7.20 +++$+++ 6901 +++$+++ ['mystery', 'romance', 'thriller']
|
417 |
+
m416 +++$+++ kramer vs. kramer +++$+++ 1979 +++$+++ 7.70 +++$+++ 25836 +++$+++ ['drama']
|
418 |
+
m417 +++$+++ kundun +++$+++ 1997 +++$+++ 7.10 +++$+++ 10378 +++$+++ ['biography', 'drama', 'history', 'war']
|
419 |
+
m418 +++$+++ lake placid +++$+++ 1999 +++$+++ 5.40 +++$+++ 19621 +++$+++ ['action', 'comedy', 'horror', 'thriller']
|
420 |
+
m419 +++$+++ the silence of the lambs +++$+++ 1991 +++$+++ 8.70 +++$+++ 251237 +++$+++ ['crime', 'thriller']
|
421 |
+
m420 +++$+++ last of the mohicans +++$+++ 1977 +++$+++ 7.30 +++$+++ 71 +++$+++ ['action', 'adventure', 'war']
|
422 |
+
m421 +++$+++ leviathan +++$+++ 1989 +++$+++ 5.30 +++$+++ 4751 +++$+++ ['adventure', 'horror', 'mystery', 'sci-fi', 'thriller']
|
423 |
+
m422 +++$+++ lock, stock and two smoking barrels +++$+++ 1998 +++$+++ 8.20 +++$+++ 129117 +++$+++ ['crime', 'thriller']
|
424 |
+
m423 +++$+++ lone star +++$+++ 1996 +++$+++ 7.60 +++$+++ 14666 +++$+++ ['drama', 'mystery', 'romance', 'western']
|
425 |
+
m424 +++$+++ lord of illusions +++$+++ 1995 +++$+++ 5.60 +++$+++ 5031 +++$+++ ['fantasy', 'horror', 'mystery', 'thriller']
|
426 |
+
m425 +++$+++ lost in translation +++$+++ 2003 +++$+++ 7.90 +++$+++ 132645 +++$+++ ['drama', 'romance']
|
427 |
+
m426 +++$+++ lost souls +++$+++ 2000 +++$+++ 4.60 +++$+++ 6663 +++$+++ ['drama', 'horror', 'thriller', 'romance']
|
428 |
+
m427 +++$+++ love & basketball +++$+++ 2000 +++$+++ 6.70 +++$+++ 5907 +++$+++ ['drama', 'romance', 'sport']
|
429 |
+
m428 +++$+++ magnolia +++$+++ 1999 +++$+++ 8.00 +++$+++ 123476 +++$+++ ['drama']
|
430 |
+
m429 +++$+++ the man in the iron mask +++$+++ 1998/I +++$+++ 6.10 +++$+++ 36684 +++$+++ ['action', 'adventure', 'drama', 'history']
|
431 |
+
m430 +++$+++ manhunt +++$+++ 2003 +++$+++ 8.70 +++$+++ 736 +++$+++ ['action', 'adventure', 'crime', 'horror', 'thriller']
|
432 |
+
m431 +++$+++ manhunter +++$+++ 1986 +++$+++ 7.20 +++$+++ 21649 +++$+++ ['crime', 'thriller']
|
433 |
+
m432 +++$+++ man on the moon +++$+++ 1999 +++$+++ 7.40 +++$+++ 49915 +++$+++ ['biography', 'comedy', 'drama']
|
434 |
+
m433 +++$+++ the matrix +++$+++ 1999 +++$+++ 8.70 +++$+++ 389480 +++$+++ ['action', 'adventure', 'adventure', 'adventure', 'sci-fi']
|
435 |
+
m434 +++$+++ halloween iii: season of the witch +++$+++ 1982 +++$+++ 3.80 +++$+++ 13037 +++$+++ ['horror', 'mystery', 'sci-fi']
|
436 |
+
m435 +++$+++ meet joe black +++$+++ 1998 +++$+++ 6.90 +++$+++ 56839 +++$+++ ['drama', 'fantasy', 'mystery', 'romance']
|
437 |
+
m436 +++$+++ memento +++$+++ 2000 +++$+++ 8.70 +++$+++ 281027 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
438 |
+
m437 +++$+++ miami vice +++$+++ 2006 +++$+++ 6.00 +++$+++ 52448 +++$+++ ['action', 'crime', 'drama', 'thriller']
|
439 |
+
m438 +++$+++ midnight cowboy +++$+++ 1969 +++$+++ 8.00 +++$+++ 34405 +++$+++ ['drama']
|
440 |
+
m439 +++$+++ midnight express +++$+++ 1978 +++$+++ 7.60 +++$+++ 24103 +++$+++ ['biography', 'crime', 'drama', 'thriller']
|
441 |
+
m440 +++$+++ mimic +++$+++ 1997 +++$+++ 5.70 +++$+++ 14916 +++$+++ ['drama', 'horror', 'sci-fi']
|
442 |
+
m441 +++$+++ misery +++$+++ 1990 +++$+++ 7.80 +++$+++ 41563 +++$+++ ['thriller']
|
443 |
+
m442 +++$+++ mission: impossible ii +++$+++ 2000 +++$+++ 5.70 +++$+++ 86452 +++$+++ ['action', 'adventure', 'thriller']
|
444 |
+
m443 +++$+++ mission: impossible +++$+++ 1996 +++$+++ 6.90 +++$+++ 87677 +++$+++ ['action', 'adventure', 'thriller']
|
445 |
+
m444 +++$+++ moonstruck +++$+++ 1987 +++$+++ 7.10 +++$+++ 15879 +++$+++ ['comedy', 'romance', 'drama']
|
446 |
+
m445 +++$+++ monty python and the holy grail +++$+++ 1975 +++$+++ 8.40 +++$+++ 157683 +++$+++ ['adventure', 'comedy']
|
447 |
+
m446 +++$+++ mrs brown +++$+++ 1997 +++$+++ 7.20 +++$+++ 5701 +++$+++ ['biography', 'drama', 'history', 'romance']
|
448 |
+
m447 +++$+++ arcade +++$+++ 1993 +++$+++ 4.60 +++$+++ 668 +++$+++ ['sci-fi']
|
449 |
+
m448 +++$+++ mulholland dr. +++$+++ 2001 +++$+++ 8.00 +++$+++ 105859 +++$+++ ['drama', 'mystery', 'thriller']
|
450 |
+
m449 +++$+++ "murderland" +++$+++ 2009 +++$+++ 5.80 +++$+++ 88 +++$+++ ['crime', 'drama', 'mystery']
|
451 |
+
m450 +++$+++ my girl 2 +++$+++ 1994 +++$+++ 4.80 +++$+++ 5689 +++$+++ ['comedy', 'drama', 'family', 'romance']
|
452 |
+
m451 +++$+++ my girl +++$+++ 1991 +++$+++ 6.40 +++$+++ 17967 +++$+++ ['comedy', 'drama', 'family', 'romance']
|
453 |
+
m452 +++$+++ my best friend's wedding +++$+++ 1997 +++$+++ 6.20 +++$+++ 37682 +++$+++ ['comedy', 'romance']
|
454 |
+
m453 +++$+++ nashville +++$+++ 1975 +++$+++ 7.70 +++$+++ 9315 +++$+++ ['drama', 'music']
|
455 |
+
m454 +++$+++ natural born killers +++$+++ 1994 +++$+++ 7.10 +++$+++ 73047 +++$+++ ['action', 'crime', 'drama', 'romance', 'thriller']
|
456 |
+
m455 +++$+++ nothing but a man +++$+++ 1964 +++$+++ 7.80 +++$+++ 448 +++$+++ ['drama', 'romance']
|
457 |
+
m456 +++$+++ the negotiator +++$+++ 1998 +++$+++ 7.20 +++$+++ 46983 +++$+++ ['action', 'crime', 'drama', 'mystery', 'thriller']
|
458 |
+
m457 +++$+++ neuromancer +++$+++ 1988 +++$+++ 9.30 +++$+++ 48 +++$+++ ['action', 'adventure', 'animation', 'sci-fi']
|
459 |
+
m458 +++$+++ never been kissed +++$+++ 1999 +++$+++ 5.70 +++$+++ 27409 +++$+++ ['comedy', 'drama', 'romance']
|
460 |
+
m459 +++$+++ the nightmare before christmas +++$+++ 1993 +++$+++ 8.00 +++$+++ 81753 +++$+++ ['animation', 'family', 'fantasy', 'musical']
|
461 |
+
m460 +++$+++ a nightmare on elm street part 2: freddy's revenge +++$+++ 1985 +++$+++ 4.90 +++$+++ 16582 +++$+++ ['fantasy', 'horror', 'thriller']
|
462 |
+
m461 +++$+++ a nightmare on elm street 3: dream warriors +++$+++ 1987 +++$+++ 6.30 +++$+++ 17734 +++$+++ ['fantasy', 'horror', 'thriller']
|
463 |
+
m462 +++$+++ notting hill +++$+++ 1999 +++$+++ 6.90 +++$+++ 67217 +++$+++ ['comedy', 'romance']
|
464 |
+
m463 +++$+++ one flew over the cuckoo's nest +++$+++ 1975 +++$+++ 8.90 +++$+++ 219739 +++$+++ ['drama']
|
465 |
+
m464 +++$+++ only you +++$+++ 1994 +++$+++ 6.20 +++$+++ 6620 +++$+++ ['comedy', 'romance']
|
466 |
+
m465 +++$+++ on the waterfront +++$+++ 1954 +++$+++ 8.40 +++$+++ 42010 +++$+++ ['crime', 'drama', 'romance']
|
467 |
+
m466 +++$+++ orgy of the dead +++$+++ 1965 +++$+++ 2.50 +++$+++ 1395 +++$+++ ['fantasy', 'horror']
|
468 |
+
m467 +++$+++ out of sight +++$+++ 1998 +++$+++ 7.20 +++$+++ 38595 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
|
469 |
+
m468 +++$+++ pearl harbor +++$+++ 2001 +++$+++ 5.40 +++$+++ 97519 +++$+++ ['action', 'drama', 'romance', 'war']
|
470 |
+
m469 +++$+++ peggy sue got married +++$+++ 1986 +++$+++ 6.30 +++$+++ 12574 +++$+++ ['comedy', 'drama', 'fantasy', 'romance']
|
471 |
+
m470 +++$+++ pet sematary ii +++$+++ 1992 +++$+++ 4.20 +++$+++ 6014 +++$+++ ['action', 'horror', 'thriller']
|
472 |
+
m471 +++$+++ philadelphia +++$+++ 1993 +++$+++ 7.60 +++$+++ 54221 +++$+++ ['drama']
|
473 |
+
m472 +++$+++ pitch black +++$+++ 2000 +++$+++ 7.00 +++$+++ 55982 +++$+++ ['action', 'sci-fi', 'thriller']
|
474 |
+
m473 +++$+++ planet of the apes +++$+++ 2001 +++$+++ 5.50 +++$+++ 73596 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller', 'animation', 'action', 'adventure', 'sci-fi']
|
475 |
+
m474 +++$+++ platoon +++$+++ 1986 +++$+++ 8.20 +++$+++ 110867 +++$+++ ['action', 'drama', 'war']
|
476 |
+
m475 +++$+++ playback +++$+++ 1996 +++$+++ 3.60 +++$+++ 164 +++$+++ ['thriller']
|
477 |
+
m476 +++$+++ the ploughman's lunch +++$+++ 1983 +++$+++ 6.80 +++$+++ 154 +++$+++ ['drama']
|
478 |
+
m477 +++$+++ point break +++$+++ 1991 +++$+++ 6.90 +++$+++ 37722 +++$+++ ['action', 'adventure', 'crime', 'drama', 'sport', 'thriller']
|
479 |
+
m478 +++$+++ predator +++$+++ 1987 +++$+++ 7.80 +++$+++ 90730 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
480 |
+
m479 +++$+++ pretty woman +++$+++ 1990 +++$+++ 6.70 +++$+++ 61642 +++$+++ ['comedy', 'romance']
|
481 |
+
m480 +++$+++ the princess bride +++$+++ 1987 +++$+++ 8.10 +++$+++ 125281 +++$+++ ['adventure', 'comedy', 'family', 'fantasy', 'romance']
|
482 |
+
m481 +++$+++ the producers +++$+++ 1968 +++$+++ 7.70 +++$+++ 19432 +++$+++ ['comedy']
|
483 |
+
m482 +++$+++ psycho +++$+++ 1960 +++$+++ 8.70 +++$+++ 146915 +++$+++ ['drama', 'horror', 'mystery', 'thriller', 'thriller']
|
484 |
+
m483 +++$+++ maniac +++$+++ 1980 +++$+++ 6.20 +++$+++ 3382 +++$+++ ['drama', 'horror', 'thriller']
|
485 |
+
m484 +++$+++ vampyr +++$+++ 1932 +++$+++ 7.60 +++$+++ 4005 +++$+++ ['fantasy', 'horror']
|
486 |
+
m485 +++$+++ mystery of the wax museum +++$+++ 1933 +++$+++ 6.80 +++$+++ 1740 +++$+++ ['horror', 'mystery', 'thriller']
|
487 |
+
m486 +++$+++ quantum project +++$+++ 2000 +++$+++ 4.80 +++$+++ 47 +++$+++ ['short', 'adventure', 'drama', 'romance']
|
488 |
+
m487 +++$+++ rambling rose +++$+++ 1991 +++$+++ 6.60 +++$+++ 2631 +++$+++ ['drama']
|
489 |
+
m488 +++$+++ red white black & blue +++$+++ 2006 +++$+++ 6.30 +++$+++ 37 +++$+++ ['documentary']
|
490 |
+
m489 +++$+++ star wars: episode vi - return of the jedi +++$+++ 1983 +++$+++ 8.30 +++$+++ 215058 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi']
|
491 |
+
m490 +++$+++ the rocky horror picture show +++$+++ 1975 +++$+++ 7.10 +++$+++ 42713 +++$+++ ['comedy', 'musical']
|
492 |
+
m491 +++$+++ rocky +++$+++ 1976 +++$+++ 8.10 +++$+++ 100022 +++$+++ ['drama', 'romance', 'sport']
|
493 |
+
m492 +++$+++ who framed roger rabbit +++$+++ 1988 +++$+++ 7.60 +++$+++ 54375 +++$+++ ['animation', 'comedy', 'crime', 'family', 'fantasy', 'mystery', 'animation', 'adventure', 'action', 'fantasy']
|
494 |
+
m493 +++$+++ romeo and juliet +++$+++ 1968/I +++$+++ 7.80 +++$+++ 12360 +++$+++ ['drama', 'romance']
|
495 |
+
m494 +++$+++ ronin +++$+++ 1998 +++$+++ 7.20 +++$+++ 58201 +++$+++ ['action', 'crime', 'thriller']
|
496 |
+
m495 +++$+++ route 9 +++$+++ 1998 +++$+++ 6.00 +++$+++ 557 +++$+++ ['crime', 'drama']
|
497 |
+
m496 +++$+++ rush hour 2 +++$+++ 2001 +++$+++ 6.50 +++$+++ 52716 +++$+++ ['action', 'comedy', 'crime', 'thriller']
|
498 |
+
m497 +++$+++ rush hour +++$+++ 1998 +++$+++ 6.80 +++$+++ 56376 +++$+++ ['action', 'comedy', 'thriller', 'crime']
|
499 |
+
m498 +++$+++ runaway bride +++$+++ 1999 +++$+++ 5.20 +++$+++ 28793 +++$+++ ['comedy', 'romance']
|
500 |
+
m499 +++$+++ sleepless in seattle +++$+++ 1993 +++$+++ 6.60 +++$+++ 44179 +++$+++ ['comedy', 'romance', 'drama']
|
501 |
+
m500 +++$+++ salt of the earth +++$+++ 1954 +++$+++ 7.60 +++$+++ 1085 +++$+++ ['drama', 'history']
|
502 |
+
m501 +++$+++ the salton sea +++$+++ 2002 +++$+++ 7.10 +++$+++ 16669 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
503 |
+
m502 +++$+++ saving private ryan +++$+++ 1998 +++$+++ 8.50 +++$+++ 275666 +++$+++ ['action', 'drama', 'history', 'war']
|
504 |
+
m503 +++$+++ say anything... +++$+++ 1989 +++$+++ 7.50 +++$+++ 25220 +++$+++ ['comedy', 'drama', 'romance']
|
505 |
+
m504 +++$+++ schindler's list +++$+++ 1993 +++$+++ 8.90 +++$+++ 282473 +++$+++ ['biography', 'drama', 'history', 'war']
|
506 |
+
m505 +++$+++ scream 2 +++$+++ 1997 +++$+++ 5.90 +++$+++ 48988 +++$+++ ['horror', 'mystery', 'thriller']
|
507 |
+
m506 +++$+++ scream 3 +++$+++ 2000 +++$+++ 5.30 +++$+++ 38870 +++$+++ ['horror', 'mystery', 'thriller']
|
508 |
+
m507 +++$+++ scream +++$+++ 1996/I +++$+++ 7.20 +++$+++ 92543 +++$+++ ['crime', 'horror', 'mystery', 'thriller']
|
509 |
+
m508 +++$+++ seven +++$+++ 1979 +++$+++ 6.10 +++$+++ 259 +++$+++ ['action', 'drama']
|
510 |
+
m509 +++$+++ the searchers +++$+++ 1956 +++$+++ 8.10 +++$+++ 30138 +++$+++ ['adventure', 'drama', 'western']
|
511 |
+
m510 +++$+++ seven days to live +++$+++ 2000 +++$+++ 5.20 +++$+++ 1150 +++$+++ ['drama', 'horror', 'thriller']
|
512 |
+
m511 +++$+++ shakespeare in love +++$+++ 1998 +++$+++ 7.40 +++$+++ 78654 +++$+++ ['comedy', 'drama', 'romance']
|
513 |
+
m512 +++$+++ shallow grave +++$+++ 1994 +++$+++ 7.40 +++$+++ 21611 +++$+++ ['comedy', 'crime', 'drama', 'thriller']
|
514 |
+
m513 +++$+++ shampoo +++$+++ 1975 +++$+++ 6.20 +++$+++ 4406 +++$+++ ['drama', 'romance']
|
515 |
+
m514 +++$+++ the shining +++$+++ 1980 +++$+++ 8.50 +++$+++ 182077 +++$+++ ['horror', 'mystery', 'thriller']
|
516 |
+
m515 +++$+++ silver bullet +++$+++ 1985 +++$+++ 5.90 +++$+++ 6498 +++$+++ ['adventure', 'drama', 'horror', 'mystery', 'thriller']
|
517 |
+
m516 +++$+++ sister act +++$+++ 1992 +++$+++ 5.90 +++$+++ 25196 +++$+++ ['comedy', 'crime', 'music']
|
518 |
+
m517 +++$+++ sleepy hollow +++$+++ 1999 +++$+++ 7.50 +++$+++ 108951 +++$+++ ['fantasy', 'mystery', 'thriller']
|
519 |
+
m518 +++$+++ sling blade +++$+++ 1996 +++$+++ 8.00 +++$+++ 42087 +++$+++ ['drama']
|
520 |
+
m519 +++$+++ smoke +++$+++ 1995 +++$+++ 7.50 +++$+++ 15482 +++$+++ ['comedy', 'drama']
|
521 |
+
m520 +++$+++ snow falling on cedars +++$+++ 1999 +++$+++ 6.70 +++$+++ 8483 +++$+++ ['drama', 'mystery', 'romance', 'thriller']
|
522 |
+
m521 +++$+++ soldier +++$+++ 1998/I +++$+++ 5.60 +++$+++ 16446 +++$+++ ['action', 'drama', 'sci-fi']
|
523 |
+
m522 +++$+++ some like it hot +++$+++ 1959 +++$+++ 8.40 +++$+++ 68749 +++$+++ ['comedy']
|
524 |
+
m523 +++$+++ the wedding date +++$+++ 2005 +++$+++ 5.50 +++$+++ 12340 +++$+++ ['comedy', 'romance']
|
525 |
+
m524 +++$+++ sounder +++$+++ 1972 +++$+++ 7.80 +++$+++ 1298 +++$+++ ['drama']
|
526 |
+
m525 +++$+++ south park: bigger longer & uncut +++$+++ 1999 +++$+++ 7.80 +++$+++ 80257 +++$+++ ['animation', 'comedy', 'musical']
|
527 |
+
m526 +++$+++ spacejacked +++$+++ 1997 +++$+++ 2.90 +++$+++ 105 +++$+++ ['action', 'sci-fi']
|
528 |
+
m527 +++$+++ spare me +++$+++ 1992 +++$+++ 5.80 +++$+++ 26 +++$+++ ['thriller']
|
529 |
+
m528 +++$+++ sphere +++$+++ 1998 +++$+++ 5.60 +++$+++ 31924 +++$+++ ['drama', 'horror', 'mystery', 'sci-fi', 'thriller']
|
530 |
+
m529 +++$+++ star wars +++$+++ 1977 +++$+++ 8.80 +++$+++ 326619 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi']
|
531 |
+
m530 +++$+++ starship troopers +++$+++ 1997 +++$+++ 7.10 +++$+++ 84874 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
532 |
+
m531 +++$+++ star trek: the motion picture +++$+++ 1979 +++$+++ 6.20 +++$+++ 25723 +++$+++ ['adventure', 'fantasy', 'mystery', 'sci-fi']
|
533 |
+
m532 +++$+++ state and main +++$+++ 2000 +++$+++ 6.80 +++$+++ 13163 +++$+++ ['comedy', 'drama']
|
534 |
+
m533 +++$+++ stepmom +++$+++ 1998 +++$+++ 6.20 +++$+++ 18714 +++$+++ ['comedy', 'drama']
|
535 |
+
m534 +++$+++ storytelling +++$+++ 2001 +++$+++ 6.70 +++$+++ 9677 +++$+++ ['comedy', 'drama']
|
536 |
+
m535 +++$+++ stranglehold +++$+++ 2007 +++$+++ 8.60 +++$+++ 907 +++$+++ ['action', 'adventure', 'crime']
|
537 |
+
m536 +++$+++ dr. strangelove or: how i learned to stop worrying and love the bomb +++$+++ 1964 +++$+++ 8.60 +++$+++ 158529 +++$+++ ['comedy', 'drama']
|
538 |
+
m537 +++$+++ suburbia +++$+++ 1996 +++$+++ 6.50 +++$+++ 4552 +++$+++ ['comedy', 'drama']
|
539 |
+
m538 +++$+++ sugar & spice +++$+++ 2001 +++$+++ 5.20 +++$+++ 6981 +++$+++ ['comedy', 'crime']
|
540 |
+
m539 +++$+++ sunset blvd. +++$+++ 1950 +++$+++ 8.70 +++$+++ 55994 +++$+++ ['drama', 'film-noir']
|
541 |
+
m540 +++$+++ supergirl +++$+++ 1984 +++$+++ 4.10 +++$+++ 6576 +++$+++ ['action', 'adventure', 'sci-fi']
|
542 |
+
m541 +++$+++ superman iii +++$+++ 1983 +++$+++ 4.70 +++$+++ 18340 +++$+++ ['action', 'adventure', 'comedy', 'fantasy', 'sci-fi']
|
543 |
+
m542 +++$+++ superman ii +++$+++ 1980 +++$+++ 6.70 +++$+++ 29941 +++$+++ ['action', 'adventure', 'fantasy', 'romance', 'sci-fi']
|
544 |
+
m543 +++$+++ superman iv: the quest for peace +++$+++ 1987 +++$+++ 3.40 +++$+++ 15332 +++$+++ ['action', 'adventure', 'family', 'fantasy', 'sci-fi']
|
545 |
+
m544 +++$+++ superman +++$+++ 1978 +++$+++ 7.30 +++$+++ 51172 +++$+++ ['action', 'family', 'sci-fi']
|
546 |
+
m545 +++$+++ the sweet hereafter +++$+++ 1997 +++$+++ 7.80 +++$+++ 16463 +++$+++ ['drama']
|
547 |
+
m546 +++$+++ sweet smell of success +++$+++ 1957 +++$+++ 8.20 +++$+++ 9014 +++$+++ ['drama', 'film-noir']
|
548 |
+
m547 +++$+++ terminator 2: judgment day +++$+++ 1991 +++$+++ 8.50 +++$+++ 243230 +++$+++ ['action', 'sci-fi', 'thriller']
|
549 |
+
m548 +++$+++ taking sides +++$+++ 2001 +++$+++ 7.20 +++$+++ 1950 +++$+++ ['drama', 'music', 'war']
|
550 |
+
m549 +++$+++ the terminator +++$+++ 1984 +++$+++ 8.10 +++$+++ 183538 +++$+++ ['action', 'sci-fi', 'thriller']
|
551 |
+
m550 +++$+++ the game +++$+++ 1997 +++$+++ 7.70 +++$+++ 75861 +++$+++ ['drama', 'mystery', 'thriller']
|
552 |
+
m551 +++$+++ the haunting +++$+++ 1999 +++$+++ 4.60 +++$+++ 32086 +++$+++ ['horror', 'thriller', 'mystery']
|
553 |
+
m552 +++$+++ the limey +++$+++ 1999 +++$+++ 7.00 +++$+++ 15465 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
|
554 |
+
m553 +++$+++ the man who wasn't there +++$+++ 2001 +++$+++ 7.70 +++$+++ 41452 +++$+++ ['crime', 'drama']
|
555 |
+
m554 +++$+++ the relic +++$+++ 1997 +++$+++ 5.40 +++$+++ 10340 +++$+++ ['horror', 'mystery', 'thriller']
|
556 |
+
m555 +++$+++ the truman show +++$+++ 1998 +++$+++ 8.00 +++$+++ 160825 +++$+++ ['drama']
|
557 |
+
m556 +++$+++ the x files +++$+++ 1998 +++$+++ 6.80 +++$+++ 39090 +++$+++ ['crime', 'horror', 'mystery', 'sci-fi', 'thriller']
|
558 |
+
m557 +++$+++ the cell +++$+++ 2000 +++$+++ 6.20 +++$+++ 37417 +++$+++ ['drama', 'fantasy', 'horror', 'sci-fi', 'thriller']
|
559 |
+
m558 +++$+++ the third man +++$+++ 1949 +++$+++ 8.50 +++$+++ 51872 +++$+++ ['film-noir', 'mystery', 'thriller']
|
560 |
+
m559 +++$+++ the beach +++$+++ 2000/I +++$+++ 6.30 +++$+++ 55734 +++$+++ ['adventure', 'drama', 'romance', 'thriller']
|
561 |
+
m560 +++$+++ the believer +++$+++ 2001 +++$+++ 7.30 +++$+++ 11345 +++$+++ ['drama']
|
562 |
+
m561 +++$+++ le grand bleu +++$+++ 1988 +++$+++ 7.40 +++$+++ 18313 +++$+++ ['adventure', 'drama', 'romance']
|
563 |
+
m562 +++$+++ the hebrew hammer +++$+++ 2003 +++$+++ 6.20 +++$+++ 2900 +++$+++ ['comedy']
|
564 |
+
m563 +++$+++ the leopard man +++$+++ 1943 +++$+++ 6.90 +++$+++ 1518 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
|
565 |
+
m564 +++$+++ the lost son +++$+++ 1999 +++$+++ 6.50 +++$+++ 911 +++$+++ ['crime', 'drama', 'romance', 'thriller']
|
566 |
+
m565 +++$+++ the messenger +++$+++ 2009/I +++$+++ 7.40 +++$+++ 9224 +++$+++ ['drama', 'romance', 'war']
|
567 |
+
m566 +++$+++ the pianist +++$+++ 2002 +++$+++ 8.50 +++$+++ 138080 +++$+++ ['biography', 'drama', 'war']
|
568 |
+
m567 +++$+++ the piano +++$+++ 1993 +++$+++ 7.50 +++$+++ 28525 +++$+++ ['drama', 'romance']
|
569 |
+
m568 +++$+++ the sting +++$+++ 1973 +++$+++ 8.40 +++$+++ 67231 +++$+++ ['comedy', 'crime', 'drama']
|
570 |
+
m569 +++$+++ the thin man +++$+++ 1934 +++$+++ 8.10 +++$+++ 11936 +++$+++ ['comedy', 'crime', 'drama', 'mystery', 'romance']
|
571 |
+
m570 +++$+++ three kings +++$+++ 1999 +++$+++ 7.30 +++$+++ 69757 +++$+++ ['action', 'adventure', 'comedy', 'drama', 'war']
|
572 |
+
m571 +++$+++ thx 1138 +++$+++ 1971 +++$+++ 6.80 +++$+++ 15741 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
|
573 |
+
m572 +++$+++ ticker +++$+++ 2001 +++$+++ 3.30 +++$+++ 3933 +++$+++ ['action', 'thriller', 'crime']
|
574 |
+
m573 +++$+++ trouble in paradise +++$+++ 1932 +++$+++ 8.20 +++$+++ 4781 +++$+++ ['comedy', 'crime', 'romance']
|
575 |
+
m574 +++$+++ titanic +++$+++ 1997 +++$+++ 7.40 +++$+++ 244771 +++$+++ ['drama', 'history', 'romance']
|
576 |
+
m575 +++$+++ transatlantic merry-go-round +++$+++ 1934 +++$+++ 6.90 +++$+++ 53 +++$+++ ['comedy', 'musical', 'mystery', 'romance']
|
577 |
+
m576 +++$+++ tombstone +++$+++ 1993 +++$+++ 7.70 +++$+++ 44204 +++$+++ ['action', 'drama', 'history', 'romance', 'western']
|
578 |
+
m577 +++$+++ tomorrow never dies +++$+++ 1997 +++$+++ 6.40 +++$+++ 47198 +++$+++ ['action', 'adventure', 'thriller']
|
579 |
+
m578 +++$+++ to sleep with anger +++$+++ 1990 +++$+++ 6.80 +++$+++ 490 +++$+++ ['drama']
|
580 |
+
m579 +++$+++ toy story +++$+++ 1995 +++$+++ 8.20 +++$+++ 156231 +++$+++ ['animation', 'adventure', 'comedy', 'family', 'fantasy']
|
581 |
+
m580 +++$+++ the magic toyshop +++$+++ 1987 +++$+++ 6.20 +++$+++ 90 +++$+++ ['fantasy']
|
582 |
+
m581 +++$+++ traffic +++$+++ 2000 +++$+++ 7.80 +++$+++ 86662 +++$+++ ['crime', 'drama', 'thriller']
|
583 |
+
m582 +++$+++ trainspotting +++$+++ 1996 +++$+++ 8.20 +++$+++ 153782 +++$+++ ['crime', 'drama']
|
584 |
+
m583 +++$+++ star trek v: the final frontier +++$+++ 1989 +++$+++ 5.00 +++$+++ 20749 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
|
585 |
+
m584 +++$+++ tron +++$+++ 1982 +++$+++ 6.70 +++$+++ 25903 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller', 'sci-fi']
|
586 |
+
m585 +++$+++ true lies +++$+++ 1994 +++$+++ 7.20 +++$+++ 81801 +++$+++ ['action', 'thriller']
|
587 |
+
m586 +++$+++ true romance +++$+++ 1993 +++$+++ 7.90 +++$+++ 74762 +++$+++ ['crime', 'romance', 'thriller']
|
588 |
+
m587 +++$+++ twelve monkeys +++$+++ 1995 +++$+++ 8.10 +++$+++ 173320 +++$+++ ['mystery', 'sci-fi', 'thriller']
|
589 |
+
m588 +++$+++ u-turn +++$+++ 1973 +++$+++ 5.80 +++$+++ 37 +++$+++ ['drama']
|
590 |
+
m589 +++$+++ u turn +++$+++ 1997 +++$+++ 6.70 +++$+++ 25388 +++$+++ ['crime', 'drama', 'thriller']
|
591 |
+
m590 +++$+++ unbreakable +++$+++ 2000 +++$+++ 7.30 +++$+++ 98767 +++$+++ ['drama', 'fantasy', 'mystery', 'thriller']
|
592 |
+
m591 +++$+++ unforgiven +++$+++ 1992 +++$+++ 8.30 +++$+++ 101270 +++$+++ ['drama', 'western']
|
593 |
+
m592 +++$+++ the usual suspects +++$+++ 1995 +++$+++ 8.70 +++$+++ 272137 +++$+++ ['crime', 'mystery', 'thriller']
|
594 |
+
m593 +++$+++ verdict +++$+++ 1974 +++$+++ 5.70 +++$+++ 135 +++$+++ ['drama']
|
595 |
+
m594 +++$+++ vertigo +++$+++ 1958 +++$+++ 8.60 +++$+++ 93524 +++$+++ ['crime', 'mystery', 'romance', 'thriller']
|
596 |
+
m595 +++$+++ very bad things +++$+++ 1998 +++$+++ 6.00 +++$+++ 22977 +++$+++ ['comedy', 'crime', 'thriller']
|
597 |
+
m596 +++$+++ viridiana +++$+++ 1961 +++$+++ 8.20 +++$+++ 6288 +++$+++ ['drama']
|
598 |
+
m597 +++$+++ virtuosity +++$+++ 1995 +++$+++ 5.30 +++$+++ 11191 +++$+++ ['action', 'crime', 'sci-fi', 'thriller']
|
599 |
+
m598 +++$+++ wag the dog +++$+++ 1997 +++$+++ 7.10 +++$+++ 36448 +++$+++ ['comedy', 'drama']
|
600 |
+
m599 +++$+++ wall street +++$+++ 1987 +++$+++ 7.30 +++$+++ 39082 +++$+++ ['crime', 'drama']
|
601 |
+
m600 +++$+++ waxwork +++$+++ 1988 +++$+++ 6.00 +++$+++ 2596 +++$+++ ['comedy', 'fantasy', 'horror']
|
602 |
+
m601 +++$+++ what lies beneath +++$+++ 2000 +++$+++ 6.50 +++$+++ 46195 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
|
603 |
+
m602 +++$+++ what women want +++$+++ 2000 +++$+++ 6.30 +++$+++ 55269 +++$+++ ['comedy', 'fantasy', 'romance']
|
604 |
+
m603 +++$+++ the witching hour +++$+++ 1996 +++$+++ 6.50 +++$+++ 69 +++$+++ ['documentary', 'short']
|
605 |
+
m604 +++$+++ white angel +++$+++ 1994 +++$+++ 4.40 +++$+++ 99 +++$+++ ['drama', 'thriller']
|
606 |
+
m605 +++$+++ who's your daddy? +++$+++ 2003/I +++$+++ 4.50 +++$+++ 2267 +++$+++ ['comedy']
|
607 |
+
m606 +++$+++ wild things +++$+++ 1998 +++$+++ 6.60 +++$+++ 40523 +++$+++ ['crime', 'mystery', 'thriller']
|
608 |
+
m607 +++$+++ wild wild west +++$+++ 1999 +++$+++ 4.30 +++$+++ 54943 +++$+++ ['action', 'western', 'comedy', 'sci-fi']
|
609 |
+
m608 +++$+++ willow +++$+++ 1988 +++$+++ 7.10 +++$+++ 33506 +++$+++ ['action', 'adventure', 'drama', 'fantasy', 'romance']
|
610 |
+
m609 +++$+++ witness +++$+++ 1985 +++$+++ 7.60 +++$+++ 30705 +++$+++ ['drama', 'romance', 'thriller']
|
611 |
+
m610 +++$+++ the wizard of oz +++$+++ 1939 +++$+++ 8.30 +++$+++ 104873 +++$+++ ['adventure', 'family', 'fantasy', 'musical']
|
612 |
+
m611 +++$+++ the world is not enough +++$+++ 1999 +++$+++ 6.30 +++$+++ 60047 +++$+++ ['action', 'adventure', 'thriller']
|
613 |
+
m612 +++$+++ watchmen +++$+++ 2009 +++$+++ 7.80 +++$+++ 135229 +++$+++ ['action', 'crime', 'fantasy', 'mystery', 'sci-fi', 'thriller']
|
614 |
+
m613 +++$+++ xxx +++$+++ 2002 +++$+++ 5.60 +++$+++ 53505 +++$+++ ['action', 'adventure', 'crime']
|
615 |
+
m614 +++$+++ x-men +++$+++ 2000 +++$+++ 7.40 +++$+++ 122149 +++$+++ ['action', 'sci-fi']
|
616 |
+
m615 +++$+++ young frankenstein +++$+++ 1974 +++$+++ 8.00 +++$+++ 57618 +++$+++ ['comedy', 'sci-fi']
|
617 |
+
m616 +++$+++ zulu dawn +++$+++ 1979 +++$+++ 6.40 +++$+++ 1911 +++$+++ ['action', 'adventure', 'drama', 'history', 'war']
|
raw_script_urls.txt
ADDED
@@ -0,0 +1,617 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
m0 +++$+++ 10 things i hate about you +++$+++ http://www.dailyscript.com/scripts/10Things.html
|
2 |
+
m1 +++$+++ 1492: conquest of paradise +++$+++ http://www.hundland.org/scripts/1492-ConquestOfParadise.txt
|
3 |
+
m2 +++$+++ 15 minutes +++$+++ http://www.dailyscript.com/scripts/15minutes.html
|
4 |
+
m3 +++$+++ 2001: a space odyssey +++$+++ http://www.scifiscripts.com/scripts/2001.txt
|
5 |
+
m4 +++$+++ 48 hrs. +++$+++ http://www.awesomefilm.com/script/48hours.txt
|
6 |
+
m5 +++$+++ the fifth element +++$+++ http://www.scifiscripts.com/scripts/5thelement.txt
|
7 |
+
m6 +++$+++ 8mm +++$+++ http://www.dailyscript.com/scripts/eight-millimeter.html
|
8 |
+
m7 +++$+++ a nightmare on elm street 4: the dream master +++$+++ http://www.hundland.org/scripts/A-Nightmare-on-Elm-Street-4.txt
|
9 |
+
m8 +++$+++ a nightmare on elm street: the dream child +++$+++ http://www.hundland.org/scripts/A-Nightmare-on-Elm-Street-5.txt
|
10 |
+
m9 +++$+++ the atomic submarine +++$+++ http://leonscripts.tripod.com/scripts/ATOMICSUB.htm
|
11 |
+
m10 +++$+++ affliction +++$+++ http://www.dailyscript.com/scripts/Affliction.txt
|
12 |
+
m11 +++$+++ air force one +++$+++ http://www.dailyscript.com/scripts/AirForceOne_TXT.html
|
13 |
+
m12 +++$+++ airplane ii: the sequel +++$+++ http://www.dailyscript.com/scripts/Airplane2_script.htm
|
14 |
+
m13 +++$+++ airplane! +++$+++ http://www.dailyscript.com/scripts/Airplane_script.htm
|
15 |
+
m14 +++$+++ alien nation +++$+++ http://www.dailyscript.com/scripts/Alien_Nation_Bannon_Cameron_October_1987.html
|
16 |
+
m15 +++$+++ aliens +++$+++ http://www.horrorlair.com/scripts/aliens.html
|
17 |
+
m16 +++$+++ amadeus +++$+++ http://www.dailyscript.com/scripts/Amadeus.txt
|
18 |
+
m17 +++$+++ an american werewolf in london +++$+++ http://www.dailyscript.com/scripts/American%20Werewolf%20In%20London,%20An.txt
|
19 |
+
m18 +++$+++ american madness +++$+++ http://www.dailyscript.com/scripts/American_Madness.html
|
20 |
+
m19 +++$+++ american outlaws +++$+++ http://www.dailyscript.com/scripts/American_Outlaws.html
|
21 |
+
m20 +++$+++ american psycho +++$+++ http://www.dailyscript.com/scripts/american_psycho_unproduced.html
|
22 |
+
m21 +++$+++ antitrust +++$+++ http://www.dailyscript.com/scripts/Antitrust.txt
|
23 |
+
m22 +++$+++ austin powers: international man of mystery +++$+++ http://www.dailyscript.com/scripts/Austin%20Powers%20-%20International%20Man%20Of%20Mystery.txt
|
24 |
+
m23 +++$+++ the avengers +++$+++ http://www.dailyscript.com/scripts/Avengers.html
|
25 |
+
m24 +++$+++ bachelor party +++$+++ http://www.dailyscript.com/scripts/Bachelor%20Party.txt
|
26 |
+
m25 +++$+++ backdraft +++$+++ http://www.dailyscript.com/scripts/Backdraft%20(1991).txt
|
27 |
+
m26 +++$+++ bad lieutenant +++$+++ http://www.dailyscript.com/scripts/Bad%20Lieutenant.txt
|
28 |
+
m27 +++$+++ bamboozled +++$+++ http://www.awesomefilm.com/script/Bamboozled.txt
|
29 |
+
m28 +++$+++ barry lyndon +++$+++ http://www.dailyscript.com/scripts/BarryLyndon.html
|
30 |
+
m29 +++$+++ basic +++$+++ http://www.dailyscript.com/scripts/Basic.txt
|
31 |
+
m30 +++$+++ big fish +++$+++ http://www.dailyscript.com/scripts/Big+Fish.txt
|
32 |
+
m31 +++$+++ birthday girl +++$+++ http://www.dailyscript.com/scripts/Birthday+Girl.txt
|
33 |
+
m32 +++$+++ black snake moan +++$+++ http://www.dailyscript.com/scripts/Black%20Snake%20Moan.txt
|
34 |
+
m33 +++$+++ black rain +++$+++ http://www.angelfire.com/movies/ridleyscott/script/BlackRain.txt
|
35 |
+
m34 +++$+++ blade runner +++$+++ http://www.dailyscript.com/scripts/blade-runner_shooting.html
|
36 |
+
m35 +++$+++ blast from the past +++$+++ http://www.hundland.org/scripts/Blast-from-the-Past.htm
|
37 |
+
m36 +++$+++ blue velvet +++$+++ http://www.dailyscript.com/scripts/Blue+Velvet.txt
|
38 |
+
m37 +++$+++ the boondock saints +++$+++ http://www.dailyscript.com/scripts/Boondock%20Saints,%20The.txt
|
39 |
+
m38 +++$+++ bottle rocket +++$+++ http://www.dailyscript.com/scripts/Bottle+Rocket.txt
|
40 |
+
m39 +++$+++ the bourne supremacy +++$+++ http://www.dailyscript.com/scripts/Bourne+Supremacy,+The.txt
|
41 |
+
m40 +++$+++ braveheart +++$+++ http://www.dailyscript.com/scripts/Braveheart.txt
|
42 |
+
m41 +++$+++ the butterfly effect +++$+++ http://www.dailyscript.com/scripts/Butterfly+Effect,+The.txt
|
43 |
+
m42 +++$+++ casablanca +++$+++ http://www.dailyscript.com/scripts/Casablanca.txt
|
44 |
+
m43 +++$+++ cast away +++$+++ http://www.hundland.org/scripts/CastAway.txt
|
45 |
+
m44 +++$+++ the cider house rules +++$+++ http://www.dailyscript.com/scripts/Cider%20House%20Rules,%20The.txt
|
46 |
+
m45 +++$+++ confidence +++$+++ http://www.dailyscript.com/scripts/Confidence.txt
|
47 |
+
m46 +++$+++ croupier +++$+++ http://www.dailyscript.com/scripts/Croupier.txt
|
48 |
+
m47 +++$+++ dark star +++$+++ http://www.dailyscript.com/scripts/Dark+Star.txt
|
49 |
+
m48 +++$+++ dark angel +++$+++ http://www.hundland.org/scripts/DarkAngel.txt
|
50 |
+
m49 +++$+++ detroit rock city +++$+++ http://www.dailyscript.com/scripts/Detroit+Rock+City.txt
|
51 |
+
m50 +++$+++ donnie darko +++$+++ http://www.dailyscript.com/scripts/Donnie+Darko.txt
|
52 |
+
m51 +++$+++ drop dead gorgeous +++$+++ http://www.dailyscript.com/scripts/Drop+Dead+Gorgeous.txt
|
53 |
+
m52 +++$+++ duck soup +++$+++ http://www.dailyscript.com/scripts/Duck%20Soup.txt
|
54 |
+
m53 +++$+++ the elephant man +++$+++ http://www.dailyscript.com/scripts/Elephant+Man,+The.txt
|
55 |
+
m54 +++$+++ erik the viking +++$+++ http://www.dailyscript.com/scripts/Erik+The+Viking.txt
|
56 |
+
m55 +++$+++ eternal sunshine of the spotless mind +++$+++ http://www.dailyscript.com/scripts/Eternal+Sunshine+Of+The+Spotless+Mind.txt
|
57 |
+
m56 +++$+++ even cowgirls get the blues +++$+++ http://www.dailyscript.com/scripts/Even%20Cowgirls%20Get%20The%20Blues.txt
|
58 |
+
m57 +++$+++ event horizon +++$+++ http://www.dailyscript.com/scripts/Event%20Horizon.txt
|
59 |
+
m58 +++$+++ fantastic four +++$+++ http://www.dailyscript.com/scripts/Fantastic+Four.txt
|
60 |
+
m59 +++$+++ fast times at ridgemont high +++$+++ http://www.dailyscript.com/scripts/Fast+Times+At+Ridgemont+High.txt
|
61 |
+
m60 +++$+++ fear and loathing in las vegas +++$+++ http://www.dailyscript.com/scripts/Fear+&+Loathing+In+Las+Vegas.txt
|
62 |
+
m61 +++$+++ feast +++$+++ http://www.dailyscript.com/scripts/Feast%20-%20Revised%20Draft.txt
|
63 |
+
m62 +++$+++ frances +++$+++ http://www.dailyscript.com/scripts/Frances.txt
|
64 |
+
m63 +++$+++ frankenstein +++$+++ http://www.dailyscript.com/scripts/Frankenstein+(1994).txt
|
65 |
+
m64 +++$+++ friday the 13th +++$+++ http://www.dailyscript.com/scripts/Friday%20The%2013th.txt
|
66 |
+
m65 +++$+++ from dusk till dawn +++$+++ http://www.dailyscript.com/scripts/From%20Dusk%20Till%20Dawn.txt
|
67 |
+
m66 +++$+++ g.i. jane +++$+++ http://www.angelfire.com/movies/ridleyscott/script/GIJane.txt
|
68 |
+
m67 +++$+++ godzilla +++$+++ http://www.scifiscripts.com/scripts/GODZILLAfirst.txt
|
69 |
+
m68 +++$+++ galaxy quest +++$+++ http://www.scifiscripts.com/scripts/GalaxyQuest.txt
|
70 |
+
m69 +++$+++ george washington +++$+++ http://www.fortunecity.com/tattooine/clarke/38/scripts/GeorgeWashington.txt
|
71 |
+
m70 +++$+++ get shorty +++$+++ http://www.dailyscript.com/scripts/Get+Shorty.txt
|
72 |
+
m71 +++$+++ ghost ship +++$+++ http://www.whiskeyloosetongue.com/scripts/ghostship.html
|
73 |
+
m72 +++$+++ ghost world +++$+++ http://www.dailyscript.com/scripts/Ghost%20World.txt
|
74 |
+
m73 +++$+++ the ghost and the darkness +++$+++ http://www.dailyscript.com/scripts/Ghost%20And%20The%20Darkness,%20The.txt
|
75 |
+
m74 +++$+++ ghostbusters ii +++$+++ http://www.scifiscripts.com/scripts/Ghostbusters-2.txt
|
76 |
+
m75 +++$+++ ghostbusters +++$+++ http://www.scifiscripts.com/scripts/Ghostbusters.txt
|
77 |
+
m76 +++$+++ gladiator +++$+++ http://www.angelfire.com/movies/ridleyscott/script/gladiator_seconddraft.txt
|
78 |
+
m77 +++$+++ the graduate +++$+++ http://www.dailyscript.com/scripts/Graduate,+The.txt
|
79 |
+
m78 +++$+++ grand hotel +++$+++ http://www.dailyscript.com/scripts/Grand%20Hotel.txt
|
80 |
+
m79 +++$+++ the grifters +++$+++ http://www.dailyscript.com/scripts/Grifters_Westlake.html
|
81 |
+
m80 +++$+++ halloween h20: 20 years later +++$+++ http://www.horrorlair.com/scripts/H20.txt
|
82 |
+
m81 +++$+++ halloween: the curse of michael myers +++$+++ http://www.dailyscript.com/scripts/Halloween_6_The_Curse_of_Michael_Myers.html
|
83 |
+
m82 +++$+++ happy birthday, wanda june +++$+++ http://www.dailyscript.com/scripts/Happy_Birthday_Wanda_JUne.html
|
84 |
+
m83 +++$+++ hardcore +++$+++ http://www.dailyscript.com/scripts/Hardcore.txt
|
85 |
+
m84 +++$+++ harold and maude +++$+++ http://home.online.no/~bhundlan/scripts/Harold-and-Maude.htm
|
86 |
+
m85 +++$+++ hellbound: hellraiser ii +++$+++ http://www.dailyscript.com/scripts/Hellbound+-+Hellraiser+II.txt
|
87 |
+
m86 +++$+++ hellboy +++$+++ http://www.dailyscript.com/scripts/Hellboy.txt
|
88 |
+
m87 +++$+++ hellraiser +++$+++ http://www.dailyscript.com/scripts/Hellraiser.txt
|
89 |
+
m88 +++$+++ high fidelity +++$+++ http://www.dailyscript.com/scripts/High%20Fidelity.txt
|
90 |
+
m89 +++$+++ highlander +++$+++ http://www.scifiscripts.com/scripts/Highlander_final.txt
|
91 |
+
m90 +++$+++ his girl friday +++$+++ http://www.dailyscript.com/scripts/His%20Girl%20Friday.txt
|
92 |
+
m91 +++$+++ hope and glory +++$+++ http://www.dailyscript.com/scripts/Hope+And+Glory.txt
|
93 |
+
m92 +++$+++ house of 1000 corpses +++$+++ http://www.dailyscript.com/scripts/House%20Of%201000%20Corpses.txt
|
94 |
+
m93 +++$+++ human nature +++$+++ http://www.dailyscript.com/scripts/Human+Nature.txt
|
95 |
+
m94 +++$+++ the hustler +++$+++ http://www.dailyscript.com/scripts/Hustler,+The.txt
|
96 |
+
m95 +++$+++ i am legend +++$+++ http://www.horrorlair.com/scripts/legend.txt
|
97 |
+
m96 +++$+++ invaders from mars +++$+++ http://leonscripts.tripod.com/scripts/INVADERSold.htm
|
98 |
+
m97 +++$+++ independence day +++$+++ http://www.dailyscript.com/scripts/Independence+Day.txt
|
99 |
+
m98 +++$+++ indiana jones and the last crusade +++$+++ http://www.dailyscript.com/scripts/Indiana%20Jones%20And%20The%20Last%20Crusade.txt
|
100 |
+
m99 +++$+++ indiana jones and the temple of doom +++$+++ http://www.dailyscript.com/scripts/Indiana%20Jones%20And%20The%20Temple%20Of%20Doom.txt
|
101 |
+
m100 +++$+++ innerspace +++$+++ http://www.scifiscripts.com/scripts/InnerSpace.txt
|
102 |
+
m101 +++$+++ the insider +++$+++ http://www.dailyscript.com/scripts/Insider,+The.txt
|
103 |
+
m102 +++$+++ intolerable cruelty +++$+++ http://www.dailyscript.com/scripts/Intolerable%20Cruelty.txt
|
104 |
+
m103 +++$+++ it happened one night +++$+++ http://www.dailyscript.com/scripts/It+Happened+One+Night.txt
|
105 |
+
m104 +++$+++ jfk +++$+++ http://www.dailyscript.com/scripts/JFK.txt
|
106 |
+
m105 +++$+++ jackie brown +++$+++ http://www.dailyscript.com/scripts/Jackie+Brown.txt
|
107 |
+
m106 +++$+++ jacob's ladder +++$+++ http://www.dailyscript.com/scripts/Jacobs+Ladder.txt
|
108 |
+
m107 +++$+++ jason x +++$+++ http://www.dailyscript.com/scripts/Jason+X.txt
|
109 |
+
m108 +++$+++ jaws +++$+++ http://www.dailyscript.com/scripts/Jaws.txt
|
110 |
+
m109 +++$+++ juno +++$+++ http://www.dailyscript.com/scripts/Juno.txt
|
111 |
+
m110 +++$+++ kalifornia +++$+++ http://www.dailyscript.com/scripts/Kalifornia.txt
|
112 |
+
m111 +++$+++ kids +++$+++ http://www.dailyscript.com/scripts/Kids.txt
|
113 |
+
m112 +++$+++ knight moves +++$+++ http://www.scifiscripts.com/msol/Knight_m.txt
|
114 |
+
m113 +++$+++ krull +++$+++ http://www.dailyscript.com/scripts/Krull.html
|
115 |
+
m114 +++$+++ l�on +++$+++ http://www.scifiscripts.com/msol/LEON.txt
|
116 |
+
m115 +++$+++ labor of love +++$+++ http://www.fortunecity.com/tattooine/clarke/38/scripts/LaborOfLove.txt
|
117 |
+
m116 +++$+++ leaving las vegas +++$+++ http://www.dailyscript.com/scripts/Leaving+Las+Vegas.txt
|
118 |
+
m117 +++$+++ legally blonde +++$+++ http://www.dailyscript.com/scripts/Legally%20Blonde.txt
|
119 |
+
m118 +++$+++ legend +++$+++ http://www.angelfire.com/movies/ridleyscott/script/LegendOfDarkness.txt
|
120 |
+
m119 +++$+++ life as a house +++$+++ http://www.dailyscript.com/scripts/LifeAsAHouse.html
|
121 |
+
m120 +++$+++ the life of david gale +++$+++ http://www.dailyscript.com/scripts/Life.txt
|
122 |
+
m121 +++$+++ little nicky +++$+++ http://www.dailyscript.com/scripts/Little+Nicky.txt
|
123 |
+
m122 +++$+++ logan's run +++$+++ http://www.dailyscript.com/scripts/Logans+Run.txt
|
124 |
+
m123 +++$+++ lost highway +++$+++ http://www.dailyscript.com/scripts/Lost+Highway.txt
|
125 |
+
m124 +++$+++ lost horizon +++$+++ http://www.dailyscript.com/scripts/Lost_Horizon.html
|
126 |
+
m125 +++$+++ men in black +++$+++ http://www.dailyscript.com/scripts/Men+In+Black.txt
|
127 |
+
m126 +++$+++ minority report +++$+++ http://www.dailyscript.com/scripts/Minority%20Report.txt
|
128 |
+
m127 +++$+++ made +++$+++ http://www.dailyscript.com/scripts/Made.txt
|
129 |
+
m128 +++$+++ malcolm x +++$+++ http://www.dailyscript.com/scripts/Malcolm+X.txt
|
130 |
+
m129 +++$+++ man on fire +++$+++ http://www.dailyscript.com/scripts/Man+On+Fire.txt
|
131 |
+
m130 +++$+++ marty +++$+++ http://www.dailyscript.com/scripts/Marty.txt
|
132 |
+
m131 +++$+++ mash +++$+++ http://www.dailyscript.com/scripts/MASH.txt
|
133 |
+
m132 +++$+++ meet john doe +++$+++ http://www.dailyscript.com/scripts/Meet_John_Doe.html
|
134 |
+
m133 +++$+++ metro +++$+++ http://www.dailyscript.com/scripts/Metro.txt
|
135 |
+
m134 +++$+++ metropolis +++$+++ http://www.angelfire.com/movies/ridleyscott/script/Metropolis.txt
|
136 |
+
m135 +++$+++ mighty morphin power rangers +++$+++ http://www.hundland.org/scripts/MightyMorphinPowerRangers.txt
|
137 |
+
m136 +++$+++ mobsters +++$+++ http://www.dailyscript.com/scripts/Mobsters.txt
|
138 |
+
m137 +++$+++ monkeybone +++$+++ http://www.dailyscript.com/scripts/MonkeyBone_script.htm
|
139 |
+
m138 +++$+++ my mother dreams the satan's disciples in new york +++$+++ http://www.moviemalls.com/papers/MotherDreamsFD.txt
|
140 |
+
m139 +++$+++ mr. smith goes to washington +++$+++ http://www.dailyscript.com/scripts/Mr%20Smith%20Goes%20To%20Washington.txt
|
141 |
+
m140 +++$+++ mr. deeds goes to town +++$+++ http://www.dailyscript.com/scripts/Mr._Deeds_Goes_to_Town.html
|
142 |
+
m141 +++$+++ mumford +++$+++ http://www.dailyscript.com/scripts/Mumford.txt
|
143 |
+
m142 +++$+++ the mummy +++$+++ http://www.dailyscript.com/scripts/Mummy,+The.txt
|
144 |
+
m143 +++$+++ mystery men +++$+++ http://www.dailyscript.com/scripts/Mystery+Men.txt
|
145 |
+
m144 +++$+++ napoleon +++$+++ http://web.archive.org/web/20010625040837/www.interlink.es/cookies/guion/Napoleon.txt
|
146 |
+
m145 +++$+++ next friday +++$+++ http://www.dailyscript.com/scripts/Next_Friday.html
|
147 |
+
m146 +++$+++ nick of time +++$+++ http://www.dailyscript.com/scripts/Nick-Of-Time-script.html
|
148 |
+
m147 +++$+++ the night of the hunter +++$+++ http://www.dailyscript.com/scripts/Night+Of+The+Hunter,+The.txt
|
149 |
+
m148 +++$+++ a nightmare on elm street +++$+++ http://www.dailyscript.com/scripts/Nightmare+On+Elm+Street,+A.txt
|
150 |
+
m149 +++$+++ ninotchka +++$+++ http://www.dailyscript.com/scripts/Ninotchka.txt
|
151 |
+
m150 +++$+++ nixon +++$+++ http://home.online.no/~bhundlan/scripts/Nixon.txt
|
152 |
+
m151 +++$+++ no country for old men +++$+++ http://www.dailyscript.com/scripts/No%20Country%20For%20Old%20Men%20(Shooting).txt
|
153 |
+
m152 +++$+++ nurse betty +++$+++ http://www.dailyscript.com/scripts/Nurse%20Betty.txt
|
154 |
+
m153 +++$+++ o brother, where art thou? +++$+++ http://www.dailyscript.com/scripts/O%20Brother%20Where%20Art%20Thou.txt
|
155 |
+
m154 +++$+++ an officer and a gentleman +++$+++ http://www.dailyscript.com/scripts/Officer+And+A+Gentleman,+An.txt
|
156 |
+
m155 +++$+++ panic room +++$+++ http://www.dailyscript.com/scripts/Panic_Room_Koepp.html
|
157 |
+
m156 +++$+++ panther +++$+++ http://www.dailyscript.com/scripts/Panther.txt
|
158 |
+
m157 +++$+++ the patriot +++$+++ http://www.dailyscript.com/scripts/Patriot_1999.html
|
159 |
+
m158 +++$+++ pet sematary +++$+++ http://www.dailyscript.com/scripts/Pet-Sematary.html
|
160 |
+
m159 +++$+++ pirates of the caribbean +++$+++ http://www.wordplayer.com/archives/PIRATES.cover.html
|
161 |
+
m160 +++$+++ plastic man +++$+++ http://www.scifiscripts.com/scripts/PlasticMan.txt
|
162 |
+
m161 +++$+++ platinum blonde +++$+++ http://www.dailyscript.com/scripts/Platinum_Blonde.html
|
163 |
+
m162 +++$+++ pleasantville +++$+++ http://www.hundland.org/scripts/Pleasantville.htm
|
164 |
+
m163 +++$+++ punch-drunk love +++$+++ http://www.dailyscript.com/scripts/Punch-Drunk_Love.html
|
165 |
+
m164 +++$+++ quills +++$+++ http://www.dailyscript.com/scripts/Quills.txt
|
166 |
+
m165 +++$+++ rko 281 +++$+++ http://www.dailyscript.com/scripts/RKO218.html
|
167 |
+
m166 +++$+++ raging bull +++$+++ http://www.dailyscript.com/scripts/Raging+Bull.txt
|
168 |
+
m167 +++$+++ rear window +++$+++ http://www.dailyscript.com/scripts/Rear+Window.txt
|
169 |
+
m168 +++$+++ rebel without a cause +++$+++ http://www.dailyscript.com/scripts/Rebel_Without_A_Cause.html
|
170 |
+
m169 +++$+++ reindeer games +++$+++ http://www.dailyscript.com/scripts/Reindeer+Games.txt
|
171 |
+
m170 +++$+++ reservoir dogs +++$+++ http://www.dailyscript.com/scripts/Reservoir+Dogs.txt
|
172 |
+
m171 +++$+++ roughshod +++$+++ http://www.dailyscript.com/scripts/Roughshod.txt
|
173 |
+
m172 +++$+++ scary movie 2 +++$+++ http://www.dailyscript.com/scripts/Scary+Movie+2.txt
|
174 |
+
m173 +++$+++ serial mom +++$+++ http://www.dailyscript.com/scripts/Serial+Mom.txt
|
175 |
+
m174 +++$+++ the seventh victim +++$+++ http://www.dailyscript.com/scripts/SeventhVictim.htm
|
176 |
+
m175 +++$+++ sex, lies, and videotape +++$+++ http://www.dailyscript.com/scripts/Sex+Lies+And+Videotape.txt
|
177 |
+
m176 +++$+++ shivers +++$+++ http://www.dailyscript.com/scripts/Shivers.txt
|
178 |
+
m177 +++$+++ shock treatment +++$+++ http://www.horrorlair.com/scripts/ShockTreatmentShootingScript.txt
|
179 |
+
m178 +++$+++ sideways +++$+++ http://www.dailyscript.com/scripts/Sideways.txt
|
180 |
+
m179 +++$+++ signs +++$+++ http://www.dailyscript.com/scripts/Signs.txt
|
181 |
+
m180 +++$+++ silverado +++$+++ http://www.dailyscript.com/scripts/Silverado.txt
|
182 |
+
m181 +++$+++ simone +++$+++ http://www.dailyscript.com/scripts/Simone_Andrew_Niccol.html
|
183 |
+
m182 +++$+++ the sixth sense +++$+++ http://www.dailyscript.com/scripts/Sixth%20Sense,%20The.txt
|
184 |
+
m183 +++$+++ slash +++$+++ http://www.dailyscript.com/scripts/Slash.txt
|
185 |
+
m184 +++$+++ slither +++$+++ http://www.dailyscript.com/scripts/SliTHER.html
|
186 |
+
m185 +++$+++ smokey and the bandit +++$+++ http://www.dailyscript.com/scripts/Smokey%20And%20The%20Bandit.txt
|
187 |
+
m186 +++$+++ smokin' aces +++$+++ http://www.dailyscript.com/scripts/Smokin'+Aces.txt
|
188 |
+
m187 +++$+++ solaris +++$+++ http://www.dailyscript.com/scripts/Solaris.txt
|
189 |
+
m188 +++$+++ someone to watch over me +++$+++ http://www.angelfire.com/movies/ridleyscott/script/SomeoneToWatchOverMe.txt
|
190 |
+
m189 +++$+++ spider-man +++$+++ http://www.dailyscript.com/scripts/Spider-Man%20(Unproduced).txt
|
191 |
+
m190 +++$+++ stalag 17 +++$+++ http://www.dailyscript.com/scripts/Stalag%2017.txt
|
192 |
+
m191 +++$+++ star trek: generations +++$+++ http://www.scifiscripts.com/scripts/StarTrekGenerations.txt
|
193 |
+
m192 +++$+++ star trek iii: the search for spock +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_III.htm
|
194 |
+
m193 +++$+++ star trek: the wrath of khan +++$+++ http://www.scifiscripts.com/scripts/startrek2_wrathofkhan.txt
|
195 |
+
m194 +++$+++ star trek iv: the voyage home +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_IV.htm
|
196 |
+
m195 +++$+++ star trek: insurrection +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_IX.htm
|
197 |
+
m196 +++$+++ star trek: first contact +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_VIII.htm
|
198 |
+
m197 +++$+++ star trek vi: the undiscovered country +++$+++ http://www.scifiscripts.com/scripts/StarTrek6-TheUndiscoveredCountry.txt
|
199 |
+
m198 +++$+++ star trek: nemesis +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_X.htm
|
200 |
+
m199 +++$+++ starman +++$+++ http://www.dailyscript.com/scripts/Starman.txt
|
201 |
+
m200 +++$+++ strange days +++$+++ http://www.scifiscripts.com/scripts/StrangeDays.txt
|
202 |
+
m201 +++$+++ suspect zero +++$+++ http://www.dailyscript.com/scripts/Suspect%20Zero%20(Unproduced).txt
|
203 |
+
m202 +++$+++ swingers +++$+++ http://www.dailyscript.com/scripts/Swingers.txt
|
204 |
+
m203 +++$+++ the godfather +++$+++ http://www.dailyscript.com/scripts/Godfather,%20The.txt
|
205 |
+
m204 +++$+++ the talented mr. ripley +++$+++ http://www.dailyscript.com/scripts/Talented%20Mr%20Ripley,%20The.txt
|
206 |
+
m205 +++$+++ taxi driver +++$+++ http://www.dailyscript.com/scripts/Taxi%20Driver.txt
|
207 |
+
m206 +++$+++ the rock +++$+++ http://www.awesomefilm.com/script/The-Rock.txt
|
208 |
+
m207 +++$+++ the majestic +++$+++ http://www.dailyscript.com/scripts/Majestic,+The.txt
|
209 |
+
m208 +++$+++ the birds +++$+++ http://www.dailyscript.com/scripts/Birds,%20The.txt
|
210 |
+
m209 +++$+++ the body snatcher +++$+++ http://www.dailyscript.com/scripts/TheBodySnatcher.htm
|
211 |
+
m210 +++$+++ the crow: salvation +++$+++ http://www.hundland.org/scripts/TheCrowSalvation.htm
|
212 |
+
m211 +++$+++ the day the earth stood still +++$+++ http://www.dailyscript.com/scripts/Day%20The%20Earth%20Stood%20Still,%20The.txt
|
213 |
+
m212 +++$+++ the lost boys +++$+++ http://home.online.no/~bhundlan/scripts/TheLostBoys.htm
|
214 |
+
m213 +++$+++ the thing +++$+++ http://www.dailyscript.com/scripts/Thing,+The.txt
|
215 |
+
m214 +++$+++ the time machine +++$+++ http://www.dailyscript.com/scripts/TheTimeMachine_1959.html
|
216 |
+
m215 +++$+++ the jacket +++$+++ http://www.dailyscript.com/scripts/The_Jacket.html
|
217 |
+
m216 +++$+++ thelma & louise +++$+++ http://www.dailyscript.com/scripts/Thelma%20And%20Louise.txt
|
218 |
+
m217 +++$+++ there's something about mary +++$+++ http://www.dailyscript.com/scripts/There's+Something+About+Mary.txt
|
219 |
+
m218 +++$+++ thirteen days +++$+++ http://www.dailyscript.com/scripts/Thirteen+Days.txt
|
220 |
+
m219 +++$+++ thunderheart +++$+++ http://www.dailyscript.com/scripts/Thunderheart.txt
|
221 |
+
m220 +++$+++ top gun +++$+++ http://www.dailyscript.com/scripts/TopGun.html
|
222 |
+
m221 +++$+++ total recall +++$+++ http://www.scifiscripts.com/scripts/totalrecall_5th_draft.txt
|
223 |
+
m222 +++$+++ tremors +++$+++ http://home.online.no/~bhundlan/scripts/Tremors.htm
|
224 |
+
m223 +++$+++ true believer +++$+++ http://www.dailyscript.com/scripts/True%20Believer.txt
|
225 |
+
m224 +++$+++ twin peaks: fire walk with me +++$+++ http://www.dailyscript.com/scripts/Twin+Peaks+-+Fire+Walk+With+Me.txt
|
226 |
+
m225 +++$+++ the verdict +++$+++ http://www.dailyscript.com/scripts/Verdict,+The.txt
|
227 |
+
m226 +++$+++ the war of the worlds +++$+++ http://www.scifiscripts.com/scripts/WARWORLDS.txt
|
228 |
+
m227 +++$+++ new nightmare +++$+++ http://www.hundland.org/scripts/WesCravensNewNightmare.txt
|
229 |
+
m228 +++$+++ white squall +++$+++ http://www.angelfire.com/movies/ridleyscott/script/WhiteSquall.txt
|
230 |
+
m229 +++$+++ wild at heart +++$+++ http://www.dailyscript.com/scripts/Wild+At+Heart.txt
|
231 |
+
m230 +++$+++ wonder boys +++$+++ http://www.dailyscript.com/scripts/Wonder+Boys.txt
|
232 |
+
m231 +++$+++ the woodsman +++$+++ http://www.dailyscript.com/scripts/Woodsman,+The.txt
|
233 |
+
m232 +++$+++ the abyss +++$+++ http://www.dailyscript.com/scripts/abyss.html
|
234 |
+
m233 +++$+++ l'avventura +++$+++ http://www.aellea.com/script/adventure.txt
|
235 |
+
m234 +++$+++ agnes of god +++$+++ http://www.awesomefilm.com/script/agnesofgod.txt
|
236 |
+
m235 +++$+++ a hard day's night +++$+++ http://www.dailyscript.com/scripts/Hard+Day's+Night,+A.txt
|
237 |
+
m236 +++$+++ alien +++$+++ http://www.horrorlair.com/scripts/alien.html
|
238 |
+
m237 +++$+++ alien vs. predator +++$+++ http://www.scifiscripts.com/scripts/aliens_vs_predator.txt
|
239 |
+
m238 +++$+++ all about eve +++$+++ http://www.dailyscript.com/scripts/All%20About%20Eve.txt
|
240 |
+
m239 +++$+++ all the president's men +++$+++ http://www.dailyscript.com/scripts/All%20The%20President's%20Men.txt
|
241 |
+
m240 +++$+++ american pie +++$+++ http://www.dailyscript.com/scripts/american-pie_production.html
|
242 |
+
m241 +++$+++ an american werewolf in paris +++$+++ http://www.scifiscripts.com/scripts/american_werewolf_paris.txt
|
243 |
+
m242 +++$+++ anastasia +++$+++ http://www.moviescriptsandscreenplays.com/johncusack/scripts/anastasia.txt
|
244 |
+
m243 +++$+++ annie hall +++$+++ http://www.dailyscript.com/scripts/Annie%20Hall.txt
|
245 |
+
m244 +++$+++ the anniversary party +++$+++ http://www.dailyscript.com/scripts/anniversaryparty.html
|
246 |
+
m245 +++$+++ antz +++$+++ http://www.dailyscript.com/scripts/antz.html
|
247 |
+
m246 +++$+++ the apartment +++$+++ http://www.dailyscript.com/scripts/apartment.html
|
248 |
+
m247 +++$+++ apocalypse now +++$+++ http://www.dailyscript.com/scripts/apocalypsenowredux.html
|
249 |
+
m248 +++$+++ arctic blue +++$+++ http://www.awesomefilm.com/script/arcticblue.txt
|
250 |
+
m249 +++$+++ as good as it gets +++$+++ http://www.dailyscript.com/scripts/As+Good+As+It+Gets.txt
|
251 |
+
m250 +++$+++ assassins +++$+++ http://www.dailyscript.com/scripts/assassins_shooting.html
|
252 |
+
m251 +++$+++ asylum +++$+++ http://www.awesomefilm.com/script/asylum.txt
|
253 |
+
m252 +++$+++ a walk to remember +++$+++ http://www.dailyscript.com/scripts/awalktoremember.html
|
254 |
+
m253 +++$+++ back to the future +++$+++ http://www.scifiscripts.com/scripts/backtothefuture_early.txt
|
255 |
+
m254 +++$+++ badlands +++$+++ http://www.dailyscript.com/scripts/Badlands.txt
|
256 |
+
m255 +++$+++ the adventures of buckaroo banzai across the 8th dimension +++$+++ http://www.scifiscripts.com/scripts/banzai_script.txt
|
257 |
+
m256 +++$+++ barton fink +++$+++ http://www.dailyscript.com/scripts/Barton%20Fink.txt
|
258 |
+
m257 +++$+++ basic instinct +++$+++ http://www.dailyscript.com/scripts/basic_instinct.html
|
259 |
+
m258 +++$+++ basquiat +++$+++ http://www.awesomefilm.com/script/basquiat.txt
|
260 |
+
m259 +++$+++ batman returns +++$+++ http://www.dailyscript.com/scripts/batman-returns_shooting.html
|
261 |
+
m260 +++$+++ batman and robin +++$+++ http://www.scifiscripts.com/scripts/batmanandrobin.txt
|
262 |
+
m261 +++$+++ batman forever +++$+++ http://www.scifiscripts.com/scripts/batmanforever.txt
|
263 |
+
m262 +++$+++ batman +++$+++ http://www.scifiscripts.com/scripts/batmanscript1.txt
|
264 |
+
m263 +++$+++ bean +++$+++ http://www.awesomefilm.com/script/bean.html
|
265 |
+
m264 +++$+++ beavis and butt-head do america +++$+++ http://www.dailyscript.com/scripts/beavis_and_butthead_do_america.html
|
266 |
+
m265 +++$+++ beetle juice +++$+++ http://www.dailyscript.com/scripts/beetlejuice_skaaren_final.html
|
267 |
+
m266 +++$+++ being there +++$+++ http://www.dailyscript.com/scripts/Being+There.txt
|
268 |
+
m267 +++$+++ being john malkovich +++$+++ http://www.dailyscript.com/scripts/beingjohnmalkovich.html
|
269 |
+
m268 +++$+++ beloved +++$+++ http://www.dailyscript.com/scripts/beloved_lagravenese.html
|
270 |
+
m269 +++$+++ the big lebowski +++$+++ http://www.dailyscript.com/scripts/Big%20Lebowski,%20The.txt
|
271 |
+
m270 +++$+++ the black dahlia +++$+++ http://www.dailyscript.com/scripts/black-dahlia_early.html
|
272 |
+
m271 +++$+++ blade ii +++$+++ http://www.horrorlair.com/scripts/blade2.html
|
273 |
+
m272 +++$+++ blade +++$+++ http://www.horrorlair.com/scripts/blade.html
|
274 |
+
m273 +++$+++ book of shadows: blair witch 2 +++$+++ http://www.dailyscript.com/scripts/blair-witch-2.html
|
275 |
+
m274 +++$+++ blood simple. +++$+++ http://www.dailyscript.com/scripts/Blood%20Simple.txt
|
276 |
+
m275 +++$+++ bloodmoon +++$+++ http://www.horrorlair.com/scripts/bloodmoon.html
|
277 |
+
m276 +++$+++ blow +++$+++ http://www.dailyscript.com/scripts/blow.html
|
278 |
+
m277 +++$+++ la battaglia di algeri +++$+++ http://www.dailyscript.com/scripts/boa.html
|
279 |
+
m278 +++$+++ body of evidence +++$+++ http://www.awesomefilm.com/script/bodyofevidence.txt
|
280 |
+
m279 +++$+++ the bridges of madison county +++$+++ http://www.awesomefilm.com/script/bomc.txt
|
281 |
+
m280 +++$+++ bones +++$+++ http://www.horrorlair.com/HorrorWorld/newyork/bones.html
|
282 |
+
m281 +++$+++ bound +++$+++ http://www.hundland.org/scripts/Bound_FirstDraft.txt
|
283 |
+
m282 +++$+++ the bourne identity +++$+++ http://www.dailyscript.com/scripts/Bourne+Identity,+The.txt
|
284 |
+
m283 +++$+++ brazil +++$+++ http://www.scifiscripts.com/scripts/brazil.txt
|
285 |
+
m284 +++$+++ bringing out the dead +++$+++ http://www.dailyscript.com/scripts/Bringing+Out+The+Dead.txt
|
286 |
+
m285 +++$+++ broadcast news +++$+++ http://www.dailyscript.com/scripts/broadc_news.html
|
287 |
+
m286 +++$+++ a bucket of blood +++$+++ http://www.scifiscripts.com/msol/bucket_of_blood.txt
|
288 |
+
m287 +++$+++ buffy the vampire slayer +++$+++ http://www.dailyscript.com/scripts/buffy_the_vampire_slayer.html
|
289 |
+
m288 +++$+++ bull durham +++$+++ http://www.dailyscript.com/scripts/Bull+Durham.txt
|
290 |
+
m289 +++$+++ casino +++$+++ http://www.dailyscript.com/scripts/Casino.txt
|
291 |
+
m290 +++$+++ catwoman +++$+++ http://www.scifiscripts.com/scripts/catwoman.txt
|
292 |
+
m291 +++$+++ cellular +++$+++ http://www.dailyscript.com/scripts/cellular_cohen.html
|
293 |
+
m292 +++$+++ the crying game +++$+++ http://www.dailyscript.com/scripts/Crying%20Game,%20The.txt
|
294 |
+
m293 +++$+++ charade +++$+++ http://www.dailyscript.com/scripts/Charade.txt
|
295 |
+
m294 +++$+++ cherry falls +++$+++ http://www.scifiscripts.com/msol/cherryfalls.txt
|
296 |
+
m295 +++$+++ chill factor +++$+++ http://www.awesomefilm.com/script/chillfactor.html
|
297 |
+
m296 +++$+++ chinatown +++$+++ http://www.dailyscript.com/scripts/Chinatown.txt
|
298 |
+
m297 +++$+++ nuovo cinema paradiso +++$+++ http://www.dailyscript.com/scripts/cinema_paradiso.html
|
299 |
+
m298 +++$+++ citizen kane +++$+++ http://www.aellea.com/script/citizenkane_script.txt
|
300 |
+
m299 +++$+++ clerks. +++$+++ http://www.dailyscript.com/scripts/Clerks.txt
|
301 |
+
m300 +++$+++ cliffhanger +++$+++ http://www.dailyscript.com/scripts/cliffhanger_stallone.html
|
302 |
+
m301 +++$+++ a clockwork orange +++$+++ http://www.scifiscripts.com/scripts/clockwork.txt
|
303 |
+
m302 +++$+++ collateral +++$+++ http://www.dailyscript.com/scripts/collateral_darabont.html
|
304 |
+
m303 +++$+++ conspiracy theory +++$+++ http://www.dailyscript.com/scripts/conspiracy-theory.html
|
305 |
+
m304 +++$+++ contact +++$+++ http://www.scifiscripts.com/scripts/contact.txt
|
306 |
+
m305 +++$+++ cool hand luke +++$+++ http://www.aellea.com/script/cool_hand_luke.html
|
307 |
+
m306 +++$+++ copycat +++$+++ http://www.dailyscript.com/scripts/copycat.html
|
308 |
+
m307 +++$+++ crash +++$+++ http://www.dailyscript.com/scripts/Crash+(1996).txt
|
309 |
+
m308 +++$+++ crazy love +++$+++ http://www.dailyscript.com/scripts/crazy_love.html
|
310 |
+
m309 +++$+++ crime spree +++$+++ http://www.dailyscript.com/scripts/crimespree.html
|
311 |
+
m310 +++$+++ crouching tiger, hidden dragon +++$+++ http://www.awesomefilm.com/script/crouchingtiger.txt
|
312 |
+
m311 +++$+++ the crow +++$+++ http://www.horrorlair.com/scripts/crow.txt
|
313 |
+
m312 +++$+++ cruel intentions +++$+++ http://www.dailyscript.com/scripts/cruel-intentions.html
|
314 |
+
m313 +++$+++ the curse of the cat people +++$+++ http://www.dailyscript.com/scripts/cursecat.htm
|
315 |
+
m314 +++$+++ the curse +++$+++ http://www.horrorlair.com/scripts/cursethe.txt
|
316 |
+
m315 +++$+++ dark city +++$+++ http://www.dailyscript.com/scripts/dark-city_early-rewrite.html
|
317 |
+
m316 +++$+++ dave +++$+++ http://www.scifiscripts.com/msol/dave.txt
|
318 |
+
m317 +++$+++ day of the dead +++$+++ http://www.horrorlair.com/scripts/dayofthedead.txt
|
319 |
+
m318 +++$+++ dead poets society +++$+++ http://www.dailyscript.com/scripts/Dead%20Poets%20Society.txt
|
320 |
+
m319 +++$+++ deep rising +++$+++ http://www.horrorlair.com/scripts/deeprising.txt
|
321 |
+
m320 +++$+++ the deer hunter +++$+++ http://www.dailyscript.com/scripts/deer_hunter.html
|
322 |
+
m321 +++$+++ demolition man +++$+++ http://www.dailyscript.com/scripts/demolition-man_production.html
|
323 |
+
m322 +++$+++ the devil and daniel webster +++$+++ http://www.aellea.com/script/devilanddanielwebster.txt
|
324 |
+
m323 +++$+++ die hard +++$+++ http://www.awesomefilm.com/script/diehard.html
|
325 |
+
m324 +++$+++ dog day afternoon +++$+++ http://www.awesomefilm.com/script/dog_day_afternoon.txt
|
326 |
+
m325 +++$+++ domino +++$+++ http://www.dailyscript.com/scripts/domino.html
|
327 |
+
m326 +++$+++ do the right thing +++$+++ http://www.awesomefilm.com/script/dotherightthing.txt
|
328 |
+
m327 +++$+++ dumb and dumberer: when harry met lloyd +++$+++ http://web.archive.org/web/20040611014121/www.awesomefilm.com/script/dumbanddumberer.html
|
329 |
+
m328 +++$+++ dune +++$+++ http://www.scifiscripts.com/scripts/dune.txt
|
330 |
+
m329 +++$+++ ed wood +++$+++ http://www.dailyscript.com/scripts/ed-wood.html
|
331 |
+
m330 +++$+++ edtv +++$+++ http://www.dailyscript.com/scripts/edtv.html
|
332 |
+
m331 +++$+++ election +++$+++ http://www.dailyscript.com/scripts/election.html
|
333 |
+
m332 +++$+++ l.a. confidential +++$+++ http://www.dailyscript.com/scripts/LA%20Confidential.txt
|
334 |
+
m333 +++$+++ enemy of the state +++$+++ http://www.dailyscript.com/scripts/enemyofthestate.html
|
335 |
+
m334 +++$+++ the english patient +++$+++ http://www.dailyscript.com/scripts/englishpatient.html
|
336 |
+
m335 +++$+++ entrapment +++$+++ http://www.dailyscript.com/scripts/entrapment_production.html
|
337 |
+
m336 +++$+++ erin brockovich +++$+++ http://www.dailyscript.com/scripts/Erin+Brockovich.txt
|
338 |
+
m337 +++$+++ star wars: the empire strikes back +++$+++ http://www.scifiscripts.com/scripts/esb_final.txt
|
339 |
+
m338 +++$+++ escape from the planet of the apes +++$+++ http://www.scifiscripts.com/scripts/escape_pota.txt
|
340 |
+
m339 +++$+++ escape from l.a. +++$+++ http://www.scifiscripts.com/scripts/escapela.txt
|
341 |
+
m340 +++$+++ excalibur +++$+++ http://www.dailyscript.com/scripts/Excalibur.txt
|
342 |
+
m341 +++$+++ the exorcist +++$+++ http://www.horrorlair.com/scripts/exorcist.html
|
343 |
+
m342 +++$+++ the fabulous baker boys +++$+++ http://www.dailyscript.com/scripts/Fabulous_Baker_boys_final.html
|
344 |
+
m343 +++$+++ face/off +++$+++ http://www.dailyscript.com/scripts/faceoff_production.html
|
345 |
+
m344 +++$+++ the family man +++$+++ http://www.dailyscript.com/scripts/familyman.html
|
346 |
+
m345 +++$+++ the fantastic four +++$+++ http://www.dailyscript.com/scripts/fantasticfour.html
|
347 |
+
m346 +++$+++ fantastic voyage +++$+++ http://www.scifiscripts.com/scripts/fantasticvoyager.txt
|
348 |
+
m347 +++$+++ fargo +++$+++ http://www.dailyscript.com/scripts/Fargo.txt
|
349 |
+
m348 +++$+++ fight club +++$+++ http://www.scifiscripts.com/scripts/fight_club_shoot.txt
|
350 |
+
m349 +++$+++ final destination 2 +++$+++ http://www.dailyscript.com/scripts/final_destination2.html
|
351 |
+
m350 +++$+++ final destination +++$+++ http://www.horrorlair.com/scripts/finaldestination.txt
|
352 |
+
m351 +++$+++ rambo: first blood part ii +++$+++ http://www.dailyscript.com/scripts/rambo_first_blood_2.html
|
353 |
+
m352 +++$+++ the fisher king +++$+++ http://www.dailyscript.com/scripts/fisher-king_shooting.html
|
354 |
+
m353 +++$+++ five easy pieces +++$+++ http://www.dailyscript.com/scripts/fiveeasypieces.html
|
355 |
+
m354 +++$+++ five feet high and rising +++$+++ http://www.dailyscript.com/scripts/fivefeetandrising.html
|
356 |
+
m355 +++$+++ fletch +++$+++ http://www.dailyscript.com/scripts/Fletch.txt
|
357 |
+
m356 +++$+++ the adventures of ford fairlane +++$+++ http://www.dailyscript.com/scripts/ford-fairlane_early.html
|
358 |
+
m357 +++$+++ the french connection +++$+++ http://www.dailyscript.com/scripts/frenchconnection.html
|
359 |
+
m358 +++$+++ frequency +++$+++ http://www.dailyscript.com/scripts/frequency.html
|
360 |
+
m359 +++$+++ friday the 13th part iii +++$+++ http://www.horrorlair.com/scripts/friday13th3.txt
|
361 |
+
m360 +++$+++ jason lives: friday the 13th part vi +++$+++ http://www.horrorlair.com/scripts/friday13th6.txt
|
362 |
+
m361 +++$+++ jason goes to hell: the final friday +++$+++ http://www.horrorlair.com/scripts/friday13thjasongoestohell.txt
|
363 |
+
m362 +++$+++ friday the 13th part viii: jason takes manhattan +++$+++ http://www.dailyscript.com/scripts/friday_13_8.html
|
364 |
+
m363 +++$+++ game 6 +++$+++ http://www.dailyscript.com/scripts/game_6.html
|
365 |
+
m364 +++$+++ gandhi +++$+++ http://www.dailyscript.com/scripts/Gandhi.txt
|
366 |
+
m365 +++$+++ gattaca +++$+++ http://www.dailyscript.com/scripts/gattaca_early.html
|
367 |
+
m366 +++$+++ the getaway +++$+++ http://www.dailyscript.com/scripts/getaway.html
|
368 |
+
m367 +++$+++ get carter +++$+++ http://www.dailyscript.com/scripts/getcarter.html
|
369 |
+
m368 +++$+++ glengarry glen ross +++$+++ http://www.dailyscript.com/scripts/glengarry.html
|
370 |
+
m369 +++$+++ the godfather: part ii +++$+++ http://www.dailyscript.com/scripts/godfather2.html
|
371 |
+
m370 +++$+++ gods and monsters +++$+++ http://www.dailyscript.com/scripts/Gods%20And%20Monsters.txt
|
372 |
+
m371 +++$+++ gone in sixty seconds +++$+++ http://www.dailyscript.com/scripts/gone_in_60_seconds.html
|
373 |
+
m372 +++$+++ goodfellas +++$+++ http://www.dailyscript.com/scripts/goodfellas.html
|
374 |
+
m373 +++$+++ good will hunting +++$+++ http://www.moviescriptsandscreenplays.com/BenandMatt/goodwillhunting.txt
|
375 |
+
m374 +++$+++ the grapes of wrath +++$+++ http://www.dailyscript.com/scripts/Grapes%20Of%20Wrath,%20The.txt
|
376 |
+
m375 +++$+++ grosse pointe blank +++$+++ http://www.dailyscript.com/scripts/Grosse%20Pointe%20Blank.txt
|
377 |
+
m376 +++$+++ the horse whisperer +++$+++ http://www.awesomefilm.com/script/h_whispr.txt
|
378 |
+
m377 +++$+++ hackers +++$+++ http://www.scifiscripts.com/scripts/hackers.txt
|
379 |
+
m378 +++$+++ halloween 4: the return of michael myers +++$+++ http://www.horrorlair.com/scripts/halloween4.txt
|
380 |
+
m379 +++$+++ halloween +++$+++ http://www.dailyscript.com/scripts/Halloween.txt
|
381 |
+
m380 +++$+++ hannah and her sisters +++$+++ http://www.dailyscript.com/scripts/Hannah%20And%20Her%20Sisters.txt
|
382 |
+
m381 +++$+++ hannibal +++$+++ http://www.dailyscript.com/scripts/Hannibal%20-%20Zaillian.txt
|
383 |
+
m382 +++$+++ happy campers +++$+++ http://www.dailyscript.com/scripts/happy-campers_early.html
|
384 |
+
m383 +++$+++ heathers +++$+++ http://www.dailyscript.com/scripts/heathers_shooting.html
|
385 |
+
m384 +++$+++ heavenly creatures +++$+++ http://www.awesomefilm.com/script/heavenlycreatures.html
|
386 |
+
m385 +++$+++ hellraiser: hellseeker +++$+++ http://www.horrorlair.com/scripts/hellraiser_hellseeker_orig.html
|
387 |
+
m386 +++$+++ hero +++$+++ http://www.dailyscript.com/scripts/hero1.html
|
388 |
+
m387 +++$+++ hider in the house +++$+++ http://www.dailyscript.com/scripts/hider-in-the-house.html
|
389 |
+
m388 +++$+++ highlander iii: the sorcerer +++$+++ http://www.scifiscripts.com/scripts/highlander3.txt
|
390 |
+
m389 +++$+++ hostage +++$+++ http://home.online.no/~bhundlan/scripts/hostage.htm
|
391 |
+
m390 +++$+++ hotel rwanda +++$+++ http://www.dailyscript.com/scripts/hotel_rwanda.html
|
392 |
+
m391 +++$+++ house on haunted hill +++$+++ http://www.dailyscript.com/scripts/house-on-haunted-hill.html
|
393 |
+
m392 +++$+++ house of the damned +++$+++ http://www.horrorlair.com/scripts/houseOfTheDamned.txt
|
394 |
+
m393 +++$+++ hellraiser iii: hell on earth +++$+++ http://www.cenobite.com/library/hr3-910701.txt
|
395 |
+
m394 +++$+++ hudson hawk +++$+++ http://www.dailyscript.com/scripts/hudson-hawk_early.html
|
396 |
+
m395 +++$+++ the hudsucker proxy +++$+++ http://www.dailyscript.com/scripts/Hudsucker%20Proxy,%20The.txt
|
397 |
+
m396 +++$+++ i walked with a zombie +++$+++ http://www.dailyscript.com/scripts/i-walked_with_a_zombie.html
|
398 |
+
m397 +++$+++ the ice storm +++$+++ http://www.dailyscript.com/scripts/icestorm.html
|
399 |
+
m398 +++$+++ insomnia +++$+++ http://www.dailyscript.com/scripts/insomnia.html
|
400 |
+
m399 +++$+++ interview with the vampire: the vampire chronicles +++$+++ http://www.scifiscripts.com/scripts/interview.txt
|
401 |
+
m400 +++$+++ i still know what you did last summer +++$+++ http://www.horrorlair.com/scripts/iskwydls.txt
|
402 |
+
m401 +++$+++ isle of the dead +++$+++ http://www.dailyscript.com/scripts/isleofthedead.htm
|
403 |
+
m402 +++$+++ it's a wonderful life +++$+++ http://www.aellea.com/script/itsawonderfullife.txt
|
404 |
+
m403 +++$+++ jaws 2 +++$+++ http://www.dailyscript.com/scripts/Jaws%202.txt
|
405 |
+
m404 +++$+++ jaws 3-d +++$+++ http://www.horrorlair.com/scripts/jaws3_1st_draft.txt
|
406 |
+
m405 +++$+++ jaws: the revenge +++$+++ http://www.horrorlair.com/scripts/jaws_the_revenge.txt
|
407 |
+
m406 +++$+++ the jazz singer +++$+++ http://www.aellea.com/script/jazzsinger.txt
|
408 |
+
m407 +++$+++ jennifer eight +++$+++ http://www.dailyscript.com/scripts/jennifer-eight-script.html
|
409 |
+
m408 +++$+++ jerry maguire +++$+++ http://www.awesomefilm.com/script/jerryMaguire.txt
|
410 |
+
m409 +++$+++ jurassic park iii +++$+++ http://www.dailyscript.com/scripts/jp3.html
|
411 |
+
m410 +++$+++ the lost world: jurassic park +++$+++ http://www.horrorlair.com/scripts/jurassic2_thw.txt
|
412 |
+
m411 +++$+++ jurassic park +++$+++ http://www.scifiscripts.com/scripts/JurassicPark_1stDraft.txt
|
413 |
+
m412 +++$+++ freddy vs. jason +++$+++ http://www.horrorlair.com/scripts/jvsf_bm.txt
|
414 |
+
m413 +++$+++ kafka +++$+++ http://www.dailyscript.com/scripts/kafka.html
|
415 |
+
m414 +++$+++ king kong +++$+++ http://www.scifiscripts.com/scripts/kingkong.txt
|
416 |
+
m415 +++$+++ klute +++$+++ http://www.dailyscript.com/scripts/klute.html
|
417 |
+
m416 +++$+++ kramer vs. kramer +++$+++ http://www.dailyscript.com/scripts/Kramer%20vs%20Kramer.txt
|
418 |
+
m417 +++$+++ kundun +++$+++ http://www.dailyscript.com/scripts/Kundun.txt
|
419 |
+
m418 +++$+++ lake placid +++$+++ http://www.dailyscript.com/scripts/lake-placid.html
|
420 |
+
m419 +++$+++ the silence of the lambs +++$+++ http://www.horrorlair.com/scripts/lambsfinal.txt
|
421 |
+
m420 +++$+++ last of the mohicans +++$+++ http://www.dailyscript.com/scripts/last-of-the-mohicans-script.html
|
422 |
+
m421 +++$+++ leviathan +++$+++ http://www.dailyscript.com/scripts/leviathan_shooting.html
|
423 |
+
m422 +++$+++ lock, stock and two smoking barrels +++$+++ http://www.scifiscripts.com/msol/lockstock_screenplay.txt
|
424 |
+
m423 +++$+++ lone star +++$+++ http://www.dailyscript.com/scripts/Lone%20Star.txt
|
425 |
+
m424 +++$+++ lord of illusions +++$+++ http://www.dailyscript.com/scripts/lordofillusions.html
|
426 |
+
m425 +++$+++ lost in translation +++$+++ http://www.dailyscript.com/scripts/lost-in-translation-script.html
|
427 |
+
m426 +++$+++ lost souls +++$+++ http://www.horrorlair.com/scripts/lostsouls.txt
|
428 |
+
m427 +++$+++ love & basketball +++$+++ http://www.dailyscript.com/scripts/love_and_basketball.html
|
429 |
+
m428 +++$+++ magnolia +++$+++ http://www.dailyscript.com/scripts/magnolia.html
|
430 |
+
m429 +++$+++ the man in the iron mask +++$+++ http://www.dailyscript.com/scripts/man_in_iron_mask_95.html
|
431 |
+
m430 +++$+++ manhunt +++$+++ http://www.awesomefilm.com/script/manhunt.html
|
432 |
+
m431 +++$+++ manhunter +++$+++ http://www.dailyscript.com/scripts/manhunter.html
|
433 |
+
m432 +++$+++ man on the moon +++$+++ http://www.scifiscripts.com/msol/manonthemoon.txt
|
434 |
+
m433 +++$+++ the matrix +++$+++ http://www.scifiscripts.com/scripts/matrix_97_draft.txt
|
435 |
+
m434 +++$+++ halloween iii: season of the witch +++$+++ http://www.dailyscript.com/scripts/meanstreet.html
|
436 |
+
m435 +++$+++ meet joe black +++$+++ http://www.awesomefilm.com/script/meetjoeblack.txt
|
437 |
+
m436 +++$+++ memento +++$+++ http://www.dailyscript.com/scripts/memento.html
|
438 |
+
m437 +++$+++ miami vice +++$+++ http://www.dailyscript.com/scripts/miamivice.html
|
439 |
+
m438 +++$+++ midnight cowboy +++$+++ http://www.dailyscript.com/scripts/Midnight%20Cowboy.txt
|
440 |
+
m439 +++$+++ midnight express +++$+++ http://www.dailyscript.com/scripts/midnightexpress.html
|
441 |
+
m440 +++$+++ mimic +++$+++ http://www.dailyscript.com/scripts/mimic_production.html
|
442 |
+
m441 +++$+++ misery +++$+++ http://www.dailyscript.com/scripts/Misery.txt
|
443 |
+
m442 +++$+++ mission: impossible ii +++$+++ http://www.dailyscript.com/scripts/mission-impossible-2_shoot.html
|
444 |
+
m443 +++$+++ mission: impossible +++$+++ http://www.dailyscript.com/scripts/mission-impossible_shoot.html
|
445 |
+
m444 +++$+++ moonstruck +++$+++ http://www.dailyscript.com/scripts/Moonstruck.txt
|
446 |
+
m445 +++$+++ monty python and the holy grail +++$+++ http://www.angelfire.com/movies/closedcaptioned/mp-holy.txt
|
447 |
+
m446 +++$+++ mrs brown +++$+++ http://www.dailyscript.com/scripts/mrs_brown.html
|
448 |
+
m447 +++$+++ arcade +++$+++ http://www.awesomefilm.com/script/ms_arcad.txt
|
449 |
+
m448 +++$+++ mulholland dr. +++$+++ http://www.dailyscript.com/scripts/mulholland_drive.html
|
450 |
+
m449 +++$+++ "murderland" +++$+++ http://www.awesomefilm.com/script/murderland.html
|
451 |
+
m450 +++$+++ my girl 2 +++$+++ http://www.scifiscripts.com/msol/my_girl_2.html
|
452 |
+
m451 +++$+++ my girl +++$+++ http://www.scifiscripts.com/msol/my_girl.html
|
453 |
+
m452 +++$+++ my best friend's wedding +++$+++ http://www.awesomefilm.com/script/mybestfriendswedding.txt
|
454 |
+
m453 +++$+++ nashville +++$+++ http://www.dailyscript.com/scripts/nashville.html
|
455 |
+
m454 +++$+++ natural born killers +++$+++ http://www.dailyscript.com/scripts/natural-born-killers_shoot.html
|
456 |
+
m455 +++$+++ nothing but a man +++$+++ http://www.aellea.com/emruf3/nbam.html
|
457 |
+
m456 +++$+++ the negotiator +++$+++ http://www.angelfire.com/movies/moviefreak/negotiator.html
|
458 |
+
m457 +++$+++ neuromancer +++$+++ http://www.scifiscripts.com/scripts/neuromancer.txt
|
459 |
+
m458 +++$+++ never been kissed +++$+++ http://www.dailyscript.com/scripts/neverbeenkissed.html
|
460 |
+
m459 +++$+++ the nightmare before christmas +++$+++ http://www.dailyscript.com/scripts/nightmare-b4-xmas_early.html
|
461 |
+
m460 +++$+++ a nightmare on elm street part 2: freddy's revenge +++$+++ http://www.horrorlair.com/scripts/nightmare_on_elm_street2.txt
|
462 |
+
m461 +++$+++ a nightmare on elm street 3: dream warriors +++$+++ http://www.horrorlair.com/scripts/nightmare_on_elm_street3.txt
|
463 |
+
m462 +++$+++ notting hill +++$+++ http://www.awesomefilm.com/script/nothill.txt
|
464 |
+
m463 +++$+++ one flew over the cuckoo's nest +++$+++ http://www.dailyscript.com/scripts/One%20Flew%20Over%20The%20Cuckoo's%20Nest.txt
|
465 |
+
m464 +++$+++ only you +++$+++ http://www.awesomefilm.com/script/onlyyou.html
|
466 |
+
m465 +++$+++ on the waterfront +++$+++ http://www.dailyscript.com/scripts/onthewaterfront.html
|
467 |
+
m466 +++$+++ orgy of the dead +++$+++ http://www.horrorlair.com/HorrorWorld/edwood/orgyofthedead.html
|
468 |
+
m467 +++$+++ out of sight +++$+++ http://www.dailyscript.com/scripts/Out%20Of%20Sight.txt
|
469 |
+
m468 +++$+++ pearl harbor +++$+++ http://www.dailyscript.com/scripts/pearl_harbor_early.html
|
470 |
+
m469 +++$+++ peggy sue got married +++$+++ http://www.dailyscript.com/scripts/peggysue.html
|
471 |
+
m470 +++$+++ pet sematary ii +++$+++ http://www.dailyscript.com/scripts/petsemetaryii.html
|
472 |
+
m471 +++$+++ philadelphia +++$+++ http://www.dailyscript.com/scripts/philadelphia.html
|
473 |
+
m472 +++$+++ pitch black +++$+++ http://www.dailyscript.com/scripts/pitch-black_shooting.html
|
474 |
+
m473 +++$+++ planet of the apes +++$+++ http://www.scifiscripts.com/scripts/POTA_Remake.txt
|
475 |
+
m474 +++$+++ platoon +++$+++ http://www.dailyscript.com/scripts/Platoon.txt
|
476 |
+
m475 +++$+++ playback +++$+++ http://www.dailyscript.com/scripts/playback.html
|
477 |
+
m476 +++$+++ the ploughman's lunch +++$+++ http://www.dailyscript.com/scripts/ploughmans_lunch.html
|
478 |
+
m477 +++$+++ point break +++$+++ http://www.awesomefilm.com/script/pointbreak.html
|
479 |
+
m478 +++$+++ predator +++$+++ http://www.scifiscripts.com/scripts/predator.txt
|
480 |
+
m479 +++$+++ pretty woman +++$+++ http://www.awesomefilm.com/script/prettywoman.html
|
481 |
+
m480 +++$+++ the princess bride +++$+++ http://www.dailyscript.com/scripts/Princess%20Bride,%20The.txt
|
482 |
+
m481 +++$+++ the producers +++$+++ http://www.dailyscript.com/scripts/Producers,%20The.txt
|
483 |
+
m482 +++$+++ psycho +++$+++ http://www.dailyscript.com/scripts/Psycho.txt
|
484 |
+
m483 +++$+++ maniac +++$+++ http://www.aellea.com/script/qMANIAC.htm
|
485 |
+
m484 +++$+++ vampyr +++$+++ http://www.aellea.com/script/qVAMPYR.htm
|
486 |
+
m485 +++$+++ mystery of the wax museum +++$+++ http://www.aellea.com/script/qWAX.htm
|
487 |
+
m486 +++$+++ quantum project +++$+++ http://www.dailyscript.com/scripts/quantumproject.html
|
488 |
+
m487 +++$+++ rambling rose +++$+++ http://www.dailyscript.com/scripts/ramblingrose.html
|
489 |
+
m488 +++$+++ red white black & blue +++$+++ http://www.awesomefilm.com/script/redwhiteblackandblue.html
|
490 |
+
m489 +++$+++ star wars: episode vi - return of the jedi +++$+++ http://www.scifiscripts.com/scripts/revengeofthejedi.txt
|
491 |
+
m490 +++$+++ the rocky horror picture show +++$+++ http://www.horrorlair.com/scripts/rhps.txt
|
492 |
+
m491 +++$+++ rocky +++$+++ http://www.dailyscript.com/scripts/Rocky.txt
|
493 |
+
m492 +++$+++ who framed roger rabbit +++$+++ http://www.scifiscripts.com/cartoon/roger-rabbit.htm
|
494 |
+
m493 +++$+++ romeo and juliet +++$+++ http://www.awesomefilm.com/script/romeo+juliet.txt
|
495 |
+
m494 +++$+++ ronin +++$+++ http://www.dailyscript.com/scripts/ronin_early.html
|
496 |
+
m495 +++$+++ route 9 +++$+++ http://home.earthlink.net/~bhb1/scripts/rt9/route_9.html
|
497 |
+
m496 +++$+++ rush hour 2 +++$+++ http://www.dailyscript.com/scripts/rush_hour_2.html
|
498 |
+
m497 +++$+++ rush hour +++$+++ http://www.dailyscript.com/scripts/RushHour.html
|
499 |
+
m498 +++$+++ runaway bride +++$+++ http://www.awesomefilm.com/script/rwbride.html
|
500 |
+
m499 +++$+++ sleepless in seattle +++$+++ http://www.awesomefilm.com/script/s_seatl.html
|
501 |
+
m500 +++$+++ salt of the earth +++$+++ http://www.aellea.com/script/salt.txt
|
502 |
+
m501 +++$+++ the salton sea +++$+++ http://www.dailyscript.com/scripts/salton_sea.html
|
503 |
+
m502 +++$+++ saving private ryan +++$+++ http://www.moviescriptsandscreenplays.com/BenandMatt/savingprivateryan.txt
|
504 |
+
m503 +++$+++ say anything... +++$+++ http://www.moviescriptsandscreenplays.com/johncusack/scripts/sayanything.txt
|
505 |
+
m504 +++$+++ schindler's list +++$+++ http://www.awesomefilm.com/script/schindlerslist.txt
|
506 |
+
m505 +++$+++ scream 2 +++$+++ http://www.horrorlair.com/scripts/scream2.txt
|
507 |
+
m506 +++$+++ scream 3 +++$+++ http://www.horrorlair.com/scripts/scream3_early_draft.txt
|
508 |
+
m507 +++$+++ scream +++$+++ http://www.dailyscript.com/scripts/Scream.txt
|
509 |
+
m508 +++$+++ seven +++$+++ http://www.horrorlair.com/scripts/se7en.html
|
510 |
+
m509 +++$+++ the searchers +++$+++ http://www.dailyscript.com/scripts/Searchers,%20The.txt
|
511 |
+
m510 +++$+++ seven days to live +++$+++ http://www.horrorlair.com/scripts/sevendaystolive_2nd.html
|
512 |
+
m511 +++$+++ shakespeare in love +++$+++ http://www.dailyscript.com/scripts/Shakespeare%20In%20Love.txt
|
513 |
+
m512 +++$+++ shallow grave +++$+++ http://www.horrorlair.com/scripts/shallow.txt
|
514 |
+
m513 +++$+++ shampoo +++$+++ http://www.dailyscript.com/scripts/shampoo.html
|
515 |
+
m514 +++$+++ the shining +++$+++ http://www.dailyscript.com/scripts/shining.html
|
516 |
+
m515 +++$+++ silver bullet +++$+++ http://www.dailyscript.com/scripts/silverbullet.html
|
517 |
+
m516 +++$+++ sister act +++$+++ http://www.scifiscripts.com/msol/sister_act.txt
|
518 |
+
m517 +++$+++ sleepy hollow +++$+++ http://www.dailyscript.com/scripts/sleepy-hollow_shooting.html
|
519 |
+
m518 +++$+++ sling blade +++$+++ http://www.dailyscript.com/scripts/Sling%20Blade.txt
|
520 |
+
m519 +++$+++ smoke +++$+++ http://www.awesomefilm.com/script/smoke.txt
|
521 |
+
m520 +++$+++ snow falling on cedars +++$+++ http://www.dailyscript.com/scripts/snow-falling_shooting.html
|
522 |
+
m521 +++$+++ soldier +++$+++ http://www.dailyscript.com/scripts/soldier.html
|
523 |
+
m522 +++$+++ some like it hot +++$+++ http://www.dailyscript.com/scripts/Some+Like+It+Hot.txt
|
524 |
+
m523 +++$+++ the wedding date +++$+++ http://www.dailyscript.com/scripts/somethingborrowed.html
|
525 |
+
m524 +++$+++ sounder +++$+++ http://www.aellea.com/script/sounder.txt
|
526 |
+
m525 +++$+++ south park: bigger longer & uncut +++$+++ http://www.dailyscript.com/scripts/south-park.html
|
527 |
+
m526 +++$+++ spacejacked +++$+++ http://www.scifiscripts.com/scripts/spaceJacked.txt
|
528 |
+
m527 +++$+++ spare me +++$+++ http://www.dailyscript.com/scripts/spareme.html
|
529 |
+
m528 +++$+++ sphere +++$+++ http://www.dailyscript.com/scripts/sphere_shooting.html
|
530 |
+
m529 +++$+++ star wars +++$+++ http://www.scifiscripts.com/scripts/star_wars_3rd.txt
|
531 |
+
m530 +++$+++ starship troopers +++$+++ http://www.scifiscripts.com/scripts/starship_troopers.txt
|
532 |
+
m531 +++$+++ star trek: the motion picture +++$+++ http://www.dailyscript.com/scripts/startrek01.html
|
533 |
+
m532 +++$+++ state and main +++$+++ http://www.dailyscript.com/scripts/State+And+Main.txt
|
534 |
+
m533 +++$+++ stepmom +++$+++ http://www.dailyscript.com/scripts/stepmom.html
|
535 |
+
m534 +++$+++ storytelling +++$+++ http://www.dailyscript.com/scripts/storytelling.html
|
536 |
+
m535 +++$+++ stranglehold +++$+++ http://www.horrorlair.com/scripts/strangehold.txt
|
537 |
+
m536 +++$+++ dr. strangelove or: how i learned to stop worrying and love the bomb +++$+++ http://www.visual-memory.co.uk/amk/doc/0055.html
|
538 |
+
m537 +++$+++ suburbia +++$+++ http://www.awesomefilm.com/script/suburbia.html
|
539 |
+
m538 +++$+++ sugar & spice +++$+++ http://www.dailyscript.com/scripts/sugarandspice.html
|
540 |
+
m539 +++$+++ sunset blvd. +++$+++ http://www.dailyscript.com/scripts/sunset_bld_3_21_49.html
|
541 |
+
m540 +++$+++ supergirl +++$+++ http://www.scifiscripts.com/scripts/supergirl.txt
|
542 |
+
m541 +++$+++ superman iii +++$+++ http://www.scifiscripts.com/scripts/superman3_script.txt
|
543 |
+
m542 +++$+++ superman ii +++$+++ http://www.scifiscripts.com/scripts/supermanii_scriptment_2_76.txt
|
544 |
+
m543 +++$+++ superman iv: the quest for peace +++$+++ http://www.scifiscripts.com/scripts/superman_IV.txt
|
545 |
+
m544 +++$+++ superman +++$+++ http://www.scifiscripts.com/scripts/superman_original.txt
|
546 |
+
m545 +++$+++ the sweet hereafter +++$+++ http://www.dailyscript.com/scripts/sweethereafter.html
|
547 |
+
m546 +++$+++ sweet smell of success +++$+++ http://www.dailyscript.com/scripts/sweetsmell.html
|
548 |
+
m547 +++$+++ terminator 2: judgment day +++$+++ http://www.scifiscripts.com/scripts/t2.txt
|
549 |
+
m548 +++$+++ taking sides +++$+++ http://www.dailyscript.com/scripts/takingsides.html
|
550 |
+
m549 +++$+++ the terminator +++$+++ http://www.scifiscripts.com/scripts/terminator_1_4th_draft.txt
|
551 |
+
m550 +++$+++ the game +++$+++ http://www.dailyscript.com/scripts/the-game-early.html
|
552 |
+
m551 +++$+++ the haunting +++$+++ http://www.dailyscript.com/scripts/the-haunting_production.html
|
553 |
+
m552 +++$+++ the limey +++$+++ http://www.dailyscript.com/scripts/the-limey.html
|
554 |
+
m553 +++$+++ the man who wasn't there +++$+++ http://www.dailyscript.com/scripts/Man%20Who%20Wasn't%20There,%20The.txt
|
555 |
+
m554 +++$+++ the relic +++$+++ http://www.dailyscript.com/scripts/the-relic_early.html
|
556 |
+
m555 +++$+++ the truman show +++$+++ http://www.dailyscript.com/scripts/the-truman-show_shooting.html
|
557 |
+
m556 +++$+++ the x files +++$+++ http://www.dailyscript.com/scripts/the-x-files_production.html
|
558 |
+
m557 +++$+++ the cell +++$+++ http://www.dailyscript.com/scripts/the_cell.html
|
559 |
+
m558 +++$+++ the third man +++$+++ http://www.dailyscript.com/scripts/the_third_man.html
|
560 |
+
m559 +++$+++ the beach +++$+++ http://www.scifiscripts.com/msol/beach/script01_15.htm
|
561 |
+
m560 +++$+++ the believer +++$+++ http://www.dailyscript.com/scripts/thebeliever.html
|
562 |
+
m561 +++$+++ le grand bleu +++$+++ http://www.dailyscript.com/scripts/thebigblue.html
|
563 |
+
m562 +++$+++ the hebrew hammer +++$+++ http://www.dailyscript.com/scripts/thehebrewhammer.html
|
564 |
+
m563 +++$+++ the leopard man +++$+++ http://www.dailyscript.com/scripts/theleopardman.htm
|
565 |
+
m564 +++$+++ the lost son +++$+++ http://www.alibi-books.com/thelostson/thelostson.htm
|
566 |
+
m565 +++$+++ the messenger +++$+++ http://www.awesomefilm.com/script/themessenger.txt
|
567 |
+
m566 +++$+++ the pianist +++$+++ http://www.dailyscript.com/scripts/Pianist,%20The.txt
|
568 |
+
m567 +++$+++ the piano +++$+++ http://www.dailyscript.com/scripts/thepianolesson.html
|
569 |
+
m568 +++$+++ the sting +++$+++ http://www.dailyscript.com/scripts/Sting,%20The.txt
|
570 |
+
m569 +++$+++ the thin man +++$+++ http://www.geocities.com/kingrr/thin.html
|
571 |
+
m570 +++$+++ three kings +++$+++ http://www.dailyscript.com/scripts/three-kings_unproduced.html
|
572 |
+
m571 +++$+++ thx 1138 +++$+++ http://www.scifiscripts.com/scripts/thx1138.txt
|
573 |
+
m572 +++$+++ ticker +++$+++ http://www.dailyscript.com/scripts/ticker.html
|
574 |
+
m573 +++$+++ trouble in paradise +++$+++ http://www.aellea.com/emruf3/tip.html
|
575 |
+
m574 +++$+++ titanic +++$+++ http://www.dailyscript.com/scripts/Titanic.txt
|
576 |
+
m575 +++$+++ transatlantic merry-go-round +++$+++ http://www.aellea.com/emruf3/tm.html
|
577 |
+
m576 +++$+++ tombstone +++$+++ http://www.dailyscript.com/scripts/tomb_stone.html
|
578 |
+
m577 +++$+++ tomorrow never dies +++$+++ http://www.awesomefilm.com/script/tomorrowneverdies.txt
|
579 |
+
m578 +++$+++ to sleep with anger +++$+++ http://www.dailyscript.com/scripts/tosleepwithanger.html
|
580 |
+
m579 +++$+++ toy story +++$+++ http://www.dailyscript.com/scripts/toy_story.html
|
581 |
+
m580 +++$+++ the magic toyshop +++$+++ http://www.aellea.com/emruf3/toyshop.html
|
582 |
+
m581 +++$+++ traffic +++$+++ http://www.dailyscript.com/scripts/Traffic.txt
|
583 |
+
m582 +++$+++ trainspotting +++$+++ http://www.awesomefilm.com/script/trainspotting.html
|
584 |
+
m583 +++$+++ star trek v: the final frontier +++$+++ http://www.scifiscripts.com/scripts/trek5.txt
|
585 |
+
m584 +++$+++ tron +++$+++ http://www.scifiscripts.com/scripts/tron.txt
|
586 |
+
m585 +++$+++ true lies +++$+++ http://www.awesomefilm.com/script/truelies.txt
|
587 |
+
m586 +++$+++ true romance +++$+++ http://www.awesomefilm.com/script/trueromance.html
|
588 |
+
m587 +++$+++ twelve monkeys +++$+++ http://www.horrorlair.com/scripts/twelvemonkeys.html
|
589 |
+
m588 +++$+++ u-turn +++$+++ http://www.dailyscript.com/scripts/u-turn_early.html
|
590 |
+
m589 +++$+++ u turn +++$+++ http://www.dailyscript.com/scripts/u-turn_shooting.html
|
591 |
+
m590 +++$+++ unbreakable +++$+++ http://www.dailyscript.com/scripts/Unbreakable.txt
|
592 |
+
m591 +++$+++ unforgiven +++$+++ http://www.dailyscript.com/scripts/Unforgiven.txt
|
593 |
+
m592 +++$+++ the usual suspects +++$+++ http://www.dailyscript.com/scripts/Usual%20Suspects,%20The.txt
|
594 |
+
m593 +++$+++ verdict +++$+++ http://www.scifiscripts.com/msol/verdict.txt
|
595 |
+
m594 +++$+++ vertigo +++$+++ http://www.dailyscript.com/scripts/Vertigo.txt
|
596 |
+
m595 +++$+++ very bad things +++$+++ http://www.dailyscript.com/scripts/Very+Bad+Things.txt
|
597 |
+
m596 +++$+++ viridiana +++$+++ http://www.aellea.com/script/viridiana.txt
|
598 |
+
m597 +++$+++ virtuosity +++$+++ http://www.dailyscript.com/scripts/virtuosity.html
|
599 |
+
m598 +++$+++ wag the dog +++$+++ http://www.dailyscript.com/scripts/wag-the-dog_production.html
|
600 |
+
m599 +++$+++ wall street +++$+++ http://www.dailyscript.com/scripts/wall_street.html
|
601 |
+
m600 +++$+++ waxwork +++$+++ http://www.horrorlair.com/scripts/waxwork.txt
|
602 |
+
m601 +++$+++ what lies beneath +++$+++ http://www.dailyscript.com/scripts/What+Lies+Beneath.txt
|
603 |
+
m602 +++$+++ what women want +++$+++ http://www.awesomefilm.com/script/whatwomenwant.html
|
604 |
+
m603 +++$+++ the witching hour +++$+++ http://www.scifiscripts.com/scripts/whitching_hour.txt
|
605 |
+
m604 +++$+++ white angel +++$+++ http://www.horrorlair.com/scripts/whiteang.txt
|
606 |
+
m605 +++$+++ who's your daddy? +++$+++ http://www.cvisual.com/film-techniques/whos-your-daddy-by-maria-veltre-and-jack-sekowski.txt
|
607 |
+
m606 +++$+++ wild things +++$+++ http://www.dailyscript.com/scripts/Wild+Things.txt
|
608 |
+
m607 +++$+++ wild wild west +++$+++ http://www.scifiscripts.com/scripts/wildwest.txt
|
609 |
+
m608 +++$+++ willow +++$+++ http://www.scifiscripts.com/scripts/willow.txt
|
610 |
+
m609 +++$+++ witness +++$+++ http://www.dailyscript.com/scripts/Witness.txt
|
611 |
+
m610 +++$+++ the wizard of oz +++$+++ http://www.scifiscripts.com/scripts/wizoz.txt
|
612 |
+
m611 +++$+++ the world is not enough +++$+++ http://www.awesomefilm.com/script/worldisnotenough.txt
|
613 |
+
m612 +++$+++ watchmen +++$+++ http://www.scifiscripts.com/scripts/wtchmn.txt
|
614 |
+
m613 +++$+++ xxx +++$+++ http://www.dailyscript.com/scripts/xXx.txt
|
615 |
+
m614 +++$+++ x-men +++$+++ http://www.scifiscripts.com/scripts/xmenthing.txt
|
616 |
+
m615 +++$+++ young frankenstein +++$+++ http://www.horrorlair.com/scripts/young.txt
|
617 |
+
m616 +++$+++ zulu dawn +++$+++ http://www.aellea.com/script/zuludawn.txt
|