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 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 |
{
"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": "1ptbar",
"description": "1ptbar is a CHINESE Private Torrent Tracker for Movies, TV, and e-Learning",
"type": "Movies, TV, Audio, General, PC"
},
{
"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": "3ChangTrai",
"description": "3ChangTrai (3CT) is a VIETNAMESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, PC, Books"
},
{
"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, XXX"
},
{
"name": "720pier",
"description": "720pier is a RUSSIAN Private Torrent Tracker for HD SPORTS",
"type": "TV"
},
{
"name": "Abnormal",
"description": "General French Private Tracker",
"type": "Movies, TV, Anime, Audio, PC, Games, Books"
},
{
"name": "ABtorrents",
"description": "ABtorrents (ABT) is a Private Torrent Tracker for AUDIOBOOKS",
"type": "Audio, Books"
},
{
"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": "Across The Tasman",
"description": "ATT is a torrent site for Rugby and other sports played in Australia",
"type": "Sports"
},
{
"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": "anasch.cc",
"description": "anasch.cc is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, XXX, PC, Console"
},
{
"name": "AnimeWorld",
"description": "AnimeWorld (AST4u) is a GERMAN Private site for TV / MOVIES / ANIME / HENTAI",
"type": "TV, Audio, Books, XXX, PC, Movies, General, Console"
},
{
"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": "ArabP2P",
"description": "ArabP2P is an ARABIC Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, General"
},
{
"name": "Asylum Share",
"description": "Asylum Share is a BRAZILIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "XXX, TV, PC, General, Movies, Console, Books, Audio"
},
{
"name": "Aussierul.es",
"description": "Aussierul.es is a torrent site for Aussie Rules Football played in Australia",
"type": "Sports"
},
{
"name": "Back-ups",
"description": "Back-Ups is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Console, TV, PC, Movies, Audio, Books"
},
{
"name": "BaconBits",
"description": "BaconBits (bB) is a Private Torrent Tracker for 0DAY / GENERAL",
"type": "Audio, PC, Books, Audiobooks, Movies, TV, Games, Console"
},
{
"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": "Bit-City Reloaded",
"description": "A German general tracker.",
"type": "General, Anime, PC, Mac Software, TV, Books, Console, Games, Phone, Audiobooks, Movies, XXX, Audio, Sports"
},
{
"name": "BIT-HDTV",
"description": "BIT-HDTV - Home of High Definition",
"type": "Anime, Movies, TV, Audio, General, Sports, XXX"
},
{
"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",
"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": "Borgzelle",
"description": "Borgzelle is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Audio, Movies, PC, Console, General, Books"
},
{
"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": "Movies, TV, General"
},
{
"name": "BroadCity",
"description": "BroadCity is a TURKISH Private Torrent Tracker for MOVIES and TV",
"type": "Movies, TV"
},
{
"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": "BwTorrents",
"description": "BwTorrents is a Private Torrent Tracker for BollyWood MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Books, PC, Console, General, XXX"
},
{
"name": "Carp-Hunter",
"description": "Carp-Hunter is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, Audio, PC, General, Books, TV, XXX"
},
{
"name": "Carpathians",
"description": "Carpathians is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Books, Movies, Console, PC, 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": "CHDBits",
"description": "CHDBits is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "ChileBT",
"description": "ChileBT is a CHILEAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, General, PC, Books, XXX"
},
{
"name": "Cinemageddon",
"description": "B-movie tracker",
"type": "Movies"
},
{
"name": "CinemaMovieS_ZT",
"description": "CinemaMovieS_ZT 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": "CinemaZ",
"description": "Part of the Avistaz network.",
"type": "Movies"
},
{
"name": "Classix",
"description": "Classic movie tracker",
"type": "Movies"
},
{
"name": "Coastal-Crew",
"description": "Coastal-Crew is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Console, Audio, Books, XXX, General"
},
{
"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, XXX, Movies, 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": "DANISH BYTES",
"description": "DANISH BYTES is a Private Danish Tracker",
"type": "Movies, TV, PC, Audio, Books"
},
{
"name": "Darius Tracker",
"description": "Darius Tracker is a HUNGARIAN Private Tracker for MOVIES / TV / GENERAL",
"type": "Movies, XXX, TV, Audio, PC, Console, Books, General"
},
{
"name": "Dark-Shadow",
"description": "Dark-Shadow is a German Private site for TV / MOVIES / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, General, XXX"
},
{
"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": "General"
},
{
"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": "DICMusic",
"description": "DICMusic is a CHINESE Private Torrent Tracker for MUSIC",
"type": "Audio, PC"
},
{
"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": "DivTeam",
"description": "DivTeam is a SPANISH Private Torrent Tracker for MOVIES / GENERAL",
"type": "Movies, TV, Books, Audio"
},
{
"name": "Dragonworld Reloaded",
"description": "Dragonworld Reloaded is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Console, PC, Books, 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": "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": "ExtremeBits",
"description": "ExtremeBits is a Private Torrent Tracker for EXTREME SPORTS",
"type": "Movies, General, Audio, TV"
},
{
"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": "Fantastic Heaven",
"description": "Fantastic Heaven is a German Time based tracker",
"type": "Movies, TV, Audio, PC, Console, Books, XXX"
},
{
"name": "FeedUrNeed",
"description": "FeedUrNeed (FuN) is a Private Torrent Tracker for MOVIES / TV / General",
"type": "TV, PC, Audio, Console, Books, Movies, XXX"
},
{
"name": "FileList",
"description": "The best Romanian site.",
"type": "Movies, Audio, XXX, PC, Games, Console, Sports, TV, Books, General, Phone, Anime"
},
{
"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": "FinElite",
"description": "FinElite (FE) is a FINNISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, TV, Books, Movies, Console, Audio, XXX"
},
{
"name": "FinVip",
"description": "FinVip is a FINNISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Books, Movies, Audio, PC, Console, XXX, General"
},
{
"name": "FunFile",
"description": "A general tracker",
"type": "Anime, PC, Audiobooks, Books, Games, General, Movies, Audio, Phone, TV"
},
{
"name": "FunkyTorrents",
"description": "FunkyTorrents (FT) is a Private Torrent Tracker for MUSIC",
"type": "PC, Books, Movies, Audio"
},
{
"name": "FunReleases",
"description": "FunReleases is a Private GERMAN site for TV / MOVIES / GENERAL",
"type": "Audio, Movies, TV, PC, Console, Books, XXX"
},
{
"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 3X",
"type": "XXX, Movies, TV, General, PC, Books"
},
{
"name": "GAYtorrent.ru",
"description": "GayTorrent.ru is a Private Torrent Tracker for GAY 3X",
"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": "Movies, PC, General, XXX, Books, Console, Audio, TV"
},
{
"name": "GimmePeers",
"description": "Formerly ILT",
"type": "Anime, Books, Audiobooks, Console, Games, Audio, Mac Software, PC, Phone, General, TV, Sports, Movies"
},
{
"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": "GreekDiamond",
"description": "GreekDiamond is a GREEK Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Movies, Audio, PC, Console, Books, General"
},
{
"name": "HaiDan",
"description": "HaiDan is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "TV, Movies, Audio, General"
},
{
"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, Audio"
},
{
"name": "HD-Only",
"description": "HD-Only (HD-O) is a FRENCH Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, 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": "HDAtmos",
"description": "HDAtmos is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Audio, General"
},
{
"name": "HDC",
"description": "HDC (HDCiTY) is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, XXX, General, PC"
},
{
"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": "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": "Hebits",
"description": "The Israeli Tracker",
"type": "Games, Console, Movies, TV, Anime, Audio, Phone, Books, PC, General, XXX, Sports"
},
{
"name": "HellasTZ",
"description": "HellasTZ is an Greek Private site for TV / MOVIES / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books"
},
{
"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": "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": "LastFiles",
"description": "LastFiles (LF) is a ROMANIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, PC, Books, General, XXX"
},
{
"name": "LatinoP2P",
"description": "LatinoP2P is a Latin American Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, TV, Books, Console, Movies, Audio, General, XXX"
},
{
"name": "LearnFlakes",
"description": "LearnFlakes is a Private Torrent Tracker for CERTIFICATE / TRAINING E-LEARNING",
"type": "Books"
},
{
"name": "LeChaudron",
"description": "Le Chaudron is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "XXX, TV, Movies, Console, PC, Audio, Books"
},
{
"name": "LemonHD",
"description": "LemonHD is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "TV, Movies, Audio, General"
},
{
"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, General"
},
{
"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": "Audio"
},
{
"name": "MaDs Revolution",
"description": "MaDs Revolution is a Private GERMAN site for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, XXX, General"
},
{
"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": "MeseVilág",
"description": "MeseVilág (Fairytale World) is a Hungarian Private site for fairy tales, family movies and comedies",
"type": "TV, Movies, Audio, PC, Console, Books"
},
{
"name": "MicroBit",
"description": "MicroBit (µBit) is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, Books, Movies, Audio, PC, Console, General"
},
{
"name": "MMA-torrents",
"description": "MMA-Torrents is a Private Torrent Tracker for MMA (Mixed Martial Arts)",
"type": "Audio, TV, Movies, Books, General"
},
{
"name": "MNV",
"description": "MNV (Max-New-Vision) is a Private GERMAN tracker",
"type": "TV, PC, Books, Console, Audio, Movies, General, XXX"
},
{
"name": "Mononoké-BT",
"description": "Mononoke-BT is a FRENCH Private Torrent Tracker for ANIME",
"type": "Anime"
},
{
"name": "MuziekFabriek",
"description": "MuziekFabriek is a DUTCH Private Torrent Tracker for MUSIC",
"type": "Audio"
},
{
"name": "NBTorrents",
"description": "NBTorrents is an INDIAN Private site for MOVIES / TV / MUSIC",
"type": "TV, Movies, Audio"
},
{
"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": "General"
},
{
"name": "NorBits",
"description": "NorBits is a Norwegian Private site for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Console, Audio, Books, Audiobooks"
},
{
"name": "Oasis",
"description": "Oasis is a FRENCH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, Audio, Books, Console, PC, TV"
},
{
"name": "oMg[WtF]trackr",
"description": "oMg[WtF]trackr is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, Movies, Books, Audio, Console, TV, XXX"
},
{
"name": "OshenPT",
"description": "OshenPT is a CHINESE Private Torrent Tracker for HD Movies, TV, Music",
"type": "Movies, TV, Audio, General, Console"
},
{
"name": "P2PBG",
"description": "P2PBG is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, PC, Console, Audio, General, Books, XXX"
},
{
"name": "P2PElite",
"description": "P2PElite is a Private Torrent Tracker for EBOOKS / AUDIOBOOKS",
"type": "PC, Audio, Books, General"
},
{
"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": "Pirata Digital",
"description": "Pirata Digital (PD) is a Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Console, PC"
},
{
"name": "PiXELHD",
"description": "PixelHD (PxHD) is a Private Torrent Tracker for HD .MP4 MOVIES / TV",
"type": "Movies, TV"
},
{
"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": "XXX"
},
{
"name": "Portugas",
"description": "Portugas is a Private Portoguese Tracker",
"type": "Movies, TV, Audio, PC, XXX, Books"
},
{
"name": "PotUK",
"description": "PotUK - Private site for MOVIES / TV / GENERAL",
"type": "Movies, Audio, PC, Console, TV, Books, General, XXX"
},
{
"name": "PreToMe",
"description": "BitTorrent site for High Quality, High Definition (HD) movies and TV Shows",
"type": "PC, Mac Software, Books, Console, Games, General, Movies, Audio, TV, XXX"
},
{
"name": "ProAudioTorrents",
"description": "ProAudioTorrents (PAT) is a Private Torrent Tracker for AUDIO SOFTWARE / SAMPLES / TUTORIALS / ETC",
"type": "PC, Books, General, TV, Audio"
},
{
"name": "PTerClub",
"description": "PTerClub is a CHINESE Private Torrent Tracker for HD MUSIC VIDEOS, MOVIES, TV & ANIME",
"type": "Movies, TV, Audio, Books, Console, PC, General"
},
{
"name": "PThome",
"description": "PThome is a CHINESE Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, Console, PC, Books, General"
},
{
"name": "PTMSG",
"description": "PTMSG is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General, Books"
},
{
"name": "PTSBAO",
"description": "PTSBAO is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, General"
},
{
"name": "PTTime",
"description": "PTTime is a ratioless CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, General, XXX, Books"
},
{
"name": "PuntoTorrent",
"description": "PuntoTorrent is a SPANISH site for General content",
"type": "Movies, TV, XXX, Audio, PC, Console, Books, General"
},
{
"name": "Puur-Hollands",
"description": "Puur-Hollands is a DUTCH Private Torrent Tracker for MUSIC",
"type": "Audio"
},
{
"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": "Red Star Torrent",
"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, Sports, Books"
},
{
"name": "RevolutionTT",
"description": "The Revolution has begun",
"type": "PC, Movies, TV, XXX, Audio, General, Console, Books"
},
{
"name": "Romanian Metal Torrents",
"description": "Romanian Metal Torrents (RMT) is a Private site dedicated to METAL MUSIC",
"type": "Audio"
},
{
"name": "RPTorrents",
"description": "RPTorrents is a Private tracker for MOVIES / TV / GENERAL",
"type": "PC, TV, Movies, Audio, XXX, Books"
},
{
"name": "SceneHD",
"description": "SceneHD is Private site for HD TV / MOVIES",
"type": "Movies, TV, XXX, Audio, General"
},
{
"name": "ScenePalace",
"description": "ScenePalace (SP) is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, Books, Console, General, Movies, Audio, TV, XXX"
},
{
"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"
},
{
"name": "Shazbat",
"description": "One of the oldest TV trackers",
"type": "TV"
},
{
"name": "Shellife",
"description": "Shellife (SL) is a Private Torrent Tracker for NON MAINSTREAM MUSIC",
"type": "Audio"
},
{
"name": "SiamBIT",
"description": "SiamBIT is a THAI Private Torrent Tracker for GENERAL",
"type": "General, PC, TV, Audio, Movies, Books, XXX"
},
{
"name": "SoulVoice",
"description": "SoulVoice is a CHINESE Private Torrent Tracker for Movies, TV, and e-Learning",
"type": "General, Movies, TV, Audio"
},
{
"name": "Speed.cd",
"description": "Your home now!",
"type": "Movies, Sports, TV, Anime, PC, Console, Phone, Mac Software, Books, Audio"
},
{
"name": "SpeedApp",
"description": "SpeedApp is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Games, Console, PC, Mac Software, Phone, Anime, Books, Audio, General, Sports, XXX"
},
{
"name": "Speedmaster HD",
"description": "Speedmaster HD is a German Time based tracker for MOVIES / TV",
"type": "Movies, TV, XXX, Audio, General, Books"
},
{
"name": "SpeedTorrent Reloaded",
"description": "SpeedTorrent Reloaded is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, PC, Console, Audio, Books, General, XXX"
},
{
"name": "Spirit of Revolution",
"description": "Spirit of Revolution is a German Time based tracker for 0DAY",
"type": "Movies, TV, Audio, PC, Console, Books, XXX, General"
},
{
"name": "SportHD",
"description": "SportHD is a Private Torrent Tracker for HD SPORTS",
"type": "TV"
},
{
"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"
},
{
"name": "teracod",
"description": "teracod (Movie Zone) is a HUNGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, PC, Console, Audio, Books, TV, XXX"
},
{
"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"
},
{
"name": "The Show",
"description": "Entertainment E-Learning",
"type": "General"
},
{
"name": "TheAudioScene",
"description": "TheAudioScene is a Private Torrent Tracker for AUDIO SOFTWARE / SAMPLES / ETC",
"type": "PC, General, Audio"
},
{
"name": "TheLeachZone",
"description": "The Leach Zone is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, General, Movies, Audio, TV"
},
{
"name": "TheScenePlace",
"description": "TheScenePlace (TSP) is a Private site for TV / MOVIES / GENERAL",
"type": "PC, TV, Movies, Audio, Books, Console"
},
{
"name": "TJUPT",
"description": "TJUPT is a CHINESE Private Torrent Tracker for GENERAL",
"type": "Movies, TV, Audio, PC, Console, Books, General"
},
{
"name": "TLFBits",
"description": "TLFBits is a CHINESE Private Torrent Tracker for HD MOVIES / TV",
"type": "Movies, TV, Audio, PC, 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 Surf",
"description": "Torrent Surf is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "TV, PC, Books, Console, General, Movies, Audio, XXX"
},
{
"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 a LITHUANIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, PC, Console, Audio, Books, General, XXX"
},
{
"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, PC, Audio, General, Books"
},
{
"name": "Torrentech",
"description": "Torrentech (TTH) is a Private Torrent Tracker for ELECTRONIC MUSIC",
"type": "Audio"
},
{
"name": "TorrentFactory",
"description": "TorrentFactory is a SPANISH site for General content",
"type": "Movies, TV, Audio, PC, Console, XXX, Books, General"
},
{
"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, XXX, TV, Console, Audio, Books, PC"
},
{
"name": "Torrentland",
"description": "Torrentland is a SPANISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, XXX, General"
},
{
"name": "Torrentleech.pl",
"description": "Torrentleech.pl is a POLISH Private Torrent Tracker for 0DAY / GENERAL",
"type": "PC, Books, Movies, TV, Console, Audio, General, XXX"
},
{
"name": "TotallyKids",
"description": "TotallyKids (TK) is a Private Torrent Tracker for CHILDRENS MOVIES / TV / GENERAL",
"type": "TV, Movies, Audio, Books, PC"
},
{
"name": "Trackeros",
"description": "Trackeros is a Private SPANISH Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Console, PC, General"
},
{
"name": "TranceTraffic",
"description": "TranceTraffic is a Private site for MUSIC",
"type": "Audio"
},
{
"name": "Trezzor",
"description": "Trezzor is a CZECH Private site for TV / MOVIES / GENERAL",
"type": "Movies, Audio, PC, Books, General, Console, TV, XXX"
},
{
"name": "TTsWeb",
"description": "TTsWeb is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "PC, Console, Audio, Books, Movies, TV"
},
{
"name": "TurkSeed",
"description": "TurkSeed (Aturk) is a TURKISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, PC, TV, General, Books, Audio"
},
{
"name": "TurkTorrent",
"description": "TurkTorrent (TT) is a TURKISH Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, General, TV, Books, Console, Audio, PC"
},
{
"name": "TV Store",
"description": "TV Store is a HUNGARIAN Private Torrent Tracker for TV",
"type": "TV"
},
{
"name": "TVChaosUK",
"description": "TV Chaos UK (TVCUK) is a Private Torrent Tracker for UK TV",
"type": "TV, Movies, Audio"
},
{
"name": "Twilight Torrents",
"description": "Twilight Torrents is a Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, PC, General, TV, Audio, Books, Console"
},
{
"name": "Twilights Zoom",
"description": "Twilights Zoom is a Private Torrent Tracker for MUSIC",
"type": "Audio, PC, General"
},
{
"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": "Witch-Hunter",
"description": "Witch-Hunter (Demon-Site) is a HUNGARIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
"type": "Movies, Audio, PC, General, Books, TV, XXX"
},
{
"name": "wOOt",
"description": "wOOt is a Private GERMAN site for TV / MOVIES / GENERAL",
"type": "Audio, General, Books, PC, Movies, TV"
},
{
"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, PC, Console, Books, XXX, General"
},
{
"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": "Xthor",
"description": "General French Private Tracker",
"type": "Movies, TV, Sports, Audio, Anime, XXX, Books, Audiobooks, Magazines, Comics, Games, Console, Mac Software, PC, Android"
},
{
"name": "XWT-Classics",
"description": "XWT-Classics is a Private Torrent Tracker for CLASSIC PROFESSIONAL WRESTLING",
"type": "TV"
},
{
"name": "YDYPT",
"description": "YDYPT is a CHINESE Private Torrent Tracker for 3X",
"type": "Movies, TV, XXX"
},
{
"name": "YingK",
"description": "YingK is a CHINESE Private Torrent Tracker for HD MOVIES / TV / GENERAL",
"type": "Movies, TV, Audio, Books, General"
},
{
"name": "Zamunda.net",
"description": "Zamunda is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, TV, Audio, PC, Console, General, Books, XXX"
},
{
"name": "Zelka.org",
"description": "Zelka (Zamunda) is a BULGARIAN Private Torrent Tracker for 0DAY / GENERAL",
"type": "Movies, PC, TV, XXX, General, Console, Audio, Books"
},
{
"name": "ZonaQ",
"description": "ZonaQ is a SPANISH Private Torrent Tracker for MOVIES / TV",
"type": "Movies, Audio, TV, General"
}
]
}
|