trackers2.json (view raw)
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 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 |
{
"trackers": [
{
"name": "0day.kiev",
"description": "0day.kiev.ua is a RUSSIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Console, General"
},
{
"name": "2 Fast 4 You",
"description": "2 Fast 4 You is a FRENCH Private site for TV / MOVIES / GENERAL",
"type": "TV, PC, General, Audio, Books, Movies"
},
{
"name": "3D Torrents",
"description": "3D Torrents (3DT) is a Private Torrent Tracker for 3D HD / BLURAY MOVIES",
"type": "Movies, PC, Audio, XXX, General"
},
{
"name": "4thD",
"description": "4th Dimension is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Audio, Books"
},
{
"name": "52PT",
"description": "52PT is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "720pier",
"description": "720pier is a RUSSIAN Private Torrent Tracker for HD SPORTS",
"type": "Sports"
},
{
"name": "Abnormal",
"description": "General French Private Tracker",
"type": ""
},
{
"name": "Acid-Lounge",
"description": "Acid Lounge (A-L) is a Private Torrent Tracker for 0DAY / GENERAL",
"type": "PC, TV, Audio, General, Books, Console, Movies, XXX"
},
{
"name": "Aftershock",
"description": "Aftershock is a HUNGARIAN Private Torrent Tracker for MOVIES / GENERAL",
"type": "Movies, Books, Audio, XXX, PC, Console, General, TV"
},
{
"name": "Amigos Share Club",
"description": "Amigos Share Club is a Brazilian Private site for TV / MOVIES / GENERAL",
"type": "XXX, TV, PC, Books, Audio, Movies, Console, General"
},
{
"name": "ArabaFenice",
"description": "Araba Fenice (Phoenix) is an ITALIAN Private site for TV / MOVIES / GENERAL",
"type": "Movies, TV, XXX, General, Audio, Books, Console, PC"
},
{
"name": "Asgaard",
"description": "Asgaard (AG) is a NORDIC Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Movies, Audio, PC, Books, Console"
},
{
"name": "AST4u",
"description": "AST4u is a GERMAN Private site for TV / MOVIES / ANIME / HENTAI",
"type": "TV, Audio, Books, XXX, PC, Movies, General, Console"
},
{
"name": "Audiobook Torrents",
"description": "Audiobook Torrents (ABT) is a Private Torrent Tracker for AUDIOBOOKS",
"type": "Audio"
},
{
"name": "Awesome-HD",
"description": "An HD tracker",
"type": "Movies, TV"
},
{
"name": "Back-ups",
"description": "Back-Ups is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Console, TV, PC, Movies, Audio, Books"
},
{
"name": "bB",
"description": "BaconBits (bB) is a Private Torrent Tracker for 0DAY / GENERAL",
"type": ""
},
{
"name": "BeiTai",
"description": "BeiTai is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "BIGTorrent",
"description": "BIGTorrent is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, General, PC, Audio, Console, Books, TV, XXX"
},
{
"name": "BigTower",
"description": "Big Tower is an ITALIAN Private site for TV / MOVIES / GENERAL",
"type": "Movies, TV, PC, Audio, General, Books"
},
{
"name": "Bit-City Reloaded",
"description": "A German general tracker.",
"type": "MoviesOther); // Movie/XviD, TVOTHER); // Serie/XviD"
},
{
"name": "BIT-HDTV",
"description": "Home of high definition invites",
"type": ""
},
{
"name": "BiT-TiTAN",
"description": "BiT-TiTAN is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, XXX, PC, Console, Audio, Books, General"
},
{
"name": "Bithorlo",
"description": "Bithorlo (BHO) is a HUNGARIAN Private Torrent Tracker for MOVIES / GENERAL",
"type": "Books, Console, PC, Movies, TV, Audio, General, XXX"
},
{
"name": "BitHUmen",
"description": "BitHUmen is a Hungarian Private site for TV / MOVIES / GENERAL",
"type": "Movies, XXX, TV, Books, Audio, PC, Console, General"
},
{
"name": "Bittorrentfiles",
"description": "Bittorrentfiles is a Private GERMAN tracker",
"type": "Movies, TV, PC, Console, Audio, Books, General, XXX"
},
{
"name": "BitTurk",
"description": "BitTurk is a Turkish Private Torrent Tracker for HD MOVIES / TV / GENERAL. This Indexer is for English only.",
"type": "Movies, XXX, TV, Audio, Console, PC, General, Books"
},
{
"name": "BJ-Share",
"description": "A brazilian tracker.",
"type": "Anime, PC, General, Audiobooks, TV, Books, Sports, Movies, Audio, Magazines, Games, XXX"
},
{
"name": "BlueBird",
"description": "BlueBird is a RUSSIAN Private Torrent Tracker for HD MOVIES",
"type": "Movies, TV, Audio, XXX, General"
},
{
"name": "Boxing Torrents",
"description": "Boxing Torrents is a Private Torrent Tracker for BOXING",
"type": "TV"
},
{
"name": "BrasilTracker",
"description": "BrasilTracker is a BRAZILIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "General"
},
{
"name": "BroadcastTheNet",
"description": "Broadcasthe.net (BTN) is an invite-only torrent tracker focused on TV shows",
"type": "TV"
},
{
"name": "BroadCity",
"description": "BroadCity is a TURKISH Private Torrent Tracker for MOVIES and TV",
"type": "Movies, TV"
},
{
"name": "BRObits",
"description": "BRObits is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV"
},
{
"name": "BTGigs",
"description": "BTGigs (TG) is a POLISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Audio, TV, PC, Books, Movies, Console, General, XXX"
},
{
"name": "BTNext",
"description": "BTNext (BTNT) is a PORTUGUESE Private Torrent Tracker for 0DAY / GENERAL",
"type": "General, Movies, Console, TV, Audio, PC, Books, XXX"
},
{
"name": "BTSCHOOL",
"description": "BTSCHOOL is a CHINESE Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Audio, General"
},
{
"name": "Carpathians",
"description": "Carpathians is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Books, Movies, PC, Console, Audio, TV, XXX"
},
{
"name": "Casa-Torrent",
"description": "Casa-Torrent is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, Books, Audio, XXX, TV, Console, PC, General"
},
{
"name": "CCFBits",
"description": "CCFBits is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "ChannelX",
"description": "ChannelX is a Private Torrent Tracker for High Quality Optimized HD MOVIES / TV",
"type": "Movies, TV, Audio"
},
{
"name": "CHDBits",
"description": "CHDBits is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "Cinemageddon",
"description": "B-movie tracker",
"type": "Movies"
},
{
"name": "CinemaMovies",
"description": "CinemaMovies is a POLISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, General, Audio, Books"
},
{
"name": "Cinematik",
"description": "Tracker for non-hollywood movies.",
"type": "Movies"
},
{
"name": "Classix",
"description": "Classic movie tracker",
"type": "Movies"
},
{
"name": "Crazy's Corner",
"description": "Crazy's Corner is a Private Torrent Tracker for MUSIC",
"type": "Audio"
},
{
"name": "CrazyHD",
"description": "CrazyHD is a BANGLADESHI Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Console, Audio, Books, General"
},
{
"name": "CrazySpirits",
"description": "Crazy Spirits is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Movies, XXX, PC, Console, Audio, Books"
},
{
"name": "CrnaBerza",
"description": "Crna Berza is a BALKAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Books, Audio, General, XXX"
},
{
"name": "DanishBits",
"description": "A danish closed torrent tracker",
"type": ""
},
{
"name": "Das Unerwartete",
"description": "Das Unerwartete is a Private GERMAN tracker",
"type": "Audio, Movies, TV, Console, PC, Books, General, XXX"
},
{
"name": "DataScene",
"description": "DataScene (DS) is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, PC, Books, Console, General, Movies, Audio, XXX"
},
{
"name": "DesiReleasers",
"description": "DesiReleasers is an INDIAN Private Torrent Tracker for INDIAN MOVIES",
"type": "Movies, TV, Audio, Console"
},
{
"name": "Diablo Torrent",
"description": " Diablo Torrent is a Hungarian Private site for TV / MOVIES / GENERAL",
"type": "Movies, TV, Audio, General, PC, Console, XXX, Books"
},
{
"name": "DigitalCore",
"description": "DigitalCore is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, General, PC, Mac Software, Audio, Games, Console, Books, XXX"
},
{
"name": "DigitalHive",
"description": "DigitalHive is one of the oldest general trackers",
"type": ""
},
{
"name": "DivTeam",
"description": "DivTeam is a SPANISH Private Torrent Tracker for MOVIES / GENERAL",
"type": "Movies, TV, Books, PC, Console, Audio"
},
{
"name": "DocumentaryTorrents",
"description": "Documentary Torrents (DT) is a Private Torrent Tracker for E-LEARNING MOVIES / TV",
"type": "TV, Books, Audio"
},
{
"name": "Downloadville",
"description": "Downloadville is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Books, General"
},
{
"name": "Dragonworld Reloaded",
"description": "Dragonworld Reloaded is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, General, XXX"
},
{
"name": "DXDHD",
"description": "DXDHD is a Private General Tracker",
"type": "Movies, TV, Audio, PC, Books, General, XXX"
},
{
"name": "EbookParadijs",
"description": "EbookParadijs is a DUTCH Private Tracker for EBOOKS",
"type": "Books"
},
{
"name": "Ebooks-Shares",
"description": "Ebooks-Shares is a Private Torrent Tracker for EBOOKS / AUDIOBOOKS",
"type": "Audio, Books"
},
{
"name": "EggMeOn",
"description": "EggMeOn is a Private Torrent Tracker for nostalgic TV / CONSOLE / PODCASTS",
"type": "TV, Audio, Console, Movies, Books"
},
{
"name": "Elite-Tracker",
"description": "French Torrent Tracker",
"type": "Anime, PC, Android, iOS, Mac Software, TV, Books, Movies, Console, Games, Audio, Sports, XXX"
},
{
"name": "eStone",
"description": "eStone (XiDER, BeLoad) is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, General, XXX"
},
{
"name": "Ethor.net (Thor's Land)",
"description": "A French gerneral tracker",
"type": "PC, Movies, Console, Audio, TV, Books, General, XXX"
},
{
"name": "ExtremeTorrents",
"description": "ExtremeTorrents is a DUTCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, XXX, Audio, Books, TV, PC, General, Console"
},
{
"name": "FANO.IN",
"description": "Fano.in is a LATVIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, PC, Audio, Books, Console, General, XXX"
},
{
"name": "FeedUrNeed",
"description": "FeedUrNeed (FuN) is a ratioless Private Torrent Tracker for MOVIES / TV",
"type": "Books, Audio, PC, TV, Movies, Console, XXX"
},
{
"name": "FileList",
"description": "The best Romanian site.",
"type": "Anime, Audio, TV, General, Books, Movies, Console, Games, PC, Phone, Sports, XXX"
},
{
"name": "Film-Paleis",
"description": "Film-Paleis is a DUTCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, Audio, XXX, PC, Console, General, TV, Books"
},
{
"name": "FinVip",
"description": "FinVip is a FINNISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Books, Movies, Audio, PC, Console, XXX, General"
},
{
"name": "FreeTorrent",
"description": "FreeTorrent is a Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, PC, Books"
},
{
"name": "FullMixMusic",
"description": "FullMixMusic is a HUNGARIAN Private Torrent Tracker for MUSIC",
"type": ""
},
{
"name": "FunFile",
"description": "A general tracker",
"type": ""
},
{
"name": "FunkyTorrents",
"description": "FunkyTorrents (FT) is a Private Torrent Tracker for MUSIC",
"type": ""
},
{
"name": "Fuzer",
"description": "Fuzer is a private torrent website with israeli torrents.",
"type": "Movies, TV, Audio, Games, Console, Phone, Android, PC, iOS, Mac Software, XXX, General, Books"
},
{
"name": "Galeriens",
"description": "Galeriens is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Console, PC, Books, Audio"
},
{
"name": "gay-torrents.org",
"description": "Gay-Torrents.org is a Private Torrent Tracker for GAY XXX",
"type": "XXX, Movies, TV, General, PC, Books"
},
{
"name": "GAYtorrent.ru",
"description": "GayTorrent.ru is a Private Torrent Tracker for GAY XXX",
"type": "XXX, Books, PC, Movies, TV"
},
{
"name": "Generation-Free",
"description": "Generation-Free is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, PC, Books, Audio, Movies, XXX"
},
{
"name": "GFXPeers",
"description": "GFXPeers is a ratio-based torrent tracker for all things graphic design and visual effects",
"type": "PC, General"
},
{
"name": "GigaTorrents",
"description": "Giga Torrents is a Hungarian Private site for TV / MOVIES / GENERAL",
"type": "TV, Movies, PC, General, XXX, Books, Console, Audio"
},
{
"name": "GimmePeers",
"description": "Formerly ILT",
"type": ""
},
{
"name": "Girotorrent",
"description": "Girotorrent is an ITALIAN Private site for TV / MOVIES / GENERAL",
"type": "Books, Audio, Movies, TV, PC, Console, General"
},
{
"name": "Greek Team",
"description": "Greek Team is a GREEK Private site for TV / MOVIES / GENERAL",
"type": "TV, Books, Console, PC, General, Movies, Audio"
},
{
"name": "GreekLegends",
"description": "Greek Legends is a Private Torrent Tracker for High Quality Content",
"type": "Movies, TV, Audio, PC, Books, Console, General"
},
{
"name": "HacheDe",
"description": "HacheDe is a SPANISH site for HD content",
"type": "Movies, TV, General, XXX"
},
{
"name": "HD-Bits.com",
"description": "HD tracker",
"type": "Audio, Movies, TV, PC, XXX"
},
{
"name": "HD-Olimpo",
"description": "HD-Olimpo is a SPANISH site for HD content",
"type": "Movies, TV, Anime, Sports, XXX, Audio"
},
{
"name": "HD-Only",
"description": "HD-Only (HD-O) is a FRENCH Private Torrent Tracker for HD MOVIES / TV",
"type": "TV, Movies, Anime, Audio, General"
},
{
"name": "HD-Spain",
"description": "HD-Spain is a SPANISH site for HD content",
"type": "Movies, TV, Audio, XXX"
},
{
"name": "HD4FANS",
"description": "HD4FANS is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, General"
},
{
"name": "HDArea",
"description": "HDArea is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "HDCenter",
"description": "An German HD tracker",
"type": "Movies, TV, XXX, Audio, PC"
},
{
"name": "HDCity",
"description": "HDCity is a SPANISH site for HD content",
"type": "Movies, TV, Audio, XXX"
},
{
"name": "HDDisk",
"description": "HDDisk (HDD) is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Console, Audio, PC, General"
},
{
"name": "HDDolby",
"description": "HD Dolby is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, General, Console, Books"
},
{
"name": "HDHome",
"description": "HDHome (HDBiger) is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "HDME",
"description": "HDME is a Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "TV, PC, Movies, Audio, General, XXX"
},
{
"name": "HDRoute",
"description": "HDRoute is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "HDSky",
"description": "HDSky is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "HDtime",
"description": "HDtime is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Audio, Books, General"
},
{
"name": "HDTorrents.it",
"description": "HDTorrents.it is an ITALIAN Private site for TV / MOVIES",
"type": "Movies, TV"
},
{
"name": "HDTurk",
"description": "HDTurk is a TURKISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "General, Books, TV, Movies, Audio, Console, PC, XXX"
},
{
"name": "HDU",
"description": "HDU is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, General, PC"
},
{
"name": "HDZone",
"description": "HDZone is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "HQSource",
"description": "HQSource (HQS) is a POLISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, General, PC, XXX"
},
{
"name": "HuSh",
"description": "HuSh is a community-built Movie/TV/FANRES database.",
"type": "Movies, TV"
},
{
"name": "ICE Torrent",
"description": "ICE Torrent is a ratioless ROMANIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "PC, Audio, Books, General, TV, Movies, Console, XXX"
},
{
"name": "ImmortalSeed",
"description": "ImmortalSeed (iS) is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "General, Anime, PC, Audiobooks, TV, Comics, Games, Console, Phone, Movies, Audio, Sports, Books, Magazines, iOS, Android"
},
{
"name": "Immortuos",
"description": "Immortuos is a GERMAN Private Tracker for MOVIES / TV",
"type": "Movies, TV, Audio, PC, XXX, Console, General"
},
{
"name": "inPeril",
"description": "InPeril is a LATVIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "TV, PC, General, Movies, Audio, XXX"
},
{
"name": "Kapaki",
"description": "Kapaki is a GREEK Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Movies, Audio, Console, PC, Books, General"
},
{
"name": "LeagueHD",
"description": "LeagueHD is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "LearnFlakes",
"description": "LearnFlakes is a Private Torrent Tracker for CERTIFICATE / TRAINING E-LEARNING",
"type": "Books"
},
{
"name": "LeSaloon",
"description": "Le Saloon is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, General"
},
{
"name": "LibraNet",
"description": "LibraNet (LN) is a HUNGARIAN Private Torrent Tracker for EBOOKS / LOSSLESS MUSIC",
"type": "Movies, Audio, Books"
},
{
"name": "LinkoManija",
"description": "LinkoManija is an LITHUANIAN Private site for TV / MOVIES / GENERAL",
"type": "Movies, TV, PC, Audio, Books, General, Console"
},
{
"name": "LosslessClub",
"description": "LosslessClub is a Romanian Private site for High Quality Music",
"type": ""
},
{
"name": "Magico",
"description": "Magico (Trellas) is a GREEK Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Books, PC, General"
},
{
"name": "Majomparádé",
"description": "Majomparádé (TurkDepo) is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, Books, PC, Console, XXX"
},
{
"name": "MicroBit",
"description": "MicroBit (µBit) is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Books, Movies, Audio, PC, Console, General"
},
{
"name": "MoeCat",
"description": "MoeCat is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, PC, TV, Audio, Books, General"
},
{
"name": "Mononoké-BT",
"description": "Mononoke-BT is a FRENCH Private Torrent Tracker for ANIME",
"type": ""
},
{
"name": "myAmity",
"description": "A German general tracker.",
"type": ""
},
{
"name": "nCore",
"description": "A Hungarian private torrent site.",
"type": "Movies, TV, Audio, XXX, Games, Console, PC, Phone, Books"
},
{
"name": "NetCosmo",
"description": "NetCosmo is an ITALIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Books, General"
},
{
"name": "NetLab",
"description": "NetLab is a RUSSIAN Private Torrent Tracker",
"type": "Movies, Audio, PC, TV, Books, General"
},
{
"name": "New Real World",
"description": "A German general tracker.",
"type": ""
},
{
"name": "Norbits",
"description": "Norbits is a Norwegian Private site for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Console, Audio, Books, Audiobooks"
},
{
"name": "Nordicbits",
"description": "Nordicbits is a Danish Private site for MOVIES / TV / GENERAL",
"type": "Android, PC, Mac Software, iOS, Audiobooks, Books, Games, Console, Movies, XXX, Audio, TV, Sports"
},
{
"name": "Nostalgic",
"description": "Nostalgic Torrents (The Archive) is a Private Torrent Tracker for MOVIES / TV / GENERAL NOSTALGIA",
"type": "TV, Movies, Audio, Books, PC, XXX"
},
{
"name": "notwhat.cd",
"description": "A music tracker",
"type": "Audio, PC, Books, Audiobooks, Movies, TV"
},
{
"name": "OnlineSelfEducation",
"description": "OnlineSelfEducation is a Private Torrent Tracker for E-LEARNING",
"type": "General"
},
{
"name": "P2PBG",
"description": "P2PBG is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, PC, Console, Audio, General, Books, XXX"
},
{
"name": "Partis",
"description": "Partis is a SLOVENIAN Private Torrent Tracker",
"type": "Movies, TV, Games, Audio, Audiobooks, Books"
},
{
"name": "Peers.FM",
"description": "Peers.FM is a RUSSIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, PC, Movies, General, XXX, Audio, Books"
},
{
"name": "PiXELHD",
"description": "PixelHD (PxHD) is a Private Torrent Tracker for HD .MP4 MOVIES / TV",
"type": ""
},
{
"name": "PleasureDome",
"description": "PleasureDome is a private site for Arcade / Console / PC Games",
"type": "Console"
},
{
"name": "Pornbits",
"description": "Pornbits (PB) is a Private Torrent Tracker for 3X",
"type": ""
},
{
"name": "Portugas",
"description": "Portugas is a PORTUGUESE Private Torrent Tracker for MOVIES / TV / GENERAL that focuses on providing exclusive and HD content",
"type": ""
},
{
"name": "PreToMe",
"description": "BitTorrent site for High Quality, High Definition (HD) movies and TV Shows",
"type": ""
},
{
"name": "ProAudioTorrents",
"description": "ProAudioTorrents (PAT) is a Private Torrent Tracker for AUDIO SOFTWARE / SAMPLES / TUTORIALS / ETC",
"type": "PC, Books, General, TV, Audio"
},
{
"name": "Psytorrents",
"description": "Psytorrents (PSY) is a Private Torrent Tracker for ELECTRONIC MUSIC",
"type": "Audio, Movies, PC"
},
{
"name": "PT99",
"description": "PT99 is a CHINESE Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, PC, Books, Console, General"
},
{
"name": "PThome",
"description": "PThome is a CHINESE Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, Console, PC, Books, General"
},
{
"name": "PuntoTorrent",
"description": "PuntoTorrent is a SPANISH site for General content",
"type": "Movies, TV, XXX, Audio, PC, Console, Books, General"
},
{
"name": "PWTorrents",
"description": "PWTorrents (PWT) is a Private Torrent Tracker for PROFESSIONAL WRESTLING",
"type": "TV"
},
{
"name": "R3V WTF!",
"description": "R3V WTF! is a Private site for MOVIES / TV / GENERAL",
"type": "PC, General, Movies, Audio, Books, TV, XXX"
},
{
"name": "RedStarTorrent",
"description": "Red Star Torrent (RST) is a POLISH Private Torrent Tracker for TV",
"type": "PC, Movies, TV, Books, General, Audio, XXX"
},
{
"name": "RetroFlix",
"description": "Private Torrent Tracker for Classic Movies / TV / General Releases.",
"type": "Movies, TV, Audio, General"
},
{
"name": "RevolutionTT",
"description": "The Revolution has begun",
"type": ""
},
{
"name": "RNS",
"description": "RainbowNation Sharing (RNS) is a Private Torrent Tracker for EBOOKS / AUDIOBOOKS",
"type": "PC, Books"
},
{
"name": "RoDVD",
"description": "RoDVD (Cinefiles) is a ROMANIAN Private Torrent Tracker for DVD-R / HD MOVIES",
"type": "Movies, PC, General, TV, Books, Console, Audio, XXX"
},
{
"name": "Romanian Metal Torrent",
"description": "Romanian Metal Torrent (RMT) is a Private site dedicated to METAL MUSIC. This definition is for the English site.",
"type": ""
},
{
"name": "RPTorrents",
"description": "RPTorrents is a Private tracker for MOVIES / TV / GENERAL",
"type": "PC, TV, Movies, Audio, XXX, Books"
},
{
"name": "SceneFZ / u-torrents",
"description": "SceneFZ is a ratioless ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, General, Books, Console, PC, Movies, XXX, Audio"
},
{
"name": "SceneHD",
"description": "SceneHD is Private site for HD TV / MOVIES",
"type": "Movies, TV, XXX, Audio, General"
},
{
"name": "SceneRush",
"description": "SceneRush is a PORTUGUESE Private Torrent Tracker for 0DAY / GENERAL",
"type": "PC, Movies, TV, XXX, Audio, General, Console, Books"
},
{
"name": "SDBits",
"description": "SDBits is a small tracker that focuses on SD movies and tv.",
"type": "Audio, TV, Movies"
},
{
"name": "SeedFile",
"description": "SeedFile (SF) is a ROMANIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Books, General, Movies, Console, PC, Audio, TV, XXX"
},
{
"name": "Shareisland",
"description": "A general italian tracker",
"type": "Movies, TV, Books, XXX, Audio, PC, Console"
},
{
"name": "ShareSpaceDB",
"description": "A French gerneral tracker",
"type": "TV, PC, Books, Movies, Console, Audio, XXX"
},
{
"name": "ShareUniversity",
"description": "ShareUniversity is a Private Torrent Tracker for High Quality Nordic Content",
"type": "Movies, TV, PC, Audio, Books, General, Console, XXX"
},
{
"name": "Shazbat",
"description": "Modern indexer",
"type": ""
},
{
"name": "Shellife",
"description": "Shellife (SL) is a Private Torrent Tracker for NON MAINSTREAM MUSIC",
"type": ""
},
{
"name": "SiamBIT",
"description": "SiamBIT is a THAI Private Torrent Tracker for GENERAL",
"type": "General, PC, TV, Audio, Movies, Books, XXX"
},
{
"name": "SpaceTorrent",
"description": "SpaceTorrent is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Audio, Movies, TV, Console, Books, PC, XXX"
},
{
"name": "Speed.cd",
"description": "Your home now!",
"type": "Movies, Sports, TV, Anime, PC, Console, Phone, Mac Software, Books, Audio"
},
{
"name": "SpeedTorrent Reloaded",
"description": "SpeedTorrent Reloaded is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Console, PC, Audio, Books, XXX"
},
{
"name": "SportHD",
"description": "SportHD is a Private Torrent Tracker for HD SPORTS",
"type": "Movies"
},
{
"name": "TakeaByte",
"description": "TakeaByte is a NORDIC Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, Audio, Books, PC, Console, General, TV, XXX"
},
{
"name": "Tapochek",
"description": "Tapochek is a RUSSIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "PC, Console, Movies, TV, Audio, Books, General"
},
{
"name": "TeamHD",
"description": "TeamHD is a RUSSIAN Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "TeamOS",
"description": "Team OS is a Private Torrent Tracker for SOFTWARE",
"type": "PC, Books, General"
},
{
"name": "TEKNO3D",
"description": "TEKNO3D is a Private Torrent Tracker for MOVIES / TV",
"type": "TV, PC, Audio, Movies, General"
},
{
"name": "TellyTorrent",
"description": "TellyTorrent is an INDIAN Private Tracker for MOVIES / TV",
"type": "Movies, TV, Audio, PC, General"
},
{
"name": "TenYardTracker",
"description": "TenYardTorrents (TYT) is a Private Torrent Tracker for AMERICAN FOOTBALL",
"type": ""
},
{
"name": "The Empire",
"description": "TheEmpire (TE) is a Private Torrent Tracker for COMMONWEALTH TV / RADIO",
"type": "TV"
},
{
"name": "The Falling Angels",
"description": "The Falling Angels (TFA) is a German Private site for TV / MOVIES / GENERAL",
"type": "PC, Console, Movies, TV, Audio, Books, General, XXX"
},
{
"name": "The New Retro",
"description": "The New Retro is a GERMAN Private Torrent Tracker for MOVIES / GENERAL",
"type": "TV, Movies, XXX, Audio, PC, General, Books, Console"
},
{
"name": "The Occult",
"description": "Cult E-Learning",
"type": "General"
},
{
"name": "The Shinning",
"description": "The Shinning (TsH) is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Console, PC, General, XXX, Tv"
},
{
"name": "The Show",
"description": "Entertainment E-Learning",
"type": "General"
},
{
"name": "The-Madhouse",
"description": "The-Madhouse is a Private Torrent Tracker",
"type": "PC, Books, Console, Movies, Audio, TV"
},
{
"name": "TheAudioScene",
"description": "TheAudioScene is a Private Torrent Tracker for AUDIO SOFTWARE / SAMPLES / ETC",
"type": "PC, General, Audio"
},
{
"name": "TLFBits",
"description": "TLFBits is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, PC, Console, Audio, General"
},
{
"name": "Torrent Network",
"description": "Torrent Network (TN) is a GERMAN Private site for TV / MOVIES / GENERAL",
"type": "Movies, Anime, TV, Sports, Games, Console, Mac Software, PC, Audiobooks, Books, General, Audio, XXX"
},
{
"name": "Torrent Sector Crew",
"description": "Torrent Sector Crew (TSC) is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, Audio, TV, Movies, General, Books, XXX, Console"
},
{
"name": "Torrent-Explosiv",
"description": "Torrent-Explosiv is a German Private site for TV / MOVIES / GENERAL",
"type": "PC, TV, Console, Movies, Audio, Books, XXX"
},
{
"name": "Torrent-Syndikat",
"description": "A German general tracker",
"type": "PC, Mac Software, Games, Console, Movies, TV, Sports, Audio, Audiobooks, Books, Phone, General"
},
{
"name": "TOrrent-tuRK",
"description": "TOrrent-tuRK (TORK) is a Turkish Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, General, Books, Console"
},
{
"name": "Torrent.LT",
"description": "Torrent.LT is Private site for TV / MOVIES / GENERAL",
"type": "TV, Movies, PC, Console, Audio, XXX, General, Books"
},
{
"name": "TorrentBytes",
"description": "A decade of torrentbytes",
"type": "Anime, Mac Software, PC, TV, Console, Games, General, Movies, Audio, XXX"
},
{
"name": "TorrentCCF",
"description": "TorrentCCF (TCCF) is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Books, Audio, PC, Console, General"
},
{
"name": "Torrentech",
"description": "TorrenTech (TTH) is a Private Torrent Tracker for ELECTRONIC MUSIC",
"type": ""
},
{
"name": "TorrentFactory",
"description": "TorrentFactory is a SPANISH site for General content",
"type": "Movies, TV, Audio, PC, Console, XXX, Books"
},
{
"name": "TorrentHeaven",
"description": "A German general tracker.",
"type": "Games, Console, Phone, Movies, Audio, Audiobooks, TV, Sports, Books, General, Anime, PC, Mac Software"
},
{
"name": "TorrentHR",
"description": "TorrentHR is a ratioless CROATIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "TV, Movies, PC, Console, Books, Audio, XXX, General"
},
{
"name": "Torrenting",
"description": "Torrenting (TT) is a Private site for MOVIES / TV / GENERAL",
"type": "Movies, TV, Console, Audio, Books, PC, XXX"
},
{
"name": "Torrentland",
"description": "Torrentland is a SPANISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, XXX, Books"
},
{
"name": "TotallyKids",
"description": "TotallyKids (TK) is a Private Torrent Tracker for CHILDRENS MOVIES / TV / GENERAL",
"type": "Audio, Books, Movies, PC, TV"
},
{
"name": "TranceTraffic",
"description": "TranceTraffic is a Private site for MUSIC",
"type": ""
},
{
"name": "Trezzor",
"description": "Trezzor is a CZECH Private site for TV / MOVIES / GENERAL",
"type": "Movies, Audio, PC, Books, General, Console, TV, XXX"
},
{
"name": "TurkTorrent",
"description": "TurkTorrent (TT) is a TURKISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Console, PC, General, Books"
},
{
"name": "TVChaosUK",
"description": "TV Chaos UK (TVCUK) is a Private Torrent Tracker for UK TV",
"type": "TV, Movies, Audio"
},
{
"name": "TVstore",
"description": "TV Store is a HUNGARIAN Private Torrent Tracker for TV",
"type": ""
},
{
"name": "Twilight Torrents",
"description": "Twilight Torrents is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, PC, General, TV, Audio, Books, Console"
},
{
"name": "UnionGang",
"description": "UnionGang is a RUSSIAN Private Torrent Tracker for MOVIES / GENERAL",
"type": "Movies, TV, XXX, PC, Audio"
},
{
"name": "Unlimitz",
"description": "Unlimitz is a THAI Private Torrent Tracker for GENERAL",
"type": "Audio, TV, General, Movies, Console, PC, Books, XXX"
},
{
"name": "Vizuk",
"description": "Vizuk is a SPANISH private site for HD content",
"type": "Movies, TV, General, Audio, XXX"
},
{
"name": "WDT",
"description": "Wrestling Desires Torrents (Ultimate Wrestling Torrents) is a Private Torrent Tracker for PROFESSIONAL WRESTLING / MMA",
"type": "Audio, Books, TV, PC, Movies"
},
{
"name": "World-In-HD",
"description": "Your world in HD",
"type": "Movies, TV, PC, Audio"
},
{
"name": "world-of-tomorrow",
"description": "world-of-tomorrow is a Private GERMAN tracker",
"type": "Movies, TV, PC, Console, Audio, XXX, Books, General"
},
{
"name": "x-ite.me",
"description": "Tracker for LGBTQ movies, TV, books, magazines, anime, PC and XXX.",
"type": "TV, Books, XXX, Movies, PC, General, Audio"
},
{
"name": "XbytesV2",
"description": "xbytesV2 is a SPANISH site for HD content",
"type": "Movies, TV, Audio"
},
{
"name": "XSpeeds",
"description": "XSpeeds (XS) is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Anime, PC, Mac Software, Audiobooks, Books, Sports, Audio, Console, General, Games"
},
{
"name": "Xtreme Zone",
"description": "XtreMeZone (MYXZ) is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, PC, Books, Console, General, Movies, Audio, XXX"
},
{
"name": "XtremeFile",
"description": "XtremeFile is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Movies, PC, XXX, Console, Audio, General, Books"
},
{
"name": "XWT-Classics",
"description": "XWT-Classics is a Private Torrent Tracker for CLASSIC PROFESSIONAL WRESTLING",
"type": "TV"
},
{
"name": "Zamunda.net",
"description": "Zumunda is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, PC, Console, Audio, General, Books, XXX"
},
{
"name": "Zelka.org",
"description": "Zelka (Zamunda) is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, PC, Console, Audio, General, Books, XXX"
}
]
}
|