-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfree-movies-infodigi-pd.json
1659 lines (1659 loc) · 59.9 KB
/
free-movies-infodigi-pd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
" 75 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "",
"year": 1947
},
"ABDULLA THE GREAT 79 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "ABDULLA THE GREAT",
"year": 1954
},
"Abba Again 35 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Abba Again",
"year": 1983
},
"Ants in His Pants 77 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Ants in His Pants",
"year": 1940
},
"Ape, The 62 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Ape, The",
"year": 1940
},
"BIG TREESColor. Kirk Douglas 89 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "BIG TREESColor. Kirk Douglas",
"year": 1952
},
"BLUEBEARD . 74 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "BLUEBEARD .",
"year": 1944
},
"BORDERLINE 88 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "BORDERLINE",
"year": 1950
},
"BRAIN THAT WOULDN'T DIE 81 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "BRAIN THAT WOULDN'T DIE",
"year": 1959
},
"Beware 60 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Beware",
"year": 1948
},
"Bing Crosby Edsel Show, The 58 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Bing Crosby Edsel Show, The",
"year": 1957
},
"Bing Crosby Special 50 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Bing Crosby Special"
},
"Bitter Sweet 76 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Bitter Sweet",
"year": 1933
},
"Blood Mania 88 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Blood Mania",
"year": 1971
},
"Bucket of Blood, A 66 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"status": "free",
"title": "Bucket of Blood, A",
"year": 1959
},
"CORPSE VANISHES 63 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "CORPSE VANISHES",
"year": 1942
},
"CREATURE FROM HAUNTED SEA 74 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "CREATURE FROM HAUNTED SEA",
"year": 1961
},
"Cabinet of Dr. Caligari, The 69 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Cabinet of Dr. Caligari, The",
"year": 1920
},
"Charm of La Boheme 90 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Charm of La Boheme",
"year": 1936
},
"Circus of Fear 65 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Circus of Fear",
"year": 1967
},
"Country Western All-Stars 52 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Country Western All-Stars",
"year": 1950
},
"Crawling Hand 98 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Crawling Hand",
"year": 1963
},
"D.O.A. 83 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "D.O.A.",
"year": 1950
},
"DANIEL BOONE 76 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "DANIEL BOONE",
"year": 1956
},
"DEMENTIA 13 76 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "DEMENTIA 13",
"year": 1963
},
"Devil's Partner, 75 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Devil's Partner,",
"year": 1958
},
"Dizzy Dames 65 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Dizzy Dames",
"year": 1936
},
"Dr. Jekyll and Mr. Hyde 52 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Dr. Jekyll and Mr. Hyde",
"year": 1955
},
"Easter Teleparade of Stars 52 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Easter Teleparade of Stars",
"year": 1950
},
"Face of the Screamin.g Werewolf 60 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Face of the Screamin.g Werewolf",
"year": 1959
},
"Fiesta 40 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Fiesta",
"year": 1943
},
"Ford Star Jubilee 90 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"status": "free",
"title": "Ford Star Jubilee",
"year": 1956
},
"GREAT TRAIN ROBBERY, THE ": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "GREAT TRAIN ROBBERY, THE"
},
"GUILTY OF TREASON 1949 87 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "GUILTY OF TREASON 1949"
},
"Gene Krupa and His Orchestra 50 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Gene Krupa and His Orchestra"
},
"Give My Regards to Broadway 52 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Give My Regards to Broadway"
},
"Greeks Had a Word for Them, The 79 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Greeks Had a Word for Them, The",
"year": 1932
},
"HERCULES UNCHAINEDColor. 97 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "HERCULES UNCHAINEDColor.",
"year": 1960
},
"HOUSE ON HAUNTED HILL 75 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "HOUSE ON HAUNTED HILL",
"year": 1958
},
"Happy 80 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Happy",
"year": 1934
},
"Hats Off 65 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Hats Off",
"year": 1937
},
"INFAMOUS CRIMES a.k.a. 63 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "INFAMOUS CRIMES a.k.a.",
"year": 1947
},
"INSPECTOR 102 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "INSPECTOR",
"year": 1949
},
"In the Money 66 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "In the Money",
"year": 1934
},
"Jack Benny Visits Walt Disney 55 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Jack Benny Visits Walt Disney",
"year": 1965
},
"Jack Jones on the Move 50 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Jack Jones on the Move"
},
"Jericho Starring: 75 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Jericho Starring:",
"year": 1937
},
"Junction 88 60 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Junction 88",
"year": 1940
},
"KANSAS CITY CONFIDENTIAL 99 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "KANSAS CITY CONFIDENTIAL",
"year": 1959
},
"KANSAS PACIFIC (1953) 73 Color. Sterling Hayden builds railroad. ": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "KANSAS PACIFIC (1953) 73 Color. Sterling Hayden builds railroad."
},
"KILLER SHREWS 70 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "KILLER SHREWS",
"year": 1959
},
"KILLERS FROM SPACE 71 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "KILLERS FROM SPACE",
"year": 1954
},
"Ken Murray Variety Hour, The 52 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "Ken Murray Variety Hour, The"
},
"LITTLE SHOP OF HORRORS ": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "LITTLE SHOP OF HORRORS",
"year": 1960
},
"LONG JOHN SILVER 109 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"status": "free",
"title": "LONG JOHN SILVER",
"year": 1954
},
"MAGIC SWORD 80 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "MAGIC SWORD",
"year": 1960
},
"MURDER! HITCHCOCK 108 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "MURDER! HITCHCOCK",
"year": 1930
},
"MUTINY 77 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "MUTINY",
"year": 1952
},
"Mad about Money 75 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Mad about Money",
"year": 1937
},
"Make a Million 66 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Make a Million",
"year": 1935
},
"Marco Starring: 109 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Marco Starring:",
"year": 1973
},
"Men on Her Min.d Starring: Director: Wallace FOx B&w. 67 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Men on Her Min.d Starring: Director: Wallace FOx B&w.",
"year": 1944
},
"Mesa of Lost Women 69 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Mesa of Lost Women",
"year": 1953
},
"Min.strel Man, The 70 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Min.strel Man, The",
"year": 1944
},
"Missing Halves Special, The 50 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Missing Halves Special, The"
},
"Money Talks 60 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Money Talks",
"year": 1933
},
"Mozart Story Starring: 91 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Mozart Story Starring:",
"year": 1948
},
"NIGHT OF LIVING DEAD 96 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "NIGHT OF LIVING DEAD",
"year": 1968
},
"New Faces of 1952 99 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "New Faces of 1952",
"year": 1953
},
"Night Evelyn Came Out of Her Grave, The 90 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "Night Evelyn Came Out of Her Grave, The",
"year": 1971
},
"One Rainy Afternoon 79 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"status": "free",
"title": "One Rainy Afternoon"
},
"REACHING FOR THE MOON 67 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "REACHING FOR THE MOON",
"year": 1931
},
"Return of Chandu, The Starring: 61 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "Return of Chandu, The Starring:",
"year": 1935
},
"Rock, Rock, Rock! 85 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "Rock, Rock, Rock!",
"year": 1956
},
"SVENGALI 81 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "SVENGALI",
"year": 1931
},
"SWAMP DIAMONDS 73 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "SWAMP DIAMONDS",
"year": 1955
},
"Sunny 96 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "Sunny",
"year": 1941
},
"Sweeny 63 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "Sweeny",
"year": 1939
},
"Swing Hostess Starring: Director: Sam Newfield B&w. 76 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "Swing Hostess Starring: Director: Sam Newfield B&w.",
"year": 1944
},
"THREE STOOGES DISORDER IN THE COURT 20 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "THREE STOOGES DISORDER IN THE COURT"
},
"TV Movie Road Show S 87 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "TV Movie Road Show S",
"year": 1941
},
"Undead 70 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "Undead",
"year": 1957
},
"VAMPIRE BAT 71 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "VAMPIRE BAT",
"year": 1933
},
"VENGEANCE VALLEY Color. 83 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "VENGEANCE VALLEY Color.",
"year": 1951
},
"WHEN THIEF MEETS THIEF 59 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "WHEN THIEF MEETS THIEF"
},
"WHITE ZOMBIE 73 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "WHITE ZOMBIE",
"year": 1932
},
"WHO KILLED DOC ROBIN GEORGE ZUCCO 50 min.": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"status": "free",
"title": "WHO KILLED DOC ROBIN GEORGE ZUCCO"
},
"http://www.imdb.com/name/nm8381667/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Newport Jazz Festival 1962",
"status": "free",
"title": "Newport Jazz Festival",
"year": 1962
},
"http://www.imdb.com/title/tt0005955/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"imdblookup": "Raven, The 1915",
"status": "free",
"title": "Raven, The",
"year": 1915
},
"http://www.imdb.com/title/tt0019798/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Dance of Life 1929",
"status": "free",
"title": "Dance of Life",
"year": 1929
},
"http://www.imdb.com/title/tt0019933/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Glorifying the American Girl 1929",
"status": "free",
"title": "Glorifying the American Girl",
"year": 1929
},
"http://www.imdb.com/title/tt0019946/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Great Gabbo, The 1929",
"status": "free",
"title": "Great Gabbo, The",
"year": 1929
},
"http://www.imdb.com/title/tt0020828/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Dixiana 1930",
"status": "free",
"title": "Dixiana",
"year": 1930
},
"http://www.imdb.com/title/tt0020945/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "HALF SHOT AT SUNRISE 1930",
"status": "free",
"title": "HALF SHOT AT SUNRISE",
"year": 1930
},
"http://www.imdb.com/title/tt0021231/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Paradise Island 1930",
"status": "free",
"title": "Paradise Island",
"year": 1930
},
"http://www.imdb.com/title/tt0021436/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"imdblookup": "Sunny Skies 1930",
"status": "free",
"title": "Sunny Skies",
"year": 1930
},
"http://www.imdb.com/title/tt0021445/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"imdblookup": "Swing High 1930",
"status": "free",
"title": "Swing High",
"year": 1930
},
"http://www.imdb.com/title/tt0021861/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "FIGHTING CARAVANS 1931",
"status": "free",
"title": "FIGHTING CARAVANS",
"year": 1931
},
"http://www.imdb.com/title/tt0021890/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Front Page, The 1931",
"status": "free",
"title": "Front Page, The",
"year": 1931
},
"http://www.imdb.com/title/tt0022000/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Indiscreet 1931",
"status": "free",
"title": "Indiscreet",
"year": 1931
},
"http://www.imdb.com/title/tt0023147/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Looking on the Bright Side 1931",
"status": "free",
"title": "Looking on the Bright Side",
"year": 1931
},
"http://www.imdb.com/title/tt0023160/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Love on Wheels 1932",
"status": "free",
"title": "Love on Wheels",
"year": 1932
},
"http://www.imdb.com/title/tt0023238/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "MOST DANGEROUS GAME 1932",
"status": "free",
"title": "MOST DANGEROUS GAME",
"year": 1932
},
"http://www.imdb.com/title/tt0023243/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Mr. Robinson Crusoe 1932",
"status": "free",
"title": "Mr. Robinson Crusoe",
"year": 1932
},
"http://www.imdb.com/title/tt0024124/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "His Private Secretary 1933",
"status": "free",
"title": "His Private Secretary",
"year": 1933
},
"http://www.imdb.com/title/tt0024210/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "KENNEL MURDER CASE 1933",
"status": "free",
"title": "KENNEL MURDER CASE",
"year": 1933
},
"http://www.imdb.com/title/tt0024486/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"imdblookup": "Rainbow over Broadway 1933",
"status": "free",
"title": "Rainbow over Broadway",
"year": 1933
},
"http://www.imdb.com/title/tt0024768/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"imdblookup": "Whispering Shadow, The 1933",
"status": "free",
"title": "Whispering Shadow, The",
"year": 1933
},
"http://www.imdb.com/title/tt0024808/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"imdblookup": "365 Nights in Hollywood 1934",
"status": "free",
"title": "365 Nights in Hollywood",
"year": 1934
},
"http://www.imdb.com/title/tt0024917/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"imdblookup": "Broken Melody, The 1934",
"status": "free",
"title": "Broken Melody, The",
"year": 1934
},
"http://www.imdb.com/title/tt0024978/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Chu-Chin-Chow 1934",
"status": "free",
"title": "Chu-Chin-Chow",
"year": 1934
},
"http://www.imdb.com/title/tt0025452/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "MAN WHO KNEW TOO MUCH 1934",
"status": "free",
"title": "MAN WHO KNEW TOO MUCH",
"year": 1934
},
"http://www.imdb.com/title/tt0025465/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Maniac 1934",
"status": "free",
"title": "Maniac",
"year": 1934
},
"http://www.imdb.com/title/tt0025745/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_r_z.html",
"imdblookup": "Say it with Flowers 1934",
"status": "free",
"title": "Say it with Flowers",
"year": 1934
},
"http://www.imdb.com/title/tt0026195/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Chandu on the Magic Isle 1935",
"status": "free",
"title": "Chandu on the Magic Isle",
"year": 1935
},
"http://www.imdb.com/title/tt0026209/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Chloe, Love Is Calling You 1934",
"status": "free",
"title": "Chloe, Love Is Calling You",
"year": 1934
},
"http://www.imdb.com/title/tt0026270/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Deputy Drummer 1935",
"status": "free",
"title": "Deputy Drummer",
"year": 1935
},
"http://www.imdb.com/title/tt0026455/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Harmony Lane 1935",
"status": "free",
"title": "Harmony Lane",
"year": 1935
},
"http://www.imdb.com/title/tt0026460/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Heart's Desire 1935",
"status": "free",
"title": "Heart's Desire",
"year": 1935
},
"http://www.imdb.com/title/tt0026740/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Murder by Television 1933",
"status": "free",
"title": "Murder by Television",
"year": 1933
},
"http://www.imdb.com/title/tt0026743/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Murder in the Red Barn 1935",
"status": "free",
"title": "Murder in the Red Barn",
"year": 1935
},
"http://www.imdb.com/title/tt0026755/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "MYSTERIOUS MR. WONG 1935",
"status": "free",
"title": "MYSTERIOUS MR. WONG",
"year": 1935
},
"http://www.imdb.com/title/tt0027470/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "COUNTRY GENTLEMEN 1936",
"status": "free",
"title": "COUNTRY GENTLEMEN",
"year": 1936
},
"http://www.imdb.com/title/tt0027481/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Crimes of Stephen 1936",
"status": "free",
"title": "Crimes of Stephen",
"year": 1936
},
"http://www.imdb.com/title/tt0027519/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Devil on Horseback 1936",
"status": "free",
"title": "Devil on Horseback",
"year": 1936
},
"http://www.imdb.com/title/tt0027541/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Doughnuts and Society 1936",
"status": "free",
"title": "Doughnuts and Society",
"year": 1936
},
"http://www.imdb.com/title/tt0027629/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Follow Your Heart 1936",
"status": "free",
"title": "Follow Your Heart",
"year": 1936
},
"http://www.imdb.com/title/tt0027866/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Forbidden Music 1936",
"status": "free",
"title": "Forbidden Music",
"year": 1936
},
"http://www.imdb.com/title/tt0027882/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Let's Sing Again 1936",
"status": "free",
"title": "Let's Sing Again",
"year": 1936
},
"http://www.imdb.com/title/tt0027969/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "MILKY WAY 1936",
"status": "free",
"title": "MILKY WAY",
"year": 1936
},
"http://www.imdb.com/title/tt0028010/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "My Man Godfrey 1936",
"status": "free",
"title": "My Man Godfrey",
"year": 1936
},
"http://www.imdb.com/title/tt0028157/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "It Happened in New Orleans 1936",
"status": "free",
"title": "It Happened in New Orleans",
"year": 1936
},
"http://www.imdb.com/title/tt0028876/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Fit for a King 1937",
"status": "free",
"title": "Fit for a King",
"year": 1937
},
"http://www.imdb.com/title/tt0028931/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Girl Said No 1937",
"status": "free",
"title": "Girl Said No",
"year": 1937
},
"http://www.imdb.com/title/tt0029079/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Cantor's Son, The 1937",
"status": "free",
"title": "Cantor's Son, The",
"year": 1937
},
"http://www.imdb.com/title/tt0029160/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "London Melody 1937",
"status": "free",
"title": "London Melody",
"year": 1937
},
"http://www.imdb.com/title/tt0029193/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Make a Wish 1937",
"status": "free",
"title": "Make a Wish",
"year": 1937
},
"http://www.imdb.com/title/tt0029301/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Never too Late to Mend 1936",
"status": "free",
"title": "Never too Late to Mend",
"year": 1936
},
"http://www.imdb.com/title/tt0029945/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"imdblookup": "Breaking the Ice 1938",
"status": "free",
"title": "Breaking the Ice",
"year": 1938
},
"http://www.imdb.com/title/tt0030063/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Divorce of Lady X 1938",
"status": "free",
"title": "Divorce of Lady X",
"year": 1938
},
"http://www.imdb.com/title/tt0030089/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Duke Is the Tops, The 1938",
"status": "free",
"title": "Duke Is the Tops, The",
"year": 1938
},
"http://www.imdb.com/title/tt0030319/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Millionaire Merry-go-round 1938",
"status": "free",
"title": "Millionaire Merry-go-round",
"year": 1938
},
"http://www.imdb.com/title/tt0030734/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Hooded Terror, The 1938",
"status": "free",
"title": "Hooded Terror, The",
"year": 1938
},
"http://www.imdb.com/title/tt0031077/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"imdblookup": "Band Waggon 1940",
"status": "free",
"title": "Band Waggon",
"year": 1940
},
"http://www.imdb.com/title/tt0031101/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"imdblookup": "Black Eyes 1939",
"status": "free",
"title": "Black Eyes",
"year": 1939
},
"http://www.imdb.com/title/tt0031161/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Climbing High 1939",
"status": "free",
"title": "Climbing High",
"year": 1939
},
"http://www.imdb.com/title/tt0031278/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Escape to Paradise 1939",
"status": "free",
"title": "Escape to Paradise",
"year": 1939
},
"http://www.imdb.com/title/tt0031282/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "ETERNALLY YOURS 1939",
"status": "free",
"title": "ETERNALLY YOURS",
"year": 1939
},
"http://www.imdb.com/title/tt0031289/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "Face at the Window, 1939",
"status": "free",
"title": "Face at the Window,",
"year": 1939
},
"http://www.imdb.com/title/tt0031322/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_c_f.html",
"imdblookup": "FLYING DEUCES 1939",
"status": "free",
"title": "FLYING DEUCES",
"year": 1939
},
"http://www.imdb.com/title/tt0031371/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "Girl from Rio 1939",
"status": "free",
"title": "Girl from Rio",
"year": 1939
},
"http://www.imdb.com/title/tt0031397/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_e_l.html",
"imdblookup": "GULLIVERS TRAVELS 1939",
"status": "free",
"title": "GULLIVERS TRAVELS",
"year": 1939
},
"http://www.imdb.com/title/tt0031602/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Made for Each Other 1939",
"status": "free",
"title": "Made for Each Other",
"year": 1939
},
"http://www.imdb.com/title/tt0031668/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "Moon over Harlem 1939",
"status": "free",
"title": "Moon over Harlem",
"year": 1939
},
"http://www.imdb.com/title/tt0031678/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "MR. MOTO'S LAST WARNING 1939",
"status": "free",
"title": "MR. MOTO'S LAST WARNING",
"year": 1939
},
"http://www.imdb.com/title/tt0031704/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films_m_p.html",
"imdblookup": "MYSTERY OF MR. WONG 1939",
"status": "free",
"title": "MYSTERY OF MR. WONG",
"year": 1939
},
"http://www.imdb.com/title/tt0032247/": {
"freenessurl": "http://www.infodigi.com/Public_Domain/films.html",
"imdblookup": "Beyond Tomorrow 1940",
"status": "free",
"title": "Beyond Tomorrow",
"year": 1940
},