-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfree-movies-publicdomaintorrents.json
4082 lines (4082 loc) · 170 KB
/
free-movies-publicdomaintorrents.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
{
"http://www.imdb.com/title/tt0002281/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1039",
"status": "free",
"title": "The Invaders 1912"
},
"http://www.imdb.com/title/tt0003679/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=902",
"status": "free",
"title": "Charlie Chaplin Between Showers"
},
"http://www.imdb.com/title/tt0003758/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=903",
"status": "free",
"title": "Charlie Chaplin Caught in a Caberet"
},
"http://www.imdb.com/title/tt0003805/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=907",
"status": "free",
"title": "Charlie Chaplin Cruel Cruel Love"
},
"http://www.imdb.com/title/tt0003863/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=908",
"status": "free",
"title": "Charlie Chaplin Dough and Dynamite"
},
"http://www.imdb.com/title/tt0003934/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=917",
"status": "free",
"title": "Charlie Chaplin The Fatal Mallet"
},
"http://www.imdb.com/title/tt0003961/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=909",
"status": "free",
"title": "Charlie Chaplin Film Johnny"
},
"http://www.imdb.com/title/tt0004100/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=916",
"status": "free",
"title": "Charlie Chaplin Musical Tramp"
},
"http://www.imdb.com/title/tt0004101/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=910",
"status": "free",
"title": "Charlie Chaplin Good for Nothing"
},
"http://www.imdb.com/title/tt0004108/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=911",
"status": "free",
"title": "Charlie Chaplin His Trysting Places"
},
"http://www.imdb.com/title/tt0004189/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=912",
"status": "free",
"title": "Charlie Chaplin Kids Auto Race at Venice"
},
"http://www.imdb.com/title/tt0004194/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=918",
"status": "free",
"title": "Charlie Chaplin The Knockout"
},
"http://www.imdb.com/title/tt0004210/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=913",
"status": "free",
"title": "Charlie Chaplin Laffing Gas"
},
"http://www.imdb.com/title/tt0004280/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=914",
"status": "free",
"title": "Charlie Chaplin Mabels Busy Day"
},
"http://www.imdb.com/title/tt0004288/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=915",
"status": "free",
"title": "Charlie Chaplin Making a Living"
},
"http://www.imdb.com/title/tt0004311/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=920",
"status": "free",
"title": "Charlie Chaplin The Masquerader"
},
"http://www.imdb.com/title/tt0004395/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=921",
"status": "free",
"title": "Charlie Chaplin The New Janitor"
},
"http://www.imdb.com/title/tt0004546/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=923",
"status": "free",
"title": "Charlie Chaplin The Rounders"
},
"http://www.imdb.com/title/tt0004637/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=919",
"status": "free",
"title": "Charlie Chaplin The Landladys Pet"
},
"http://www.imdb.com/title/tt0004670/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=904",
"status": "free",
"title": "Charlie Chaplin Charlot Charlies Recreation"
},
"http://www.imdb.com/title/tt0004693/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=922",
"status": "free",
"title": "Charlie Chaplin The Rival Mashers"
},
"http://www.imdb.com/title/tt0004707/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=924",
"status": "free",
"title": "Charlie Chaplin Tillies Punctured Romance"
},
"http://www.imdb.com/title/tt0004736/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=925",
"status": "free",
"title": "Charlie Chaplin Twenty Minutes of Love"
},
"http://www.imdb.com/title/tt0005719/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1041",
"status": "free",
"title": "The Martyrs of the Alamo"
},
"http://www.imdb.com/title/tt0011130/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=210",
"status": "free",
"title": "Dr Jeckyll and Mr Hyde"
},
"http://www.imdb.com/title/tt0011394/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=162",
"status": "free",
"title": "Last of the Mohicans (Silent movie)"
},
"http://www.imdb.com/title/tt0011541/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=900",
"status": "free",
"title": "One Week"
},
"http://www.imdb.com/title/tt0012349/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=285",
"status": "free",
"title": "The Kid"
},
"http://www.imdb.com/title/tt0012543/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=318",
"status": "free",
"title": "The Paleface"
},
"http://www.imdb.com/title/tt0012945/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=364",
"status": "free",
"title": "The Blacksmith"
},
"http://www.imdb.com/title/tt0013257/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1022",
"status": "free",
"title": "Haxan"
},
"http://www.imdb.com/title/tt0014142/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=191",
"status": "free",
"title": "The Hunchback of Notre Dame"
},
"http://www.imdb.com/title/tt0015772/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=356",
"status": "free",
"title": "The Eagle"
},
"http://www.imdb.com/title/tt0016039/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=388",
"status": "free",
"title": "The Lost World"
},
"http://www.imdb.com/title/tt0016220/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=189",
"status": "free",
"title": "The Phantom of the Opera"
},
"http://www.imdb.com/title/tt0016654/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=323",
"status": "free",
"title": "The Black Pirate"
},
"http://www.imdb.com/title/tt0017350/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=287",
"status": "free",
"title": "The Scarlet Letter"
},
"http://www.imdb.com/title/tt0017667/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=60",
"status": "free",
"title": "The Beloved Rogue"
},
"http://www.imdb.com/title/tt0017925/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=284",
"status": "free",
"title": "The General"
},
"http://www.imdb.com/title/tt0019421/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=118",
"status": "free",
"title": "Steamboat Bill"
},
"http://www.imdb.com/title/tt0019596/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=996",
"status": "free",
"title": "Won in the Clouds"
},
"http://www.imdb.com/title/tt0019682/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=952",
"status": "free",
"title": "Bees Buzz"
},
"http://www.imdb.com/title/tt0019933/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=134",
"status": "free",
"title": "Glorifying the American Girl"
},
"http://www.imdb.com/title/tt0019946/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=215",
"status": "free",
"title": "The Great Gabbo"
},
"http://www.imdb.com/title/tt0020030/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=387",
"status": "free",
"title": "The Iron Mask"
},
"http://www.imdb.com/title/tt0020500/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1020",
"status": "free",
"title": "Thundering Thompson"
},
"http://www.imdb.com/title/tt0020758/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=133",
"status": "free",
"title": "Check and Double Check"
},
"http://www.imdb.com/title/tt0020828/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=131",
"status": "free",
"title": "Dixiana"
},
"http://www.imdb.com/title/tt0020927/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=366",
"status": "free",
"title": "The Golf Specialist"
},
"http://www.imdb.com/title/tt0021134/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=96",
"status": "free",
"title": "The Medicine Man"
},
"http://www.imdb.com/title/tt0021202/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=293",
"status": "free",
"title": "The Oklahoma Cyclone"
},
"http://www.imdb.com/title/tt0021287/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=555",
"status": "free",
"title": "Reaching for the Moon"
},
"http://www.imdb.com/title/tt0021828/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=267",
"status": "free",
"title": "East of Borneo"
},
"http://www.imdb.com/title/tt0022243/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=303",
"status": "free",
"title": "Painted Desert"
},
"http://www.imdb.com/title/tt0022373/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=967",
"status": "free",
"title": "The Sleeping Cardinal.1931.Sherlock Holmes Fatal Hour"
},
"http://www.imdb.com/title/tt0022689/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=264",
"status": "free",
"title": "Bird of Paradise"
},
"http://www.imdb.com/title/tt0022807/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=368",
"status": "free",
"title": "The Dentist"
},
"http://www.imdb.com/title/tt0022879/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=321",
"status": "free",
"title": "A Farewell to Arms"
},
"http://www.imdb.com/title/tt0022883/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=389",
"status": "free",
"title": "The Fatal Glass of Beer"
},
"http://www.imdb.com/title/tt0022921/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=92",
"status": "free",
"title": "Broadway to Cheyenne"
},
"http://www.imdb.com/title/tt0022961/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=176",
"status": "free",
"title": "Three Broadway Girls"
},
"http://www.imdb.com/title/tt0023038/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=650",
"status": "free",
"title": "The Hurricane Express 9 The Invisible Enemy"
},
"http://www.imdb.com/title/tt0023145/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=977",
"status": "free",
"title": "The Phantom Fiend"
},
"http://www.imdb.com/title/tt0023236/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=221",
"status": "free",
"title": "The Monster Walks"
},
"http://www.imdb.com/title/tt0023243/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=68",
"status": "free",
"title": "Mr Robinson Crusoe"
},
"http://www.imdb.com/title/tt0023456/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=718",
"status": "free",
"title": "Shadow of the Eagle 9 When Thieves Fall Out"
},
"http://www.imdb.com/title/tt0023469/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=391",
"status": "free",
"title": "Sherlock Holmes - The Sign of Four"
},
"http://www.imdb.com/title/tt0023498/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=109",
"status": "free",
"title": "Speak Easily"
},
"http://www.imdb.com/title/tt0023604/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1017",
"status": "free",
"title": "Tombstone Canyon"
},
"http://www.imdb.com/title/tt0023669/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=390",
"status": "free",
"title": "War Babies"
},
"http://www.imdb.com/title/tt0023694/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=22",
"status": "free",
"title": "White Zombie"
},
"http://www.imdb.com/title/tt0023808/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=370",
"status": "free",
"title": "The Big Chance"
},
"http://www.imdb.com/title/tt0023935/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=402",
"status": "free",
"title": "The Death Kiss"
},
"http://www.imdb.com/title/tt0024210/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=400",
"status": "free",
"title": "The Kennel Murder Case"
},
"http://www.imdb.com/title/tt0024500/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=795",
"status": "free",
"title": "Riders of Destiny"
},
"http://www.imdb.com/title/tt0024516/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=311",
"status": "free",
"title": "Sagebrush Trail"
},
"http://www.imdb.com/title/tt0024548/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1038",
"status": "free",
"title": "She Done Him Wrong"
},
"http://www.imdb.com/title/tt0024554/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=222",
"status": "free",
"title": "A Shriek in the Night"
},
"http://www.imdb.com/title/tt0024605/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=950",
"status": "free",
"title": "The Sphinx"
},
"http://www.imdb.com/title/tt0024625/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=395",
"status": "free",
"title": "Sherlock Holmes - A Study in Scarlet"
},
"http://www.imdb.com/title/tt0024663/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=698",
"status": "free",
"title": "The Three Musketeers 9 The Fatal Cave"
},
"http://www.imdb.com/title/tt0024727/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=216",
"status": "free",
"title": "The Vampire Bat"
},
"http://www.imdb.com/title/tt0024787/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=187",
"status": "free",
"title": "The World Gone Mad"
},
"http://www.imdb.com/title/tt0024870/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=958",
"status": "free",
"title": "Beggars in Ermine"
},
"http://www.imdb.com/title/tt0024902/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=308",
"status": "free",
"title": "Blue Steel"
},
"http://www.imdb.com/title/tt0025303/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=844",
"status": "free",
"title": "In Old Santa Fe"
},
"http://www.imdb.com/title/tt0025335/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=327",
"status": "free",
"title": "Judge Priest"
},
"http://www.imdb.com/title/tt0025349/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=545",
"status": "free",
"title": "King Kelly of the USA"
},
"http://www.imdb.com/title/tt0025373/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=865",
"status": "free",
"title": "The Lawless Frontier"
},
"http://www.imdb.com/title/tt0025420/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=202",
"status": "free",
"title": "Lost Jungle"
},
"http://www.imdb.com/title/tt0025440/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=863",
"status": "free",
"title": "The Lucky Texan"
},
"http://www.imdb.com/title/tt0025455/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=861",
"status": "free",
"title": "The Man from Utah"
},
"http://www.imdb.com/title/tt0025465/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=181",
"status": "free",
"title": "Maniac"
},
"http://www.imdb.com/title/tt0025515/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=422",
"status": "free",
"title": "The Moonstone"
},
"http://www.imdb.com/title/tt0025543/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=417",
"status": "free",
"title": "Mystery Liner"
},
"http://www.imdb.com/title/tt0025619/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=132",
"status": "free",
"title": "Palooka"
},
"http://www.imdb.com/title/tt0025699/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=850",
"status": "free",
"title": "Randy Rides Alone"
},
"http://www.imdb.com/title/tt0025748/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=324",
"status": "free",
"title": "The Scarlet Pimpernel"
},
"http://www.imdb.com/title/tt0025762/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1026",
"status": "free",
"title": "Sensation Hunters"
},
"http://www.imdb.com/title/tt0025830/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=859",
"status": "free",
"title": "The Star Packer"
},
"http://www.imdb.com/title/tt0025845/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1059",
"status": "free",
"title": "Successful Failure"
},
"http://www.imdb.com/title/tt0025962/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=987",
"status": "free",
"title": "Way of the West"
},
"http://www.imdb.com/title/tt0025969/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=856",
"status": "free",
"title": "West of the Divide"
},
"http://www.imdb.com/title/tt0026029/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=876",
"status": "free",
"title": "The 39 Steps"
},
"http://www.imdb.com/title/tt0026052/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=944",
"status": "free",
"title": "Alias John Law"
},
"http://www.imdb.com/title/tt0026157/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=63",
"status": "free",
"title": "Bulldog Courage"
},
"http://www.imdb.com/title/tt0026652/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=351",
"status": "free",
"title": "The Lost City 9"
},
"http://www.imdb.com/title/tt0026740/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=420",
"status": "free",
"title": "Murder by Television"
},
"http://www.imdb.com/title/tt0026755/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=71",
"status": "free",
"title": "The Mysterious Mr Wong"
},
"http://www.imdb.com/title/tt0026759/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=342",
"status": "free",
"title": "Phantom Ship"
},
"http://www.imdb.com/title/tt0026772/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=674",
"status": "free",
"title": "The New Adventures of Tarzan 9 Dooms Brink"
},
"http://www.imdb.com/title/tt0026846/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=848",
"status": "free",
"title": "Paradise Canyon"
},
"http://www.imdb.com/title/tt0026972/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=882",
"status": "free",
"title": "Scrooge 1935"
},
"http://www.imdb.com/title/tt0027069/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1062",
"status": "free",
"title": "Symphony of Living"
},
"http://www.imdb.com/title/tt0027087/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=854",
"status": "free",
"title": "Texas Terror"
},
"http://www.imdb.com/title/tt0027121/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1018",
"status": "free",
"title": "Tomorrows Youth"
},
"http://www.imdb.com/title/tt0027136/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=392",
"status": "free",
"title": "The Triumph of Sherlock Holmes"
},
"http://www.imdb.com/title/tt0027184/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=986",
"status": "free",
"title": "Waterfront Lady"
},
"http://www.imdb.com/title/tt0027289/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=961",
"status": "free",
"title": "Ambush Valley"
},
"http://www.imdb.com/title/tt0027348/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=955",
"status": "free",
"title": "Below the Deadline"
},
"http://www.imdb.com/title/tt0027361/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=565",
"status": "free",
"title": "The Big Show"
},
"http://www.imdb.com/title/tt0027452/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=777",
"status": "free",
"title": "The Clutching Hand 9 Evil Eyes"
},
"http://www.imdb.com/title/tt0027496/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=214",
"status": "free",
"title": "The Dancing Pirate"
},
"http://www.imdb.com/title/tt0027697/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=421",
"status": "free",
"title": "Great Guy"
},
"http://www.imdb.com/title/tt0027893/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=355",
"status": "free",
"title": "Little Lord Fauntleroy"
},
"http://www.imdb.com/title/tt0028163/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=300",
"status": "free",
"title": "Man of the Frontier"
},
"http://www.imdb.com/title/tt0028174/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=26",
"status": "free",
"title": "Revolt of the Zombies"
},
"http://www.imdb.com/title/tt0028181/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=883",
"status": "free",
"title": "Ride Ranger Ride"
},
"http://www.imdb.com/title/tt0028260/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=564",
"status": "free",
"title": "Sitting on the Moon"
},
"http://www.imdb.com/title/tt0028283/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=79",
"status": "free",
"title": "Song of the Gringo"
},
"http://www.imdb.com/title/tt0028346/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=570",
"status": "free",
"title": "Reefer Madness"
},
"http://www.imdb.com/title/tt0028358/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=875",
"status": "free",
"title": "Things To Come"
},
"http://www.imdb.com/title/tt0028444/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=468",
"status": "free",
"title": "Undersea Kingdom part 9"
},
"http://www.imdb.com/title/tt0028508/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=271",
"status": "free",
"title": "Wild Cat"
},
"http://www.imdb.com/title/tt0028511/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=281",
"status": "free",
"title": "Winterset"
},
"http://www.imdb.com/title/tt0028521/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1032",
"status": "free",
"title": "Sinful Cargo"
},
"http://www.imdb.com/title/tt0028557/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=941",
"status": "free",
"title": "Affairs of Cappy Ricks"
},
"http://www.imdb.com/title/tt0028582/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=78",
"status": "free",
"title": "Arizona Days"
},
"http://www.imdb.com/title/tt0028607/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=945",
"status": "free",
"title": "Bank Alarm"
},
"http://www.imdb.com/title/tt0028653/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=314",
"status": "free",
"title": "Hell Town"
},
"http://www.imdb.com/title/tt0028667/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=30",
"status": "free",
"title": "Bulldog Drummond Comes Back"
},
"http://www.imdb.com/title/tt0028668/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=28",
"status": "free",
"title": "Bulldog Drummond Escapes"
},
"http://www.imdb.com/title/tt0028670/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=34",
"status": "free",
"title": "Bulldog Drummonds Revenge"
},
"http://www.imdb.com/title/tt0028785/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=743",
"status": "free",
"title": "Dick Tracy 9 The Stratosphere Adventure"
},
"http://www.imdb.com/title/tt0028872/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=963",
"status": "free",
"title": "Fire Over England"
},
"http://www.imdb.com/title/tt0028931/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=993",
"status": "free",
"title": "With Words and Music"
},
"http://www.imdb.com/title/tt0029289/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=77",
"status": "free",
"title": "The Mystery of the Hooded Horseman"
},
"http://www.imdb.com/title/tt0029445/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=849",
"status": "free",
"title": "Public Cowboy #1"
},
"http://www.imdb.com/title/tt0029482/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=563",
"status": "free",
"title": "Rhythm in the Clouds"
},
"http://www.imdb.com/title/tt0029486/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=851",
"status": "free",
"title": "Riders of the Whistling Skull"
},
"http://www.imdb.com/title/tt0029501/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=80",
"status": "free",
"title": "Round-up Time in Texas"
},
"http://www.imdb.com/title/tt0029508/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=730",
"status": "free",
"title": "SOS Coast Guard 9 Wolves at Bay"
},
"http://www.imdb.com/title/tt0029544/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1029",
"status": "free",
"title": "Shadows of the Orient"
},
"http://www.imdb.com/title/tt0029565/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=393",
"status": "free",
"title": "Sherlock Holmes - Murder at the Baskervilles"
},
"http://www.imdb.com/title/tt0029568/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=76",
"status": "free",
"title": "Sing Cowboy Sing"
},
"http://www.imdb.com/title/tt0029578/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1047",
"status": "free",
"title": "Slaves in Bondage"
},
"http://www.imdb.com/title/tt0029602/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=81",
"status": "free",
"title": "Springtime in the Rockies"
},
"http://www.imdb.com/title/tt0029606/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=104",
"status": "free",
"title": "A Star is Born"
},
"http://www.imdb.com/title/tt0029626/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=175",
"status": "free",
"title": "Swing Hi, Swing lo"
},
"http://www.imdb.com/title/tt0029682/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1043",
"status": "free",
"title": "Topper"
},
"http://www.imdb.com/title/tt0029712/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=62",
"status": "free",
"title": "Under the Red Robe"
},
"http://www.imdb.com/title/tt0029799/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=978",
"status": "free",
"title": "The Wrong Road"
},
"http://www.imdb.com/title/tt0029812/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=998",
"status": "free",
"title": "Youth on Parole"
},
"http://www.imdb.com/title/tt0029855/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=413",
"status": "free",
"title": "Algiers"
},
"http://www.imdb.com/title/tt0029898/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=946",
"status": "free",
"title": "Barefoot Boy"
},
"http://www.imdb.com/title/tt0029915/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=835",
"status": "free",
"title": "Billy the Kid Returns"
},
"http://www.imdb.com/title/tt0029951/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=29",
"status": "free",
"title": "Bulldog Drummond in Africa"
},
"http://www.imdb.com/title/tt0029952/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=31",
"status": "free",
"title": "Bulldog Drummonds Peril"
},
"http://www.imdb.com/title/tt0029989/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=938",
"status": "free",
"title": "Child Bride"
},
"http://www.imdb.com/title/tt0030057/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=73",
"status": "free",
"title": "The Devils Party"
},
"http://www.imdb.com/title/tt0030089/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=136",
"status": "free",
"title": "The Duke is Tops"
},
"http://www.imdb.com/title/tt0030473/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=70",
"status": "free",
"title": "Mr Wong Detective"
},
"http://www.imdb.com/title/tt0030556/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=292",
"status": "free",
"title": "Paroled to Die"
},
"http://www.imdb.com/title/tt0030625/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=164",
"status": "free",
"title": "Prison Break"
},
"http://www.imdb.com/title/tt0030689/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=75",
"status": "free",
"title": "Rollin Plains"
},
"http://www.imdb.com/title/tt0030736/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1031",
"status": "free",
"title": "Shadows Over Shanghai"
},
"http://www.imdb.com/title/tt0030754/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=969",
"status": "free",
"title": "Sinners in Paradise"
},
"http://www.imdb.com/title/tt0030756/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1036",
"status": "free",
"title": "Six-Gun Trail"
},
"http://www.imdb.com/title/tt0030763/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1040",
"status": "free",
"title": "Slander House"
},
"http://www.imdb.com/title/tt0030832/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=67",
"status": "free",
"title": "Tarzan and the Green Goddess"
},
"http://www.imdb.com/title/tt0030833/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=156",
"status": "free",
"title": "Tarzans Revenge"
},
"http://www.imdb.com/title/tt0030839/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=972",
"status": "free",
"title": "Telephone Operator"
},
"http://www.imdb.com/title/tt0030893/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1044",
"status": "free",
"title": "Trigger Pals"
},
"http://www.imdb.com/title/tt0030911/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=979",
"status": "free",
"title": "Under the Big Top"
},
"http://www.imdb.com/title/tt0030933/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1007",
"status": "free",
"title": "The Beachcomber"
},
"http://www.imdb.com/title/tt0031002/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1063",
"status": "free",
"title": "The Young in Heart"
},
"http://www.imdb.com/title/tt0031070/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=947",
"status": "free",
"title": "Bad Boy"
},
"http://www.imdb.com/title/tt0031125/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=32",
"status": "free",
"title": "Bulldog Drummonds Secret Police"
},
"http://www.imdb.com/title/tt0031216/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=838",
"status": "free",
"title": "Days of Jesse James"
},
"http://www.imdb.com/title/tt0031282/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=937",
"status": "free",
"title": "Eternally Yours"
},
"http://www.imdb.com/title/tt0031322/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=362",
"status": "free",
"title": "Flying Deuces"
},
"http://www.imdb.com/title/tt0031387/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=223",
"status": "free",
"title": "The Gorilla"
},
"http://www.imdb.com/title/tt0031440/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=167",
"status": "free",
"title": "My Love for Yours"
},
"http://www.imdb.com/title/tt0031478/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=312",
"status": "free",
"title": "In Old Caliente"
},
"http://www.imdb.com/title/tt0031580/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=382",
"status": "free",
"title": "The Little Princess"
},
"http://www.imdb.com/title/tt0031709/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=399",
"status": "free",
"title": "Nancy Drew Reporter"
},
"http://www.imdb.com/title/tt0031784/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=135",
"status": "free",
"title": "Paradise in Harlem"
},
"http://www.imdb.com/title/tt0031796/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=662",
"status": "free",
"title": "The Phantom Creeps 9 Speeding Doom"
},
"http://www.imdb.com/title/tt0031880/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=313",
"status": "free",
"title": "Rough Riders Round-Up"
},
"http://www.imdb.com/title/tt0031927/": {
"freenessurl": "http://www.publicdomaintorrents.info/nshowmovie.html?movieid=1034",
"status": "free",
"title": "Singing Cowgirl"