mirror of
https://github.com/Igglybuff/awesome-piracy.git
synced 2025-03-29 00:58:00 -04:00
8927 lines
300 KiB
HTML
8927 lines
300 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<style>
|
||
@font-face {
|
||
font-family: octicons-anchor;
|
||
src: url(https://cdnjs.cloudflare.com/ajax/libs/octicons/4.4.0/font/octicons.woff)
|
||
format("woff");
|
||
}
|
||
|
||
* {
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
body {
|
||
width: 980px;
|
||
margin-right: auto;
|
||
margin-left: auto;
|
||
}
|
||
|
||
body .markdown-body {
|
||
padding: 45px;
|
||
border: 1px solid #ddd;
|
||
border-radius: 3px;
|
||
word-wrap: break-word;
|
||
}
|
||
|
||
pre {
|
||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||
}
|
||
|
||
.markdown-body {
|
||
-webkit-text-size-adjust: 100%;
|
||
text-size-adjust: 100%;
|
||
color: #333;
|
||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans,
|
||
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||
font-size: 16px;
|
||
line-height: 1.6;
|
||
word-wrap: break-word;
|
||
}
|
||
|
||
.markdown-body a {
|
||
background-color: transparent;
|
||
}
|
||
|
||
.markdown-body a:active,
|
||
.markdown-body a:hover {
|
||
outline: 0;
|
||
}
|
||
|
||
.markdown-body strong {
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body h1 {
|
||
font-size: 2em;
|
||
margin: 0.67em 0;
|
||
}
|
||
|
||
.markdown-body img {
|
||
border: 0;
|
||
}
|
||
|
||
.markdown-body hr {
|
||
box-sizing: content-box;
|
||
height: 0;
|
||
}
|
||
|
||
.markdown-body pre {
|
||
overflow: auto;
|
||
}
|
||
|
||
.markdown-body code,
|
||
.markdown-body kbd,
|
||
.markdown-body pre {
|
||
font-family: monospace, monospace;
|
||
font-size: 1em;
|
||
}
|
||
|
||
.markdown-body input {
|
||
color: inherit;
|
||
font: inherit;
|
||
margin: 0;
|
||
}
|
||
|
||
.markdown-body html input[disabled] {
|
||
cursor: default;
|
||
}
|
||
|
||
.markdown-body input {
|
||
line-height: normal;
|
||
}
|
||
|
||
.markdown-body input[type="checkbox"] {
|
||
box-sizing: border-box;
|
||
padding: 0;
|
||
}
|
||
|
||
.markdown-body table {
|
||
border-collapse: collapse;
|
||
border-spacing: 0;
|
||
}
|
||
|
||
.markdown-body td,
|
||
.markdown-body th {
|
||
padding: 0;
|
||
}
|
||
|
||
.markdown-body input {
|
||
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans,
|
||
clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||
"Segoe UI Symbol";
|
||
}
|
||
|
||
.markdown-body a {
|
||
color: #4078c0;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.markdown-body a:hover,
|
||
.markdown-body a:active {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.markdown-body hr {
|
||
height: 0;
|
||
margin: 15px 0;
|
||
overflow: hidden;
|
||
background: transparent;
|
||
border: 0;
|
||
border-bottom: 1px solid #ddd;
|
||
}
|
||
|
||
.markdown-body hr:before {
|
||
display: table;
|
||
content: "";
|
||
}
|
||
|
||
.markdown-body hr:after {
|
||
display: table;
|
||
clear: both;
|
||
content: "";
|
||
}
|
||
|
||
.markdown-body h1,
|
||
.markdown-body h2,
|
||
.markdown-body h3,
|
||
.markdown-body h4,
|
||
.markdown-body h5,
|
||
.markdown-body h6 {
|
||
margin-top: 15px;
|
||
margin-bottom: 15px;
|
||
line-height: 1.1;
|
||
}
|
||
|
||
.markdown-body h1 {
|
||
font-size: 30px;
|
||
}
|
||
|
||
.markdown-body h2 {
|
||
font-size: 21px;
|
||
}
|
||
|
||
.markdown-body h3 {
|
||
font-size: 16px;
|
||
}
|
||
|
||
.markdown-body h4 {
|
||
font-size: 14px;
|
||
}
|
||
|
||
.markdown-body h5 {
|
||
font-size: 12px;
|
||
}
|
||
|
||
.markdown-body h6 {
|
||
font-size: 11px;
|
||
}
|
||
|
||
.markdown-body blockquote {
|
||
margin: 0;
|
||
}
|
||
|
||
.markdown-body ul,
|
||
.markdown-body ol {
|
||
padding: 0;
|
||
margin-top: 0;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.markdown-body ol ol,
|
||
.markdown-body ul ol {
|
||
list-style-type: lower-roman;
|
||
}
|
||
|
||
.markdown-body ul ul ol,
|
||
.markdown-body ul ol ol,
|
||
.markdown-body ol ul ol,
|
||
.markdown-body ol ol ol {
|
||
list-style-type: lower-alpha;
|
||
}
|
||
|
||
.markdown-body dd {
|
||
margin-left: 0;
|
||
}
|
||
|
||
.markdown-body code {
|
||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.markdown-body pre {
|
||
margin-top: 0;
|
||
margin-bottom: 0;
|
||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||
}
|
||
|
||
.markdown-body .select::-ms-expand {
|
||
opacity: 0;
|
||
}
|
||
|
||
.markdown-body .octicon {
|
||
font: normal normal normal 16px/1 octicons-anchor;
|
||
display: inline-block;
|
||
text-decoration: none;
|
||
text-rendering: auto;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
}
|
||
|
||
.markdown-body .octicon-link:before {
|
||
content: "\f05c";
|
||
}
|
||
|
||
.markdown-body:before {
|
||
display: table;
|
||
content: "";
|
||
}
|
||
|
||
.markdown-body:after {
|
||
display: table;
|
||
clear: both;
|
||
content: "";
|
||
}
|
||
|
||
.markdown-body > *:first-child {
|
||
margin-top: 0 !important;
|
||
}
|
||
|
||
.markdown-body > *:last-child {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
|
||
.markdown-body a:not([href]) {
|
||
color: inherit;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.markdown-body .anchor {
|
||
display: inline-block;
|
||
padding-right: 2px;
|
||
margin-left: -18px;
|
||
}
|
||
|
||
.markdown-body .anchor:focus {
|
||
outline: none;
|
||
}
|
||
|
||
.markdown-body h1,
|
||
.markdown-body h2,
|
||
.markdown-body h3,
|
||
.markdown-body h4,
|
||
.markdown-body h5,
|
||
.markdown-body h6 {
|
||
margin-top: 1em;
|
||
margin-bottom: 16px;
|
||
font-weight: bold;
|
||
line-height: 1.4;
|
||
}
|
||
|
||
.markdown-body h1 .octicon-link,
|
||
.markdown-body h2 .octicon-link,
|
||
.markdown-body h3 .octicon-link,
|
||
.markdown-body h4 .octicon-link,
|
||
.markdown-body h5 .octicon-link,
|
||
.markdown-body h6 .octicon-link {
|
||
color: #000;
|
||
vertical-align: middle;
|
||
visibility: hidden;
|
||
}
|
||
|
||
.markdown-body h1:hover .anchor,
|
||
.markdown-body h2:hover .anchor,
|
||
.markdown-body h3:hover .anchor,
|
||
.markdown-body h4:hover .anchor,
|
||
.markdown-body h5:hover .anchor,
|
||
.markdown-body h6:hover .anchor {
|
||
text-decoration: none;
|
||
}
|
||
|
||
.markdown-body h1:hover .anchor .octicon-link,
|
||
.markdown-body h2:hover .anchor .octicon-link,
|
||
.markdown-body h3:hover .anchor .octicon-link,
|
||
.markdown-body h4:hover .anchor .octicon-link,
|
||
.markdown-body h5:hover .anchor .octicon-link,
|
||
.markdown-body h6:hover .anchor .octicon-link {
|
||
visibility: visible;
|
||
}
|
||
|
||
.markdown-body h1 {
|
||
padding-bottom: 0.3em;
|
||
font-size: 2.25em;
|
||
line-height: 1.2;
|
||
border-bottom: 1px solid #eee;
|
||
}
|
||
|
||
.markdown-body h1 .anchor {
|
||
line-height: 1;
|
||
}
|
||
|
||
.markdown-body h2 {
|
||
padding-bottom: 0.3em;
|
||
font-size: 1.75em;
|
||
line-height: 1.225;
|
||
border-bottom: 1px solid #eee;
|
||
}
|
||
|
||
.markdown-body h2 .anchor {
|
||
line-height: 1;
|
||
}
|
||
|
||
.markdown-body h3 {
|
||
font-size: 1.5em;
|
||
line-height: 1.43;
|
||
}
|
||
|
||
.markdown-body h3 .anchor {
|
||
line-height: 1.2;
|
||
}
|
||
|
||
.markdown-body h4 {
|
||
font-size: 1.25em;
|
||
}
|
||
|
||
.markdown-body h4 .anchor {
|
||
line-height: 1.2;
|
||
}
|
||
|
||
.markdown-body h5 {
|
||
font-size: 1em;
|
||
}
|
||
|
||
.markdown-body h5 .anchor {
|
||
line-height: 1.1;
|
||
}
|
||
|
||
.markdown-body h6 {
|
||
font-size: 1em;
|
||
color: #777;
|
||
}
|
||
|
||
.markdown-body h6 .anchor {
|
||
line-height: 1.1;
|
||
}
|
||
|
||
.markdown-body p,
|
||
.markdown-body blockquote,
|
||
.markdown-body ul,
|
||
.markdown-body ol,
|
||
.markdown-body dl,
|
||
.markdown-body table,
|
||
.markdown-body pre {
|
||
margin-top: 0;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.markdown-body hr {
|
||
height: 4px;
|
||
padding: 0;
|
||
margin: 16px 0;
|
||
background-color: #e7e7e7;
|
||
border: 0 none;
|
||
}
|
||
|
||
.markdown-body ul,
|
||
.markdown-body ol {
|
||
padding-left: 2em;
|
||
}
|
||
|
||
.markdown-body ul ul,
|
||
.markdown-body ul ol,
|
||
.markdown-body ol ol,
|
||
.markdown-body ol ul {
|
||
margin-top: 0;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.markdown-body li > p {
|
||
margin-top: 16px;
|
||
}
|
||
|
||
.markdown-body dl {
|
||
padding: 0;
|
||
}
|
||
|
||
.markdown-body dl dt {
|
||
padding: 0;
|
||
margin-top: 16px;
|
||
font-size: 1em;
|
||
font-style: italic;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body dl dd {
|
||
padding: 0 16px;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.markdown-body blockquote {
|
||
padding: 0 15px;
|
||
color: #777;
|
||
border-left: 4px solid #ddd;
|
||
}
|
||
|
||
.markdown-body blockquote > :first-child {
|
||
margin-top: 0;
|
||
}
|
||
|
||
.markdown-body blockquote > :last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.markdown-body table {
|
||
display: block;
|
||
width: 100%;
|
||
overflow: auto;
|
||
word-break: normal;
|
||
word-break: keep-all;
|
||
}
|
||
|
||
.markdown-body table th {
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body table th,
|
||
.markdown-body table td {
|
||
padding: 6px 13px;
|
||
border: 1px solid #ddd;
|
||
}
|
||
|
||
.markdown-body table tr {
|
||
background-color: #fff;
|
||
border-top: 1px solid #ccc;
|
||
}
|
||
|
||
.markdown-body table tr:nth-child(2n) {
|
||
background-color: #f8f8f8;
|
||
}
|
||
|
||
.markdown-body img {
|
||
max-width: 100%;
|
||
box-sizing: content-box;
|
||
background-color: #fff;
|
||
}
|
||
|
||
.markdown-body code {
|
||
padding: 0;
|
||
padding-top: 0.2em;
|
||
padding-bottom: 0.2em;
|
||
margin: 0;
|
||
font-size: 85%;
|
||
background-color: rgba(0, 0, 0, 0.04);
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.markdown-body code:before,
|
||
.markdown-body code:after {
|
||
letter-spacing: -0.2em;
|
||
content: "\00a0";
|
||
}
|
||
|
||
.markdown-body pre > code {
|
||
padding: 0;
|
||
margin: 0;
|
||
font-size: 100%;
|
||
word-break: normal;
|
||
white-space: pre;
|
||
background: transparent;
|
||
border: 0;
|
||
}
|
||
|
||
.markdown-body .highlight {
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.markdown-body .highlight pre,
|
||
.markdown-body pre {
|
||
padding: 16px;
|
||
overflow: auto;
|
||
font-size: 85%;
|
||
line-height: 1.45;
|
||
background-color: #f7f7f7;
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.markdown-body .highlight pre {
|
||
margin-bottom: 0;
|
||
word-break: normal;
|
||
}
|
||
|
||
.markdown-body pre {
|
||
word-wrap: normal;
|
||
}
|
||
|
||
.markdown-body pre code {
|
||
display: inline;
|
||
max-width: initial;
|
||
padding: 0;
|
||
margin: 0;
|
||
overflow: initial;
|
||
line-height: inherit;
|
||
word-wrap: normal;
|
||
background-color: transparent;
|
||
border: 0;
|
||
}
|
||
|
||
.markdown-body pre code:before,
|
||
.markdown-body pre code:after {
|
||
content: normal;
|
||
}
|
||
|
||
.markdown-body kbd {
|
||
display: inline-block;
|
||
padding: 3px 5px;
|
||
font-size: 11px;
|
||
line-height: 10px;
|
||
color: #555;
|
||
vertical-align: middle;
|
||
background-color: #fcfcfc;
|
||
border: solid 1px #ccc;
|
||
border-bottom-color: #bbb;
|
||
border-radius: 3px;
|
||
box-shadow: inset 0 -1px 0 #bbb;
|
||
}
|
||
|
||
.markdown-body .pl-c {
|
||
color: #969896;
|
||
}
|
||
|
||
.markdown-body .pl-c1,
|
||
.markdown-body .pl-s .pl-v {
|
||
color: #0086b3;
|
||
}
|
||
|
||
.markdown-body .pl-e,
|
||
.markdown-body .pl-en {
|
||
color: #795da3;
|
||
}
|
||
|
||
.markdown-body .pl-s .pl-s1,
|
||
.markdown-body .pl-smi {
|
||
color: #333;
|
||
}
|
||
|
||
.markdown-body .pl-ent {
|
||
color: #63a35c;
|
||
}
|
||
|
||
.markdown-body .pl-k {
|
||
color: #a71d5d;
|
||
}
|
||
|
||
.markdown-body .pl-pds,
|
||
.markdown-body .pl-s,
|
||
.markdown-body .pl-s .pl-pse .pl-s1,
|
||
.markdown-body .pl-sr,
|
||
.markdown-body .pl-sr .pl-cce,
|
||
.markdown-body .pl-sr .pl-sra,
|
||
.markdown-body .pl-sr .pl-sre {
|
||
color: #183691;
|
||
}
|
||
|
||
.markdown-body .pl-v {
|
||
color: #ed6a43;
|
||
}
|
||
|
||
.markdown-body .pl-id {
|
||
color: #b52a1d;
|
||
}
|
||
|
||
.markdown-body .pl-ii {
|
||
background-color: #b52a1d;
|
||
color: #f8f8f8;
|
||
}
|
||
|
||
.markdown-body .pl-sr .pl-cce {
|
||
color: #63a35c;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body .pl-ml {
|
||
color: #693a17;
|
||
}
|
||
|
||
.markdown-body .pl-mh,
|
||
.markdown-body .pl-mh .pl-en,
|
||
.markdown-body .pl-ms {
|
||
color: #1d3e81;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body .pl-mq {
|
||
color: #008080;
|
||
}
|
||
|
||
.markdown-body .pl-mi {
|
||
color: #333;
|
||
font-style: italic;
|
||
}
|
||
|
||
.markdown-body .pl-mb {
|
||
color: #333;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body .pl-md {
|
||
background-color: #ffecec;
|
||
color: #bd2c00;
|
||
}
|
||
|
||
.markdown-body .pl-mi1 {
|
||
background-color: #eaffea;
|
||
color: #55a532;
|
||
}
|
||
|
||
.markdown-body .pl-mdr {
|
||
color: #795da3;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.markdown-body .pl-mo {
|
||
color: #1d3e81;
|
||
}
|
||
|
||
.markdown-body kbd {
|
||
display: inline-block;
|
||
padding: 3px 5px;
|
||
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||
line-height: 10px;
|
||
color: #555;
|
||
vertical-align: middle;
|
||
background-color: #fcfcfc;
|
||
border: solid 1px #ccc;
|
||
border-bottom-color: #bbb;
|
||
border-radius: 3px;
|
||
box-shadow: inset 0 -1px 0 #bbb;
|
||
}
|
||
|
||
.markdown-body .plan-price-unit {
|
||
color: #767676;
|
||
font-weight: normal;
|
||
}
|
||
|
||
.markdown-body .task-list-item {
|
||
list-style-type: none;
|
||
}
|
||
|
||
.markdown-body .task-list-item + .task-list-item {
|
||
margin-top: 3px;
|
||
}
|
||
|
||
.markdown-body .task-list-item input {
|
||
margin: 0 0.35em 0.25em -1.6em;
|
||
vertical-align: middle;
|
||
}
|
||
|
||
.markdown-body .plan-choice {
|
||
padding: 15px;
|
||
padding-left: 40px;
|
||
display: block;
|
||
border: 1px solid #e0e0e0;
|
||
position: relative;
|
||
font-weight: normal;
|
||
background-color: #fafafa;
|
||
}
|
||
|
||
.markdown-body .plan-choice.open {
|
||
background-color: #fff;
|
||
}
|
||
|
||
.markdown-body .plan-choice.open .plan-choice-seat-breakdown {
|
||
display: block;
|
||
}
|
||
|
||
.markdown-body .plan-choice-free {
|
||
border-radius: 3px 3px 0 0;
|
||
}
|
||
|
||
.markdown-body .plan-choice-paid {
|
||
border-radius: 0 0 3px 3px;
|
||
border-top: 0;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.markdown-body .plan-choice-radio {
|
||
position: absolute;
|
||
left: 15px;
|
||
top: 18px;
|
||
}
|
||
|
||
.markdown-body .plan-choice-exp {
|
||
color: #999;
|
||
font-size: 12px;
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.markdown-body .plan-choice-seat-breakdown {
|
||
margin-top: 10px;
|
||
display: none;
|
||
}
|
||
|
||
.markdown-body :checked + .radio-label {
|
||
z-index: 1;
|
||
position: relative;
|
||
border-color: #4078c0;
|
||
}
|
||
|
||
@media print {
|
||
body .markdown-body {
|
||
padding: 0;
|
||
border: none;
|
||
}
|
||
}
|
||
</style>
|
||
<title>readme</title>
|
||
</head>
|
||
<body>
|
||
<article class="markdown-body">
|
||
<h1>
|
||
<a
|
||
id="user-content-awesome-piracy-"
|
||
class="anchor"
|
||
href="#awesome-piracy-"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Awesome Piracy
|
||
<a href="https://awesome.re" rel="nofollow"
|
||
><img
|
||
src="https://camo.githubusercontent.com/1997c7e760b163a61aba3a2c98f21be8c524be29/68747470733a2f2f617765736f6d652e72652f62616467652e737667"
|
||
alt="Awesome"
|
||
data-canonical-src="https://awesome.re/badge.svg"
|
||
style="max-width: 100%"
|
||
/></a>
|
||
</h1>
|
||
<blockquote>
|
||
<p>A curated list of arrrrrrrrr!</p>
|
||
</blockquote>
|
||
<h2>
|
||
<a
|
||
id="user-content-contents"
|
||
class="anchor"
|
||
href="#contents"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Contents
|
||
</h2>
|
||
<ul>
|
||
<li><a href="#preamble">Preamble</a></li>
|
||
<li><a href="#mirrors">Mirrors</a></li>
|
||
<li><a href="#how-to-use-this-list">How to use this list</a></li>
|
||
<li><a href="#emoji">Emoji</a></li>
|
||
<li><a href="#background-information">Background Information</a></li>
|
||
<li>
|
||
<a href="#vpns">VPNs</a>
|
||
<ul>
|
||
<li>
|
||
<a href="#vpn-guides-and-tutorials">VPN Guides and Tutorials</a>
|
||
</li>
|
||
<li>
|
||
<a href="#vpn-subscription-services">VPN Subscription Services</a>
|
||
</li>
|
||
<li><a href="#self-hosted-vpns">Self-hosted VPNs</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#browser-extensions">Browser Extensions</a></li>
|
||
<li><a href="#userscripts">Userscripts</a></li>
|
||
<li><a href="#password-vaults">Password Vaults</a></li>
|
||
<li><a href="#antivirus">Antivirus</a></li>
|
||
<li>
|
||
<a href="#privacy">Privacy</a>
|
||
<ul>
|
||
<li><a href="#windows-10-privacy">Windows 10 Privacy</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#email">Email</a></li>
|
||
<li><a href="#operating-systems">Operating Systems</a></li>
|
||
<li><a href="#decentralised-networks">Decentralised Networks</a></li>
|
||
<li><a href="#domain-names">Domain Names</a></li>
|
||
<li>
|
||
<a href="#torrenting">Torrenting</a>
|
||
<ul>
|
||
<li>
|
||
<a href="#trackers">Trackers</a>
|
||
<ul>
|
||
<li><a href="#private-trackers">Private Trackers</a></li>
|
||
<li>
|
||
<a href="#semi-private-trackers">Semi-Private Trackers</a>
|
||
</li>
|
||
<li><a href="#public-trackers">Public Trackers</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#tracker-aggregators">Tracker Aggregators</a></li>
|
||
<li><a href="#tracker-proxies">Tracker Proxies</a></li>
|
||
<li><a href="#tracker-invites">Tracker Invites</a></li>
|
||
<li><a href="#torrent-clients">Torrent Clients</a></li>
|
||
<li>
|
||
<ul>
|
||
<li><a href="#deluge">Deluge</a></li>
|
||
<li><a href="#rtorrent">rTorrent</a></li>
|
||
<li><a href="#webtorrent-clients">WebTorrent Clients</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#autodl-irssi">autodl-irssi</a></li>
|
||
<li>
|
||
<a href="#seedboxes">Seedboxes</a>
|
||
<ul>
|
||
<li>
|
||
<a href="#web-based-cloud-seedboxes"
|
||
>Web-based Cloud Seedboxes</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="#seedbox-hosting-providers"
|
||
>Seedbox Hosting Providers</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="#seedbox-setup-tools-and-guides"
|
||
>Seedbox Setup Tools and Guides</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#tracker-frameworks">Tracker Frameworks</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="#usenet">Usenet</a>
|
||
<ul>
|
||
<li><a href="#usenet-providers">Usenet Providers</a></li>
|
||
<li>
|
||
<a href="#usenet-indexers">Usenet Indexers</a>
|
||
<ul>
|
||
<li>
|
||
<a href="#usenet-indexing-software"
|
||
>Usenet Indexing Software</a
|
||
>
|
||
</li>
|
||
<li><a href="#paid-indexers">Paid Indexers</a></li>
|
||
<li><a href="#free-indexers">Free Indexers</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#usenet-clients">Usenet Clients</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="#direct-downloads">Direct Downloads</a>
|
||
<ul>
|
||
<li><a href="#download-managers">Download Managers</a></li>
|
||
<li><a href="#ddl-tools">DDL Tools</a></li>
|
||
<li>
|
||
<a href="#custom-google-search-engines"
|
||
>Custom Google Search Engines</a
|
||
>
|
||
</li>
|
||
<li><a href="#ftp-indexers">FTP Indexers</a></li>
|
||
<li>
|
||
<a href="#ddl-search-engines-and-crawlers"
|
||
>DDL Search Engines and Crawlers</a
|
||
>
|
||
</li>
|
||
<li><a href="#ddl-link-sites">DDL Link Sites</a></li>
|
||
<li>
|
||
<a href="#premium-link-generators">Premium Link Generators</a>
|
||
</li>
|
||
<li><a href="#premium-link-hosts">Premium Link Hosts</a></li>
|
||
<li><a href="#open-directories">Open Directories</a></li>
|
||
<li>
|
||
<a href="#streaming-sites">Streaming Sites</a>
|
||
<ul>
|
||
<li><a href="#hd-streaming">HD Streaming</a></li>
|
||
<li><a href="#big-media-libraries">Big Media Libraries</a></li>
|
||
<li>
|
||
<a href="#tv-and-anime-streaming">TV & Anime Streaming</a>
|
||
</li>
|
||
<li><a href="#sports-streaming">Sports Streaming</a></li>
|
||
<li><a href="#specialty-sites">Specialty Sites</a></li>
|
||
<li><a href="#third-party-hosts">Openload Hosts</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="#media-centre-applications">Media Centre Applications</a>
|
||
<ul>
|
||
<li><a href="#stremio-addons">Stremio Addons</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="#plex">Plex</a>
|
||
<ul>
|
||
<li><a href="#plex-plugins">Plex Plugins</a></li>
|
||
<li><a href="#plex-requests">Plex Requests</a></li>
|
||
<li>
|
||
<a href="#plex-scripts-and-tools">Plex Scripts and Tools</a>
|
||
</li>
|
||
<li><a href="#plex-shares">Plex Shares</a></li>
|
||
<li><a href="#plex-transcoding">Plex Transcoding</a></li>
|
||
<li>
|
||
<a href="#plex-logging-and-metrics">Plex Logging and Metrics</a>
|
||
</li>
|
||
<li><a href="#plex-clients">Plex Clients</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#kodi">Kodi</a></li>
|
||
<li>
|
||
<a href="#gaming">Gaming</a>
|
||
<ul>
|
||
<li><a href="#repacks">Repacks</a></li>
|
||
<li><a href="#roms">ROMs</a></li>
|
||
<li><a href="#console-games">Console Games</a></li>
|
||
<li>
|
||
<a href="#homebrew-and-custom-firmware"
|
||
>Homebrew and Custom Firmware</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#anime">Anime</a></li>
|
||
<li><a href="#cartoons">Cartoons</a></li>
|
||
<li>
|
||
<a href="#music">Music</a>
|
||
<ul>
|
||
<li><a href="#music-streaming">Music Streaming</a></li>
|
||
<li><a href="#music-downloading">Music Downloading</a></li>
|
||
<li><a href="#spotify">Spotify</a></li>
|
||
<li><a href="#itunes">iTunes</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#software">Software</a></li>
|
||
<li><a href="#ebooks">Ebooks</a></li>
|
||
<li><a href="#magazines">Magazines</a></li>
|
||
<li>
|
||
<a href="#academic-papers-and-material"
|
||
>Academic Papers and Material</a
|
||
>
|
||
</li>
|
||
<li><a href="#textbooks">Textbooks</a></li>
|
||
<li><a href="#courses-and-tutorials">Courses and Tutorials</a></li>
|
||
<li><a href="#audiobooks">Audiobooks</a></li>
|
||
<li><a href="#comicbooks">Comicbooks</a></li>
|
||
<li><a href="#manga">Manga</a></li>
|
||
<li><a href="#documentaries">Documentaries</a></li>
|
||
<li>
|
||
<a href="#fonts-icons-and-graphics">Fonts, Icons and Graphics</a>
|
||
</li>
|
||
<li>
|
||
<a href="#automation">Automation</a>
|
||
<ul>
|
||
<li><a href="#tv-automation">TV Automation</a></li>
|
||
<li><a href="#movie-automation">Movie Automation</a></li>
|
||
<li><a href="#music-automation">Music Automation</a></li>
|
||
<li><a href="#subtitles-automation">Subtitles Automation</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#p2p-networks">P2P Networks</a></li>
|
||
<li>
|
||
<a href="#ripping-transcoding-converting-encoding"
|
||
>Ripping, Transcoding, Converting, Encoding</a
|
||
>
|
||
</li>
|
||
<li><a href="#cloud-storage">Cloud Storage</a></li>
|
||
<li>
|
||
<a href="#file-renaming-and-tagging">File Renaming and Tagging</a>
|
||
</li>
|
||
<li>
|
||
<a href="#mobile-apps">Mobile Apps</a>
|
||
<ul>
|
||
<li><a href="#streaming-apps">Streaming Apps</a></li>
|
||
<li><a href="#torrent-apps">Torrent Apps</a></li>
|
||
<li><a href="#apks">APKs</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#discord-servers">Discord Servers</a></li>
|
||
<li>
|
||
<a href="#iptv-and-dvr">IPTV and DVR</a>
|
||
<ul>
|
||
<li><a href="#acestreams">Acestreams</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="#irc">IRC</a>
|
||
<ul>
|
||
<li><a href="#irc-clients">IRC Clients</a></li>
|
||
<li><a href="#irc-networks">IRC Networks</a></li>
|
||
<li><a href="#irc-search-engines">IRC Search Engines</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#dc">DC++</a></li>
|
||
<li><a href="#full-movies-on">Full Movies On</a></li>
|
||
<li><a href="#piracy-blogs-and-news">Piracy Blogs and News</a></li>
|
||
<li>
|
||
<a href="#content-discovery">Content Discovery</a>
|
||
<ul>
|
||
<li><a href="#predb-sites">PreDB Sites</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="#dashboards-and-homepages">Dashboards and Homepages</a>
|
||
</li>
|
||
<li><a href="#proxy-sites">Proxy Sites</a></li>
|
||
<li><a href="#file-sharing-tools">File Sharing Tools</a></li>
|
||
<li><a href="#stream-synchronisation">Stream Synchronisation</a></li>
|
||
<li><a href="#telegram-piracy">Telegram Piracy</a></li>
|
||
<li><a href="#miscellaneous">Miscellaneous</a></li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-preamble"
|
||
class="anchor"
|
||
href="#preamble"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Preamble
|
||
</h2>
|
||
<p>
|
||
Over the past couple of years I've accumulated bookmarks, saved Reddit
|
||
posts, and GitHub stars all related to piracy in some form or another.
|
||
This list is my attempt to add structure to those resources and share
|
||
them. Everything you need to get started on your pirate voyage can be
|
||
found below.
|
||
</p>
|
||
<p>
|
||
I am aware that a number of websites featured in this list rely on
|
||
operating under obscurity, and that this list could potentially
|
||
contribute to their demise through excess exposure. I'm sorry about that
|
||
- I just like making lists.
|
||
</p>
|
||
<p>
|
||
Please ensure you use an adblocker like
|
||
<a href="https://github.com/gorhill/uBlock">uBlock Origin</a> to access
|
||
any of the websites listed here, otherwise, you will have a bad time.
|
||
</p>
|
||
<p>
|
||
For discussion and feedback, please head to
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/9nontk/awesome_piracy_a_curated_list_of_awesome_warez/"
|
||
rel="nofollow"
|
||
>the Reddit thread on /r/Piracy</a
|
||
>. If you come across dead links, please report them by
|
||
<a href="https://github.com/Igglybuff/awesome-piracy/issues/new"
|
||
>creating an issue</a
|
||
>.
|
||
</p>
|
||
<h2>
|
||
<a
|
||
id="user-content-mirrors"
|
||
class="anchor"
|
||
href="#mirrors"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Mirrors
|
||
</h2>
|
||
<p>
|
||
This list is periodically mirrored to
|
||
<a
|
||
href="https://github.com/Igglybuff/awesome-piracy/blob/master/pastebin.url"
|
||
>PasteBin</a
|
||
>.
|
||
</p>
|
||
<h2>
|
||
<a
|
||
id="user-content-how-to-use-this-list"
|
||
class="anchor"
|
||
href="#how-to-use-this-list"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>How to use this list
|
||
</h2>
|
||
<p>
|
||
Some items in this list could easily fit in more than one category, so
|
||
to make sure you find what you're looking for please use
|
||
<code>Ctrl + F</code> (or <code>Cmd + F</code> on macOS).
|
||
</p>
|
||
<h2>
|
||
<a
|
||
id="user-content-emoji"
|
||
class="anchor"
|
||
href="#emoji"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Emoji
|
||
</h2>
|
||
<p>
|
||
You will notice some items in this list have a
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
next to them. Items with a
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
represent the author's top pick for that category. This is an entirely
|
||
opinionated rating from someone who doesn't know everything about every
|
||
item on the list, so be sure to check out alternative options before
|
||
assuming something is "the best". That said, I do explore and test every
|
||
resource I add to this list wherever possible.
|
||
</p>
|
||
<h2>
|
||
<a
|
||
id="user-content-background-information"
|
||
class="anchor"
|
||
href="#background-information"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Background Information
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/Category:File_sharing"
|
||
rel="nofollow"
|
||
>Wikipedia "File sharing" category</a
|
||
>
|
||
Wikipedia's full list of file-sharing related articles.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a id="user-content-vpns" class="anchor" href="#vpns" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>VPNs
|
||
</h2>
|
||
<h3>
|
||
<a
|
||
id="user-content-vpn-guides-and-tutorials"
|
||
class="anchor"
|
||
href="#vpn-guides-and-tutorials"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>VPN Guides and Tutorials
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://thatoneprivacysite.net/vpn-section/" rel="nofollow"
|
||
>That One Privacy Site</a
|
||
>
|
||
VPN section of That One Privacy Site with VPN comparisons
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/VPN/comments/4iho8e/that_one_privacy_guys_guide_to_choosing_the_best/?st=iu9u47u7&sh=459a76f2"
|
||
rel="nofollow"
|
||
>Choosing the best VPN (for you)</a
|
||
>
|
||
That One Privacy Guy's - Guide to Choosing the Best VPN (for you)
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/VPN/wiki/index" rel="nofollow"
|
||
>/r/VPN wiki</a
|
||
>
|
||
Helpful FAQ-type resource composed by the folks at /r/VPN
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://ssd.eff.org/en/module/choosing-vpn-thats-right-you"
|
||
rel="nofollow"
|
||
>Choosing the VPN that's right for you</a
|
||
>
|
||
Helpful guide from the EFF
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://torrentfreak.com/vpn-services-keep-anonymous-2018/"
|
||
rel="nofollow"
|
||
>Which VPN services keep you anonymous in 2018?</a
|
||
>
|
||
TorrentFreak article by Ernesto
|
||
</li>
|
||
<li>
|
||
<a href="https://www.privacytools.io/" rel="nofollow"
|
||
>privacytools.io</a
|
||
>
|
||
"Encryption against global mass surveillance". Plenty of information
|
||
to help protect your privacy online.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://wiki.archlinux.org/index.php/VPN_over_SSH"
|
||
rel="nofollow"
|
||
>VPN over SSH</a
|
||
>
|
||
ArchWiki page describing how to achieve a poor man's VPN with SSH
|
||
tunneling
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/VPNTorrents" rel="nofollow"
|
||
>/r/VPNTorrents</a
|
||
>
|
||
This is for the discussion of torrenting (and similar P2P protocols)
|
||
using VPN type technology.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-vpn-subscription-services"
|
||
class="anchor"
|
||
href="#vpn-subscription-services"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>VPN Subscription Services
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.privateinternetaccess.com/" rel="nofollow"
|
||
>Private Internet Access</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Hugely popular subscription-based VPN provider with a proven track
|
||
record for not keeping logs
|
||
</li>
|
||
<li>
|
||
<a href="https://protonvpn.com/" rel="nofollow">ProtonVPN</a>
|
||
High-speed Swiss VPN that safeguards your privacy.
|
||
</li>
|
||
<li>
|
||
<a href="https://nordvpn.com/" rel="nofollow">NordVPN</a> With
|
||
NordVPN, encrypt your online activity to protect your private data
|
||
from hackers or snoopy advertisers.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.tunnelbear.com/" rel="nofollow">TunnelBear</a>
|
||
Really simple VPN to browse the web privately & securely. Unblock
|
||
websites around the world with applications for Mac, PC, iOS, Android
|
||
& your browser.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.expressvpn.com/vpnmentor1" rel="nofollow"
|
||
>ExpressVPN</a
|
||
>
|
||
VPN with 256-bit encryption, 94 countries, and no logs. Also rated one
|
||
of the fastest VPNs out there.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-self-hosted-vpns"
|
||
class="anchor"
|
||
href="#self-hosted-vpns"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Self-hosted VPNs
|
||
</h3>
|
||
<ul>
|
||
<li><a href="https://github.com/ntop/n2n">n2n</a> Peer-to-peer VPN</li>
|
||
<li>
|
||
<a href="https://peervpn.net/" rel="nofollow">PeerVPN</a> PeerVPN is a
|
||
software that builds virtual ethernet networks between multiple
|
||
computers.
|
||
</li>
|
||
<li>
|
||
<a href="https://openvpn.net/" rel="nofollow">OpenVPN</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
OpenVPN provides flexible VPN solutions to secure your data
|
||
communications, whether it's for Internet privacy, remote access for
|
||
employees, securing IoT, or for networking Cloud data centers.
|
||
</li>
|
||
<li>
|
||
<a href="https://pritunl.com/" rel="nofollow">Pritunl</a> Enterprise
|
||
Distributed OpenVPN and IPsec Server
|
||
</li>
|
||
<li>
|
||
<a href="https://www.wireguard.com/" rel="nofollow">WireGuard VPN</a>
|
||
WireGuard is an extremely simple yet fast and modern VPN that utilizes
|
||
state-of-the-art cryptography. It aims to be faster, simpler, leaner,
|
||
and more useful than IPSec.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/sshuttle/sshuttle">sshuttle</a>
|
||
Transparent proxy server that works as a poor man's VPN.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.zerotier.com" rel="nofollow">ZeroTier</a>
|
||
Peer-to-peer multi-platform VPN
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-browser-extensions"
|
||
class="anchor"
|
||
href="#browser-extensions"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Browser Extensions
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://decentraleyes.org/" rel="nofollow">Decentraleyes</a>
|
||
Protects against tracking with a local CDN (Content Delivery Network)
|
||
emulation.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.eff.org/privacybadger" rel="nofollow"
|
||
>Privacy Badger</a
|
||
>
|
||
Privacy Badger blocks spying ads and invisible trackers.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.eff.org/https-everywhere" rel="nofollow"
|
||
>HTTPS Everywhere</a
|
||
>
|
||
HTTPS Everywhere is a Firefox, Chrome, and Opera extension that
|
||
encrypts your communications with many major websites, making your
|
||
browsing more secure.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/gorhill/uBlock">uBlock Origin</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
An efficient blocker for Chromium and Firefox. Fast and lean.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/NanoAdblocker/NanoCore">Nano Adblocker</a>
|
||
Just another adblocker based on uBlock Origin.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://jspenguin2017.github.io/uBlockProtector/"
|
||
rel="nofollow"
|
||
>Nano Defender</a
|
||
>
|
||
An anti-Adblock defuser for Nano Adblocker and uBlock Origin.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en"
|
||
rel="nofollow"
|
||
>TamperMonkey</a
|
||
>
|
||
The world's most popular userscript manager
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia?hl=en"
|
||
rel="nofollow"
|
||
>WebRTC Network Limiter</a
|
||
>
|
||
Configures how WebRTC's network traffic is routed by changing Chrome's
|
||
privacy settings.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chrome.google.com/webstore/detail/scriptsafe/oiigbmnaadbkfbmpbfijlflahbdbdgdf?hl=en"
|
||
rel="nofollow"
|
||
>ScriptSafe</a
|
||
>
|
||
A browser extension that gives users control of the web and more
|
||
secure browsing while emphasizing simplicity and intuitiveness.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://addons.mozilla.org/en-US/firefox/addon/noscript/"
|
||
rel="nofollow"
|
||
>NoScript</a
|
||
>
|
||
Allow active content to run only from sites you trust, and protect
|
||
yourself against XSS and clickjacking attacks. Firefox only.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chrome.google.com/webstore/detail/outline-read-without-clut/daoolpmoieinofbnddaofhkhmbagfmnj"
|
||
rel="nofollow"
|
||
>Outline</a
|
||
>
|
||
Designed to remove ads, comments, and other junk from news articles
|
||
but conveniently also bypasses paywalls
|
||
</li>
|
||
<li>
|
||
<a href="https://burles.co/en/" rel="nofollow">Burlesco</a> Read news
|
||
without subscribing, bypass the paywall
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chrome.google.com/webstore/detail/universal-bypass/aihomhdbhpnpmcnnbckjjcebjoikpihj"
|
||
rel="nofollow"
|
||
>Universal Bypass</a
|
||
>
|
||
Universal Bypass automatically skips annoying link shorteners.
|
||
</li>
|
||
<li>
|
||
<a href="https://violentmonkey.github.io/" rel="nofollow"
|
||
>Violentmonkey</a
|
||
>
|
||
An open source userscript manager.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/nextgens/anti-paywall">Anti-Paywall</a> A
|
||
browser extension that maximizes the chances of bypassing paywalls
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Ibit-to/google-unlocked"
|
||
>Google Unlocked</a
|
||
>
|
||
Google Unlocked browser extension uncensor google search results.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-userscripts"
|
||
class="anchor"
|
||
href="#userscripts"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Userscripts
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/3967-imdb-scout"
|
||
rel="nofollow"
|
||
>IMDb Scout</a
|
||
>
|
||
Add links from IMDb pages to torrent sites -- easy downloading from
|
||
IMDb
|
||
</li>
|
||
<li>
|
||
<a href="https://adsbypasser.github.io/" rel="nofollow"
|
||
>AdsBypasser</a
|
||
>
|
||
This user script helps you to skip countdown ads or continue pages and
|
||
prevent ad pop-up windows.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/4294-antiadware"
|
||
rel="nofollow"
|
||
>AntiAdware</a
|
||
>
|
||
Remove forced download accelerators, managers, and adware on supported
|
||
websites
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/"
|
||
rel="nofollow"
|
||
>Direct download from Google Play</a
|
||
>
|
||
Adds APKPure, APKMirror and Evozi download buttons to Google Play when
|
||
browsing apps.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/33396-adguard-popup-blocker"
|
||
rel="nofollow"
|
||
>AdGuard Popup Blocker</a
|
||
>
|
||
Blocks pop-up ads on web pages.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/17665-openload"
|
||
rel="nofollow"
|
||
>openload</a
|
||
>
|
||
Remove anti-Adblock, ads, pop-ups, and timer waits, and show direct
|
||
download link on OpenLoad.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/7197-anti-anti-copy"
|
||
rel="nofollow"
|
||
>anti-anti-copy</a
|
||
>
|
||
some websites prevent you from copying text. this script bypasses it.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/21547-torrentz2-magnet"
|
||
rel="nofollow"
|
||
>Torrentz2 Magnet</a
|
||
>
|
||
Add magnet link to torrentz2
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/35521-bypass-paywalls-for-scientific-documents"
|
||
rel="nofollow"
|
||
>Bypass paywalls for scientific documents</a
|
||
>
|
||
This script adds download buttons on Google Scholar, Scopus, and Web
|
||
Of Science, which lead to sci-hub.tw.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/10052-google-drive-direct-links/feedback"
|
||
rel="nofollow"
|
||
>Google Drive Direct Links</a
|
||
>
|
||
Direct link functionality for Google Drive
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/33226-bypass-google-sorry-recaptcha"
|
||
rel="nofollow"
|
||
>Bypass Google Sorry (reCAPTCHA)</a
|
||
>
|
||
Redirect Google reCAPTCHA to new search
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/38953-google-image-view-image-button"
|
||
rel="nofollow"
|
||
>Google Image "View Image" button</a
|
||
>
|
||
Add "View Image" button.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/31088-morecaptcha"
|
||
rel="nofollow"
|
||
>MoreCAPTCHA</a
|
||
>
|
||
Speeds up solving Google reCAPTCHA challenges by shortening transition
|
||
effects and providing continuous selection ability.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/372847-mal-sync"
|
||
rel="nofollow"
|
||
>MAL-Sync</a
|
||
>
|
||
Integrates MyAnimeList into various sites, with auto episode tracking.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/78aicx/i_wrote_a_small_script_that_automatically_hides/"
|
||
rel="nofollow"
|
||
>Remove fake TPB torrents</a
|
||
>
|
||
Script that automatically hides fake torrents on The Pirate Bay based
|
||
on conditional logic.
|
||
</li>
|
||
<li>
|
||
<a href="https://cs.rin.ru/forum/viewtopic.php?t=71837" rel="nofollow"
|
||
>Get DLC Info from SteamDB</a
|
||
>
|
||
For use with CreamAPI and similar tools.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://greasyfork.org/en/scripts/1573-the-pirate-bay-cleaner"
|
||
rel="nofollow"
|
||
>The Pirate Bay Cleaner</a
|
||
>
|
||
Auto-sorting, torrentifying, theme-change, search-change, SSL/HTTPS
|
||
and more.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-password-vaults"
|
||
class="anchor"
|
||
href="#password-vaults"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Password Vaults
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://bitwarden.com/" rel="nofollow">BitWarden</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Open source password management solution, can be self-hosted
|
||
</li>
|
||
<li>
|
||
<a href="https://1password.com/" rel="nofollow">1Password</a> Popular
|
||
cloud-hosted password manager
|
||
</li>
|
||
<li>
|
||
<a href="https://keepass.info/" rel="nofollow">KeePass</a> Free, open
|
||
source, light-weight, and easy-to-use password manager.
|
||
<ul>
|
||
<li>
|
||
Android :
|
||
<a href="http://www.keepassdroid.com/" rel="nofollow"
|
||
>KeePassDroid</a
|
||
>
|
||
</li>
|
||
<li>
|
||
iPhone :
|
||
<a href="https://minikeepass.github.io/" rel="nofollow"
|
||
>MiniKeePass</a
|
||
>
|
||
</li>
|
||
<li>
|
||
Chrome / Firefox :
|
||
<a href="https://subdavis.com/Tusk/" rel="nofollow">Tusk</a>
|
||
</li>
|
||
<li>
|
||
Web App : <a href="https://keeweb.info/" rel="nofollow">KeeWeb</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.lastpass.com/" rel="nofollow">LastPass</a>
|
||
LastPass remembers all your passwords, so you don't have to.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.passwordstore.org/" rel="nofollow">Pass</a>
|
||
Simple GPG/Git password manager. Follows the Unix philosophy.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.dashlane.com/" rel="nofollow">Dashlane</a> An
|
||
intuitive password manager with over with over 8 million users
|
||
worldwide.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.passbolt.com/" rel="nofollow">Passbolt</a> Free,
|
||
open source, self-hosted, extensible, OpenPGP based.
|
||
</li>
|
||
<li>
|
||
<a href="https://lesspass.com/" rel="nofollow">LessPass</a> Stateless
|
||
open source password manager
|
||
</li>
|
||
<li>
|
||
<a href="https://psono.com/" rel="nofollow">Psono</a> Open source and
|
||
self-hosted password manager for teams
|
||
</li>
|
||
<li>
|
||
<a href="https://buttercup.pw/" rel="nofollow">Buttercup</a> Another
|
||
open source password manager with desktop, mobile, and browser
|
||
clients.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-antivirus"
|
||
class="anchor"
|
||
href="#antivirus"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Antivirus
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.malwarebytes.com/" rel="nofollow"
|
||
>MalwareBytes</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
"crushes malware so you are protected and your machine keeps running
|
||
smoothly."
|
||
</li>
|
||
<li>
|
||
<a href="https://www.hitmanpro.com" rel="nofollow">HitmanPro</a>
|
||
Antivirus product from Sophos
|
||
</li>
|
||
<li>
|
||
<a href="https://www.virustotal.com/" rel="nofollow">VirusTotal</a>
|
||
Web service for scanning files and URLs for viruses
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.howtogeek.com/126911/what-to-do-if-you-get-a-virus-on-your-computer/"
|
||
rel="nofollow"
|
||
>How to remove viruses and malware on your Windows PC</a
|
||
>
|
||
Helpful HowToGeek article on cleaning out the pipes
|
||
</li>
|
||
<li>
|
||
<a href="https://www.avast.com" rel="nofollow">Avast Antivirus</a>
|
||
Avast Antivirus is a multi-platform antivirus application with a free
|
||
tier. Be sure to opt out of sending anonymous usage statistics.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-privacy"
|
||
class="anchor"
|
||
href="#privacy"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Privacy
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://prism-break.org/en/" rel="nofollow">Prism Break</a>
|
||
Opt out of global data surveillance programs like PRISM, XKeyscore,
|
||
and Tempora.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/privacy/" rel="nofollow"
|
||
>/r/privacy</a
|
||
>
|
||
The intersection of technology, privacy, and freedom in a digital
|
||
world.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/AnySoftKeyboard/AnySoftKeyboard"
|
||
>Any Soft Keyboard</a
|
||
>
|
||
A privacy focused keyboard
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-windows-10-privacy"
|
||
class="anchor"
|
||
href="#windows-10-privacy"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Windows 10 Privacy
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.oo-software.com/en/shutup10" rel="nofollow"
|
||
>O&O ShutUp10</a
|
||
>
|
||
O&O ShutUp10 means you have full control over which comfort
|
||
functions under Windows 10 you wish to use, and you decide when the
|
||
passing on of your data goes too far.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/adolfintel/Windows10-Privacy"
|
||
>Windows 10 Privacy Guide</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
an In-depth guide on purging Windows 10 of Microsoft's attempts to
|
||
track you
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.phrozen.io/freeware/windows-privacy-tweaker/"
|
||
rel="nofollow"
|
||
>Windows Privacy Tweaker</a
|
||
>
|
||
Freeware app from phrozen.io
|
||
</li>
|
||
<li>
|
||
<a href="https://winaero.com/blog/about-us/" rel="nofollow"
|
||
>Winaero</a
|
||
>
|
||
Free, small and useful software for Windows.
|
||
</li>
|
||
<li>
|
||
<a href="https://wpd.app/" rel="nofollow">WPD</a> The real privacy
|
||
dashboard for Windows
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Nummer/Destroy-Windows-10-Spying"
|
||
>Destroy-Windows-10-Spying</a
|
||
>
|
||
Destroy Windows Spying tool
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/TronScript" rel="nofollow">Tron</a>
|
||
Tron, an automated PC cleanup script
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/basil00/TorWall">Tallow</a> Tallow is a
|
||
transparent Tor firewall and proxying solution for Windows.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-email"
|
||
class="anchor"
|
||
href="#email"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Email
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://protonmail.com/" rel="nofollow">ProtonMail</a> Secure
|
||
Email Based in Switzerland
|
||
</li>
|
||
<li>
|
||
<a href="https://10minutemail.net/" rel="nofollow">10 Minute Mail</a>
|
||
Disposable, private mailboxes
|
||
</li>
|
||
<li>
|
||
<a href="https://cock.li/" rel="nofollow">Cock.li</a> Yeah it's mail
|
||
with cocks
|
||
</li>
|
||
<li>
|
||
<a href="https://tutanota.com/" rel="nofollow">Tutanota</a> Secure,
|
||
open source email service
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-decentralised-networks"
|
||
class="anchor"
|
||
href="#decentralised-networks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Decentralised Networks
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.torproject.org/" rel="nofollow">Tor</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Tor is free software and an open network that helps you defend against
|
||
traffic analysis.
|
||
</li>
|
||
<li>
|
||
<a href="https://geti2p.net/en/" rel="nofollow">I2P</a> I2P is an
|
||
anonymous overlay network - a network within a network. It is intended
|
||
to protect communication from dragnet surveillance and monitoring by
|
||
third parties such as ISPs.
|
||
</li>
|
||
<li>
|
||
<a href="https://freenetproject.org" rel="nofollow">Freenet</a>
|
||
Freenet is free software which lets you anonymously share files,
|
||
browse and publish "freesites" (web sites accessible only through
|
||
Freenet) and chat on forums, without fear of censorship.
|
||
</li>
|
||
<li>
|
||
<a href="https://zeronet.io/" rel="nofollow">Zeronet</a> Open, free
|
||
and uncensorable websites, using Bitcoin cryptography and BitTorrent
|
||
network
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-operating-systems"
|
||
class="anchor"
|
||
href="#operating-systems"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Operating Systems
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.qubes-os.org/" rel="nofollow">Qubes OS</a> Qubes
|
||
OS is a security-oriented operating system
|
||
</li>
|
||
<li>
|
||
<a href="https://tails.boum.org/" rel="nofollow">Tails</a> Tails is a
|
||
live operating system that you can start on almost any computer from a
|
||
USB stick or a DVD.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-domain-names"
|
||
class="anchor"
|
||
href="#domain-names"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Domain Names
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://njal.la/" rel="nofollow">Njalla</a> a privacy-aware
|
||
domain registration service
|
||
</li>
|
||
<li>
|
||
<a href="http://xip.io/" rel="nofollow">xip.io</a> magic domain name
|
||
that provides wildcard DNS for any IP address.
|
||
</li>
|
||
<li>
|
||
<a href="https://domainr.com/" rel="nofollow">Domainr</a> Domainr
|
||
finds domain names and short URLs. Instantly check availability and
|
||
register for all top-level domains.
|
||
</li>
|
||
<li>
|
||
<a href="http://dot.tk" rel="nofollow">dot.tk</a> Free .tk and other
|
||
domain names.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-torrenting"
|
||
class="anchor"
|
||
href="#torrenting"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Torrenting
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/torrents" rel="nofollow"
|
||
>/r/torrents</a
|
||
>
|
||
Questions and discussion about all things torrent-related
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/BitTorrent" rel="nofollow"
|
||
>BitTorrent</a
|
||
>
|
||
Wikipedia's article on the BitTorrent file sharing protocol
|
||
</li>
|
||
<li>
|
||
<a href="https://trace.corrupt-net.org/live.php" rel="nofollow"
|
||
>Live Tracer</a
|
||
>
|
||
Pre-time tracer for scene releases
|
||
</li>
|
||
<li>
|
||
<a href="http://magnet2torrent.me/" rel="nofollow"
|
||
>magent2torrent.me</a
|
||
>
|
||
Converts magnet links to torrent files
|
||
</li>
|
||
<li>
|
||
<a href="http://mgnet.me/" rel="nofollow">mgnet.me</a> Magnet URI
|
||
shortener
|
||
</li>
|
||
<li>
|
||
<a href="https://torrage.info/" rel="nofollow">Torrage</a> Torrage is
|
||
a free service for caching torrent files online.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.google.com/search?q=peerflix+site%3Aherokuapp.com"
|
||
rel="nofollow"
|
||
>peerflix Google Search</a
|
||
>
|
||
Searches Heroku-deployed instances of Peerflix for streaming torrents
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://nzbdrone.readthedocs.io/Implementing-a-Torznab-indexer/"
|
||
rel="nofollow"
|
||
>Torznab</a
|
||
>
|
||
Newznab-like API offering a standardized recent/search API for both TV
|
||
and movies
|
||
</li>
|
||
<li>
|
||
<a href="https://xbit.pw" rel="nofollow">xbit</a> Magnet link
|
||
repository
|
||
</li>
|
||
<li>
|
||
<a href="https://gitlab.com/dessalines/torrents.csv" rel="nofollow"
|
||
>torrents.csv</a
|
||
>
|
||
Torrents.csv is a collaborative repository of torrents, consisting of
|
||
a single, searchable torrents.csv file.
|
||
</li>
|
||
<li>
|
||
<a href="https://torrents-csv.ml" rel="nofollow">torrents-csv.ml</a>
|
||
The above torrents.csv hosted.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Rudde/mktorrent">mktorrent</a> mktorrent
|
||
is a simple command line utility to create BitTorrent metainfo files.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.qtorrent.in/" rel="nofollow">qtorrent.in</a> A
|
||
free, fast, powerful and legal Magnet URI indexer.
|
||
</li>
|
||
<li>
|
||
<a href="https://torrent-paradise.ml/" rel="nofollow"
|
||
>Torrent Paradise</a
|
||
>
|
||
IPFS-based decentralised torrent search engine.
|
||
</li>
|
||
<li>
|
||
<a href="https://torrent.nz/" rel="nofollow">torrent.nz</a> Torrent.nz
|
||
is a magnet torrent search engine.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-trackers"
|
||
class="anchor"
|
||
href="#trackers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Trackers
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/trackers" rel="nofollow"
|
||
>/r/trackers</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A subreddit for discussing public & private trackers.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/trackers/comments/fthja/a_simple_guide_to_a_better_ratio/"
|
||
rel="nofollow"
|
||
>A Simple Guide To A Better Ratio</a
|
||
>
|
||
A good tracker requires you to upload what you download. This guide
|
||
explains many of the methods involved with keeping on top of this
|
||
sometimes difficult task.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://filenetworks.blogspot.com/2010/12/list-of-private-torrent-trackers.html"
|
||
rel="nofollow"
|
||
>Tracker Twitters</a
|
||
>
|
||
List Of Private Torrent Trackers & BitTorrent News Accounts To
|
||
Follow On Twitter
|
||
</li>
|
||
<li>
|
||
<a href="http://www.bvlist.com/" rel="nofollow">Bravo List</a> Tracker
|
||
directory
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-private-trackers"
|
||
class="anchor"
|
||
href="#private-trackers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Private Trackers
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://alpharatio.cc" rel="nofollow">AlphaRatio </a> (AR)
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A good starter tracker with lots of freeleech content.
|
||
</li>
|
||
<li>
|
||
<a href="https://animebytes.tv/" rel="nofollow">AnimeBytes</a> (AB)
|
||
community centralized around Japanese media, including anime, manga,
|
||
and music
|
||
</li>
|
||
<li>
|
||
<a href="https://audionews.org/" rel="nofollow">Audionews</a> (AN)
|
||
Private torrent tracker for music production audio. (DJ apps, audio
|
||
editor, DAW apps etc) Open signups on the 1st-2nd every month.
|
||
</li>
|
||
<li>
|
||
<a href="https://awesome-hd.me/" rel="nofollow">Awesome HD</a> (AHD)
|
||
Awesome-HD is a private tracker for quality enthusiasts.
|
||
</li>
|
||
<li>
|
||
<a href="https://bakabt.me/" rel="nofollow">BakaBT</a> (BBT) a torrent
|
||
tracker which specializes in serving anime fans
|
||
</li>
|
||
<li>
|
||
<a href="https://beyondhd.xyz/" rel="nofollow">BeyondHD</a> (BHD)
|
||
BeyondHD is a ratioless torrent tracker dedicated to HD movies and TV
|
||
shows in High Definition.
|
||
</li>
|
||
<li>
|
||
<a href="https://bibliotik.me/" rel="nofollow">Bibliotik</a> (BI)
|
||
Popular ebooks/audiobooks private tracker
|
||
</li>
|
||
<li>
|
||
<a href="http://bitspyder.net/" rel="nofollow">Bitspyder</a> (BS)
|
||
Bitspyder is an educational torrent site devoted to e-Learning content
|
||
such as e-Books, video courses, and audio books.
|
||
</li>
|
||
<li>
|
||
<a href="https://blutopia.xyz" rel="nofollow">Blutopia</a> (BLU)
|
||
Blutopia is a private tracker for HD movies and HD TV shows.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.cgpeers.com/" rel="nofollow">CGPeers</a> (CGP)
|
||
CGPeers is a private torrent tracker for all things computer graphics:
|
||
tutorials, graphics software, 3D, visual effects, design, and
|
||
computer-assisted art.
|
||
</li>
|
||
<li>
|
||
<a href="https://filelist.ro/" rel="nofollow">Filelist</a> (FL) Large
|
||
Romanian general tracker with mostly English content. No RAR files
|
||
allowed. (Scene torrents are unrared, and then allowed.)
|
||
</li>
|
||
<li>
|
||
<a href="https://gazellegames.net/login.php" rel="nofollow"
|
||
>GazelleGames</a
|
||
>
|
||
(GGn) Currently the largest private tracker for games.
|
||
</li>
|
||
<li>
|
||
<a href="https://hd4.xyz" rel="nofollow">HD4Free</a> (HD4F) HD4Free is
|
||
a general HD tracker with a good range of content. It is a ratioless
|
||
tracker so it is great for beginners. Note that any adult content/porn
|
||
is strictly prohibited there.
|
||
</li>
|
||
<li>
|
||
<a href="https://hdf.world/" rel="nofollow">HD-Forever</a> (HD-F)
|
||
HD-Forever is a French private tracker for HD movies.
|
||
</li>
|
||
<li>
|
||
<a href="https://hd-space.org/" rel="nofollow">HD-Space</a> (HDS)
|
||
HD-Space is a private torrent tracker hosting HD movies, TV shows, and
|
||
music torrents. Good tracker for beginners.
|
||
</li>
|
||
<li>
|
||
<a href="https://iptorrents.com/" rel="nofollow">IPTorrents</a> (IPT)
|
||
Private tracker with movies, books, and more.
|
||
</li>
|
||
<li>
|
||
<a href="https://jpopsuki.eu/" rel="nofollow">JPopsuki</a> (JPop)
|
||
JPopsuki is a torrent tracker focused on Asian music.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.myanonamouse.net/" rel="nofollow"
|
||
>MyAnonaMouse</a
|
||
>
|
||
(MAM) Private E-Learning tracker with about 360 000 torrents including
|
||
audiobooks, e-learning, musicology, and radio.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.myspleen.org/login.php" rel="nofollow"
|
||
>MySpleen</a
|
||
>
|
||
(MS) MySpleen is a private tracker which specialises in comedy,
|
||
animation, and TV series.
|
||
</li>
|
||
<li>
|
||
<a href="https://nostalgic.is/" rel="nofollow">Nostalgic Torrents</a>
|
||
(NT) Private tracker for anime, comics/manga, documentaries, movies,
|
||
TV - PRE 2013, TV - PRE 2009 With Original Commercials, etc. Also
|
||
known as The-Archive and HeyNow.
|
||
</li>
|
||
<li>
|
||
<a href="https://passthepopcorn.me/" rel="nofollow">PassThePopcorn</a>
|
||
(PTP) ratio-based torrent tracker for movies
|
||
</li>
|
||
<li>
|
||
<a href="https://pte.nu/" rel="nofollow">PolishTracker</a> (PT)
|
||
PolishTracker is the oldest private Polish tracker existing to this
|
||
day
|
||
</li>
|
||
<li>
|
||
<a href="https://polishsource.cz/" rel="nofollow">PolishSource</a>
|
||
(PS) PolishSource is a big private Polish ratio-less tracker
|
||
</li>
|
||
<li>
|
||
<a href="https://privatehd.to/" rel="nofollow">PrivateHD</a> (PHD)
|
||
PrivateHD is a private BitTorrent tracker focused on high definition
|
||
movies and TV show torrents.
|
||
</li>
|
||
<li>
|
||
<a href="https://redacted.ch/" rel="nofollow">Redacted</a> (RED)
|
||
Largest private music tracker at 1.5 million torrents.
|
||
</li>
|
||
<li>
|
||
<a href="https://thegeeks.click/" rel="nofollow">TheGeeks</a> (TGBZ)
|
||
Private tracker for e-learning
|
||
</li>
|
||
<li>
|
||
<a href="https://torrentleech.org/" rel="nofollow">TorrentLeech</a>
|
||
(TL) Well-known popular private tracker
|
||
</li>
|
||
<li>
|
||
<a href="https://www.tvchaosuk.com/" rel="nofollow">TVChaos UK</a>
|
||
(TVCUK) Private tracker for British television
|
||
</li>
|
||
<li>
|
||
<a href="https://uhdbits.org/" rel="nofollow">UHDBits</a> (UHD)
|
||
UHDBits is a Vietnamese private torrent tracker focused on HD movies
|
||
and TV shows.
|
||
</li>
|
||
<li>
|
||
<a href="https://worldofp2p.net" rel="nofollow">WorldOfP2P</a> (WOP)
|
||
Private tracker for Movies, TV, and General.
|
||
</li>
|
||
<li>
|
||
<a href="https://pastebin.com/thLgSkNE" rel="nofollow"
|
||
>/PTG tracker manifesto</a
|
||
>
|
||
List of private trackers
|
||
</li>
|
||
<li>
|
||
<a href="https://i.imgur.com/0QoLttS.jpg" rel="nofollow"
|
||
>0QoLttS.jpg</a
|
||
>
|
||
Screenshot of a table from somewhere of private trackers and their
|
||
sign-up requirements
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://wiki.installgentoo.com/images/9/97/Private_tracker_flowchart.png"
|
||
rel="nofollow"
|
||
>Private Tracker Flowchart</a
|
||
>
|
||
V4 of the private tracker flowchart. Somewhat out of date.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://wiki.installgentoo.com/index.php/Private_trackers"
|
||
rel="nofollow"
|
||
>Private trackers</a
|
||
>
|
||
Guide on how to get into (and survive) the world of private trackers.
|
||
</li>
|
||
<li>
|
||
<a href="https://interviewfor.red/en/index.html" rel="nofollow"
|
||
>RED Interview Prep</a
|
||
>
|
||
This site was written as a guide for potential users to learn about
|
||
music formats, transcodes, torrenting, and burning and ripping —
|
||
everything you need to know in order to pass the RED interview.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://docs.google.com/spreadsheets/d/1zYZ2107xOZwQ37AjLTc5A4dUJl0ilg8oMrZyA0BGvc0/edit#gid=1357476050"
|
||
rel="nofollow"
|
||
>Tracker Spreadsheet</a
|
||
>
|
||
Comprehensive spreadsheet of private trackers (somewhat out of date)
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-semi-private-trackers"
|
||
class="anchor"
|
||
href="#semi-private-trackers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Semi-Private Trackers
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://rutracker.org/forum/index.php" rel="nofollow"
|
||
>ruTracker</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
RuTracker is a huge Russian torrent site with a thriving file-sharing
|
||
community.
|
||
</li>
|
||
<li>
|
||
<a href="http://zamunda.net" rel="nofollow">Zamunda.net</a> A
|
||
Bulgarian tracker with English and Russian translations available.
|
||
</li>
|
||
<li>
|
||
<a href="https://arenabg.com/" rel="nofollow">ArenaBG</a> A Bulgarian
|
||
tracker with an English translation available.
|
||
</li>
|
||
<li>
|
||
<a href="https://nnmclub.to/" rel="nofollow">NoNaMe Club</a> Russian
|
||
semi-private tracker and forum
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-public-trackers"
|
||
class="anchor"
|
||
href="#public-trackers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Public Trackers
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://1337x.to/" rel="nofollow">1337x</a> 1337x is a
|
||
torrent site that offers verified torrent downloads.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.ettv.tv/" rel="nofollow">ETTV</a> ETTV is a
|
||
torrent site specific for movie torrents.
|
||
</li>
|
||
<li>
|
||
<a href="https://eztv.ag/" rel="nofollow">EZTV</a> EZTV is a torrent
|
||
site for TV shows founded by TV-torrent distribution group EZTV.
|
||
</li>
|
||
<li>
|
||
<a href="https://isohunt2.net/" rel="nofollow">Isohunt2</a> Clone of
|
||
the original isoHunt torrent index and repository
|
||
</li>
|
||
<li>
|
||
<a href="https://katcr.co/" rel="nofollow">KickAss Torrents</a>
|
||
Community-made reincarnation launched in 2016
|
||
</li>
|
||
<li>
|
||
<a href="https://rarbg.to/" rel="nofollow">RARBG</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Public tracker with its own release group
|
||
</li>
|
||
<li>
|
||
<a href="https://yts.am/" rel="nofollow">YTS</a> Small-size HD movies
|
||
from YIFY
|
||
</li>
|
||
<li>
|
||
<a href="https://thepiratebay.org/" rel="nofollow">The Pirate Bay</a>
|
||
Infamous torrent site which is somehow still running, blocked in most
|
||
places but can be
|
||
<a href="https://piratebayblocked.com/" rel="nofollow">accessed</a>
|
||
<a href="https://cruzing.xyz/" rel="nofollow">via</a>
|
||
<a href="https://thepiratebay.vin/" rel="nofollow">numerous</a>
|
||
<a href="https://pirateproxy.life/" rel="nofollow">proxy</a>
|
||
<a href="https://tpbproxy.online/" rel="nofollow">sites</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://proxybay.bz/" rel="nofollow">The Proxy Bay</a> Can't
|
||
access The Pirate Bay? Try one of these proxy sites.
|
||
</li>
|
||
<li>
|
||
<a href="https://torrentz2.eu/" rel="nofollow">Torrentz2</a> A good
|
||
replacement of the defunct Torrentz.eu
|
||
</li>
|
||
<li>
|
||
<a href="https://idope.top/" rel="nofollow">Idope (Clone)</a> iDope is
|
||
a torrent search engine presenting direct magnet links, comments and
|
||
up to date seeder/leecher statistics.
|
||
</li>
|
||
<li>
|
||
<a href="https://zooqle.com/" rel="nofollow">Zooqle</a> Zooqle is a
|
||
relatively new torrent index providing a huge database of verified
|
||
torrents.
|
||
</li>
|
||
<li>
|
||
<a href="http://rutor.info/" rel="nofollow">rutor</a> Russian tracker
|
||
</li>
|
||
<li>
|
||
<a href="https://glodls.to/" rel="nofollow">GloTorrents</a> Download
|
||
Movies, TV, Games and Other Torrents Free
|
||
</li>
|
||
<li>
|
||
<a href="https://btdb.to/" rel="nofollow">BTDB</a> Large BitTorrent
|
||
DHT search engine
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ngosang/trackerslist">trackerslist</a> An
|
||
updated list of public BitTorrent trackers
|
||
</li>
|
||
<li>
|
||
<a href="http://www.magnetdl.com/" rel="nofollow">MagnetDL</a> Magnet
|
||
link only search engine
|
||
</li>
|
||
<li>
|
||
<a href="https://torrentgalaxy.org/" rel="nofollow">TorrentGalaxy</a>
|
||
Public tracker with a clean UI which now supports embedded streaming
|
||
for internal uploads
|
||
</li>
|
||
<li>
|
||
<a href="https://games4theworld.org" rel="nofollow">Games4theworld</a>
|
||
Torrents and magnet links for games
|
||
</li>
|
||
<li>
|
||
<a href="http://en.metal-tracker.com/" rel="nofollow"
|
||
>metal-tracker.com</a
|
||
>
|
||
Heavy metal music tracker
|
||
</li>
|
||
<li>
|
||
<a href="https://www.skytorrents.lol/" rel="nofollow">SkyTorrents</a>
|
||
Revival of the recently-shut-down, privacy-focused, ad-free torrent
|
||
indexer
|
||
</li>
|
||
<li>
|
||
<a href="http://pirateiro.com/" rel="nofollow">Pirateiro</a> Pirateiro
|
||
is a torrent index for Brazilian and Portuguese torrents.
|
||
</li>
|
||
<li>
|
||
<a href="https://torrentking.io/" rel="nofollow">TorrentKing</a>
|
||
Torrentking is a popular movie torrent site.
|
||
</li>
|
||
<li>
|
||
<a href="http://moviemagnet.co/" rel="nofollow">moviemagnet</a>
|
||
Verified torrents for movies.
|
||
</li>
|
||
<li>
|
||
<a href="https://zonatorrent.tv/" rel="nofollow">Zonatorrent</a>
|
||
Spanish tracker
|
||
</li>
|
||
<li>
|
||
<a href="https://www.torrentfunk.com/" rel="nofollow">TorrentFunk</a>
|
||
TorrentFunk is a torrent site providing verified torrents for all
|
||
kinds of content.
|
||
</li>
|
||
<li>
|
||
<a href="http://udush.com/" rel="nofollow">HDSector</a> Bollywood /
|
||
Hindi / Hollywood HD Movies
|
||
</li>
|
||
<li>
|
||
<a href="https://otorrents.com/" rel="nofollow">OTorrents</a> Yet
|
||
another public torrent tracker
|
||
</li>
|
||
<li>
|
||
<a href="https://www.torlock.com/" rel="nofollow">Torlock</a> Torlock
|
||
is a torrent index and torrent search that helps to access the latest
|
||
in TV series and movies.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.digbt.org/" rel="nofollow">DIGBT</a> DIGBT is a
|
||
DHT torrent search engine.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.torrent9.ph/" rel="nofollow">Torrent9</a> French
|
||
torrent search engine
|
||
</li>
|
||
<li>
|
||
<a href="https://yggtorrent.li/" rel="nofollow">YggTorrent</a> French
|
||
tracker and search engine (have a download/upload ratio limitation)
|
||
</li>
|
||
<li>
|
||
<a href="https://worldwidetorrents.me/" rel="nofollow"
|
||
>WorldWide Torrents</a
|
||
>
|
||
Another public tracker with a reasonably nice UI
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-tracker-aggregators"
|
||
class="anchor"
|
||
href="#tracker-aggregators"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Tracker Aggregators
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://snowfl.com/" rel="nofollow">snowfl</a> snowfl is a
|
||
torrent aggregator which searches various public torrent indexes in
|
||
real-time
|
||
</li>
|
||
<li>
|
||
<a href="http://tparser.org/" rel="nofollow">TParser</a> Russian
|
||
torrent sites indexer
|
||
</li>
|
||
<li>
|
||
<a href="https://torrents.me/" rel="nofollow">Torrents.me</a>
|
||
Torrents.me combines popular torrent sites and specialized private
|
||
trackers in a torrent multisearch.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/DEgITx/rats-search">rats-search</a> P2P
|
||
Bittorrent search engine
|
||
</li>
|
||
<li>
|
||
<a href="http://www.aiosearch.com/" rel="nofollow">AIO Search</a>
|
||
Torrent search engine
|
||
</li>
|
||
<li>
|
||
<a href="https://solidtorrents.net" rel="nofollow">SolidTorrents</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A clean, privacy focused torrent search engine.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-tracker-proxies"
|
||
class="anchor"
|
||
href="#tracker-proxies"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Tracker Proxies
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/Jackett/Jackett">Jackett</a> API Support
|
||
for your favorite torrent trackers.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/cardigann/cardigann">Cardigann</a> A proxy
|
||
server for adding new indexers to Sonarr, SickRage, and other media
|
||
managers
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/theotherp/nzbhydra2/">nzbhydra2</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Primarily a Usenet metasearch engine but also supports Torznab
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-tracker-invites"
|
||
class="anchor"
|
||
href="#tracker-invites"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Tracker Invites
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/opensignups" rel="nofollow"
|
||
>/r/OpenSignups</a
|
||
>
|
||
Open Signups - When Private Trackers Open Their Doors To The Public
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/invites" rel="nofollow"
|
||
>/r/Invites</a
|
||
>
|
||
Post wanted ads for private tracker invites here
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/trackers/comments/7ildxx/open_signups_thread/"
|
||
rel="nofollow"
|
||
>Open sign-ups thread</a
|
||
>
|
||
/r/trackers thread for posting trackers that are currently open for
|
||
registration.
|
||
</li>
|
||
<li>
|
||
<a href="https://opentrackers.org/" rel="nofollow"
|
||
>Opentrackers.org</a
|
||
>
|
||
Private Torrent Trackers & File Sharing
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/trackers/wiki/getting_into_private_trackers"
|
||
rel="nofollow"
|
||
>getting_into_private_trackers</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Helpful resource from the /r/trackers wiki
|
||
</li>
|
||
<li>
|
||
<a href="http://btracs.com/" rel="nofollow">BTRACS</a> an automatic
|
||
information site which periodically checks closed community BitTorrent
|
||
trackers for being open for signup.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-torrent-clients"
|
||
class="anchor"
|
||
href="#torrent-clients"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Torrent Clients
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.qbittorrent.org/" rel="nofollow">qBitTorrent</a>
|
||
Popular, lightweight, multi-platform torrent client
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.techsupportalert.com/qbittorrent-help-torrent-search-engine"
|
||
rel="nofollow"
|
||
>qBitTorrent search function</a
|
||
>
|
||
Allows you to search popular trackers directly from qBittorrent
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins#plugins-for-public-sites"
|
||
>qBitTorrent plugins for public sites</a
|
||
>
|
||
List of qBitTorrent plugins for searching public torrent sites.
|
||
</li>
|
||
<li>
|
||
<a href="https://transmissionbt.com/" rel="nofollow">Transmission</a>
|
||
Default torrent client in many distros.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/popcorn-official/popcorn-desktop"
|
||
>Popcorn Time</a
|
||
>
|
||
Popcorn Time is a multi-platform, free software BitTorrent client that
|
||
includes an integrated media player.
|
||
</li>
|
||
<li>
|
||
<a href="http://butterproject.org/" rel="nofollow">Butter Project</a>
|
||
A legal fork of Popcorn Time which is configurable to allow for custom
|
||
sources of video
|
||
</li>
|
||
<li>
|
||
<a href="http://www.bitlord.com/" rel="nofollow">BitLord</a> Another
|
||
BitTorrent streaming client
|
||
</li>
|
||
<li>
|
||
<a href="https://tixati.com/" rel="nofollow">Tixati</a> Lightweight
|
||
torrent client for Windows and Linux
|
||
</li>
|
||
<li>
|
||
<a href="https://picotorrent.org/" rel="nofollow">PicoTorrent</a>
|
||
Lightweight and minimalistic torrent client for Windows
|
||
</li>
|
||
<li>
|
||
<a href="https://www.frostwire.com/" rel="nofollow">FrostWire</a>
|
||
FrostWire is a Free and open-source BitTorrent client first released
|
||
in September 2004, as a fork of LimeWire.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/mafintosh/peerflix">peerflix</a> Streaming
|
||
torrent client for node.js
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/hauxir/rapidbay">RapidBay</a> Rapid bay is
|
||
a self hosted video service/torrent client that makes playing videos
|
||
from torrents easy.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://tornado-torrent.gitlab.io/posts/first-beta/"
|
||
rel="nofollow"
|
||
>Tornado</a
|
||
>
|
||
Tornado is a modern web-first BitTorrent client designed with
|
||
usability in mind. Based on Transmission.
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-deluge"
|
||
class="anchor"
|
||
href="#deluge"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Deluge
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.deluge-torrent.org/" rel="nofollow">Deluge</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Deluge is a lightweight, Free Software, cross-platform BitTorrent
|
||
client.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/omaralvarez/deluge-autoremoveplus"
|
||
>AutoRemovePlus</a
|
||
>
|
||
Auto removing of deluge torrents
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ratanakvlun/deluge-ltconfig/releases"
|
||
>ltConfig</a
|
||
>
|
||
ltConfig is a plugin for Deluge that allows direct modification to
|
||
libtorrent settings and has preset support.
|
||
</li>
|
||
<li>
|
||
<a href="https://dev.deluge-torrent.org/wiki/Plugins" rel="nofollow"
|
||
>Deluge Plugins</a
|
||
>
|
||
List of official and third-party plugins for Deluge
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-rtorrent"
|
||
class="anchor"
|
||
href="#rtorrent"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>rTorrent
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://rakshasa.github.io/rtorrent/" rel="nofollow"
|
||
>rTorrent</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
rTorrent is a text-based ncurses BitTorrent client written in C++
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Novik/ruTorrent">ruTorrent</a> Yet another
|
||
web front-end for rTorrent
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://github.com/rtorrent-community/rtorrent-community.github.io/wiki"
|
||
>rTorrent Community wiki</a
|
||
>
|
||
GitHub wiki for rTorrent
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://rtorrent-docs.readthedocs.io/en/latest/"
|
||
rel="nofollow"
|
||
>rTorrent Docs</a
|
||
>
|
||
Comprehensive manual and user guide for the rTorrent bittorrent client
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/InAnimaTe/rutorrent-themes"
|
||
>rutorrent-themes</a
|
||
>
|
||
A collection of default and new, original themes for ruTorrent.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jfurrow/flood">flood</a> A web UI for
|
||
rTorrent with a Node.js backend and React frontend.
|
||
</li>
|
||
<li>
|
||
<a href="https://wiki.archlinux.org/index.php/RTorrent" rel="nofollow"
|
||
>rTorrent ArchWiki Page</a
|
||
>
|
||
Detailed article to answer most common questions about rTorrent
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://jes.sc/kb/rTorrent-ruTorrent-Seedbox-Guide.php"
|
||
rel="nofollow"
|
||
>rTorrent Seedbox Guide</a
|
||
>
|
||
This guide is a single-page, comprehensive guide to take you
|
||
step-by-step through installation and configuration.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/pyroscope/rtorrent-ps">rtorrent-ps</a>
|
||
Extended rTorrent distribution with a fully customizable canvas and
|
||
colors, other feature additions, and complete docs.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/pyroscope/pyrocore">pyrocore</a> A
|
||
collection of tools for the BitTorrent protocol and especially the
|
||
rTorrent client
|
||
</li>
|
||
<li>
|
||
<a href="https://calomel.org/rtorrent_mods.html" rel="nofollow"
|
||
>rTorrent research</a
|
||
>
|
||
security modifications and other hacks for usability
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/AkdM/rutorrent-all-seeders"
|
||
>rutorrent-all-seeders</a
|
||
>
|
||
This ruTorrent plugin adds the columns 'All Seeders' to the torrents
|
||
list.
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-webtorrent-clients"
|
||
class="anchor"
|
||
href="#webtorrent-clients"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>WebTorrent Clients
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.magnetoo.io/" rel="nofollow">magnetoo</a> Fancy
|
||
new in-browser WebTorrent streaming service
|
||
</li>
|
||
<li>
|
||
<a href="https://btorrent.xyz/" rel="nofollow">βTorrent</a>
|
||
fully-featured
|
||
<a href="https://webtorrent.io/" rel="nofollow">WebTorrent</a> browser
|
||
client written in HTML, JS and CSS
|
||
</li>
|
||
<li>
|
||
<a href="https://webtorrent.io/desktop/" rel="nofollow"
|
||
>WebTorrent Desktop</a
|
||
>
|
||
WebTorrent Desktop is for streaming torrents.
|
||
</li>
|
||
<li>
|
||
<a href="https://instant.io/" rel="nofollow">Instant.io</a> Streaming
|
||
file transfer over WebTorrent (torrents on the web)
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-autodl-irssi"
|
||
class="anchor"
|
||
href="#autodl-irssi"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>autodl-irssi
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://autodl-community.github.io/autodl-irssi/"
|
||
rel="nofollow"
|
||
>autodl-irssi</a
|
||
>
|
||
autodl-irssi is a plugin for irssi that monitors IRC announce channels
|
||
for torrent trackers and downloads torrent files based on user-defined
|
||
filters.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Zymest/autodl-curl-sonarr"
|
||
>autodl-curl-sonarr</a
|
||
>
|
||
Script to use as upload-command for autodl-irssi to post to Sonarr
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Igglybuff/mreg">mreg</a> Generates a
|
||
"Match releases" expression for your autodl-irssi filter based on
|
||
dvdsreleasedates.com's "Most Requested DVD Release Dates" section.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://gist.github.com/Igglybuff/00d5e91274a562ac724d358bbbc8bc7b"
|
||
>Slack notifications for autodl-irssi</a
|
||
>
|
||
Guide by yours truly on enabling Slack notifications for autodl-irssi
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-seedboxes"
|
||
class="anchor"
|
||
href="#seedboxes"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Seedboxes
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/seedboxes" rel="nofollow"
|
||
>/r/seedboxes</a
|
||
>
|
||
A place to discuss seedboxes and everything related to them.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ipsingh06/seedsync">SeedSync</a> SeedSync
|
||
is a GUI-configurable, LFTP-based file transfer and management
|
||
program.
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-web-based-cloud-seedboxes"
|
||
class="anchor"
|
||
href="#web-based-cloud-seedboxes"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Web-based Cloud Seedboxes
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.seedr.cc/" rel="nofollow">Seedr</a> Essentially a
|
||
seedbox you can paste torrents into which returns a streamable direct
|
||
link
|
||
</li>
|
||
<li>
|
||
<a href="http://www.zxcfiles.net" rel="nofollow">ZXCFiles</a> A
|
||
similar service that allows you to paste magnet links or upload
|
||
torrent files and get a DDL. First 20GB are free.
|
||
</li>
|
||
<li>
|
||
<a href="https://bitport.io/" rel="nofollow">Bitport.io</a> Another
|
||
direct download site for pasting magnet links or .torrent files. Free
|
||
accounts offer 1GB for free.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.torrentsafe.com/" rel="nofollow">Torrent Safe</a>
|
||
Free plan includes 1GB max file size, 2 days file lifetime. Discounts
|
||
for paid subscriptions pop up on their
|
||
<a href="https://www.facebook.com/TorrentSafe/" rel="nofollow"
|
||
>Facebook page</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.furk.net/" rel="nofollow">Furk.net</a> Free trial
|
||
offers 1GB per day or 5GB per week if you can get an invite/voucher or
|
||
use Facebook
|
||
</li>
|
||
<li>
|
||
<a href="https://filestream.me/" rel="nofollow">FileStream.me</a> Free
|
||
subscription offers 200Mb max file size and 200GB storage total
|
||
</li>
|
||
<li><a href="https://www.2giga.link/" rel="nofollow">2Giga.link</a></li>
|
||
<li>
|
||
<a href="https://www.foxleech.com/" rel="nofollow">Foxleech</a> No
|
||
free trial, plans start at $3 per month
|
||
</li>
|
||
<li>
|
||
<a href="https://boxopus.com/" rel="nofollow">Boxopus</a> No free
|
||
trial, plans start at $0.99 per day
|
||
</li>
|
||
<li>
|
||
<a href="https://put.io/" rel="nofollow">Put.io</a> $0.99 1 day trial
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/datashaman/putio-automator"
|
||
>Put.io automator</a
|
||
>
|
||
A suite of commands for managing torrents, transfers and files on
|
||
Put.IO
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-seedbox-hosting-providers"
|
||
class="anchor"
|
||
href="#seedbox-hosting-providers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Seedbox Hosting Providers
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://novadedi.net/index.php" rel="nofollow">novaDedi</a>
|
||
novaDedi formerly known as metaDedi was created to help to find you
|
||
the cheapest dedicated server for your intended use case.
|
||
</li>
|
||
<li>
|
||
<a href="https://checkservers.ovh/" rel="nofollow"
|
||
>CheckServers.OVH</a
|
||
>
|
||
Checks the availability of OVH servers.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.kimsufi.com/uk/" rel="nofollow">Kimsufi</a>
|
||
Affordable dedicated servers
|
||
</li>
|
||
<li>
|
||
<a href="https://www.online.net/en" rel="nofollow">Online.net</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Seedbox-friendly, affordable, dedicated server host
|
||
</li>
|
||
<li>
|
||
<a href="https://hetzner.co.za/" rel="nofollow">Heztner</a> Reliable
|
||
and affordable server host
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/seedboxes/comments/9iu7o8/andy10gbit_server_and_seedbox_list/"
|
||
rel="nofollow"
|
||
>/u/Andy10gbit</a
|
||
>
|
||
Reddit user with good deals on servers and seedboxes
|
||
</li>
|
||
<li>
|
||
<a href="https://bytesized-hosting.com/" rel="nofollow"
|
||
>Bytesized Hosting</a
|
||
>
|
||
"The best Plex server hosting in town"
|
||
</li>
|
||
<li>
|
||
<a href="https://www.feralhosting.com/pricing" rel="nofollow"
|
||
>FeralHosting</a
|
||
>
|
||
Shared seedbox hosting provider
|
||
</li>
|
||
<li>
|
||
<a href="https://whatbox.ca/" rel="nofollow">Whatbox</a> Whatbox is a
|
||
BitTorrent CDN
|
||
</li>
|
||
<li>
|
||
<a href="https://seedboxes.cc/" rel="nofollow">Seedboxes.cc</a>
|
||
Reliable and affordable web hosting, with the power of your friendly
|
||
monsters!
|
||
</li>
|
||
<li>
|
||
<a href="https://www.ultraseedbox.com/" rel="nofollow"
|
||
>UltraSeedbox</a
|
||
>
|
||
"Plex optimized" servers to rent
|
||
</li>
|
||
<li>
|
||
<a href="https://www.seedhost.eu/seedboxes.php" rel="nofollow"
|
||
>SeedHost</a
|
||
>
|
||
"Seedhost.eu is the oldest continuously operating seedbox hosting
|
||
provider on the internet."
|
||
</li>
|
||
<li>
|
||
<a href="https://www.chmuranet.com/" rel="nofollow">Chmuranet</a>
|
||
Chmuranet is a small private boutique seedbox provider.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.xirvik.com/" rel="nofollow">Xirvik</a>
|
||
Preconfigured seedbox servers
|
||
</li>
|
||
<li>
|
||
<a href="https://www.ovh.com/world/" rel="nofollow">OVH</a> Large
|
||
cloud server provider
|
||
</li>
|
||
<li>
|
||
<a href="https://www.soyoustart.com/us/" rel="nofollow">SoYouStart</a>
|
||
Another dedicated server host
|
||
</li>
|
||
<li>
|
||
<a href="https://pulsedmedia.com/" rel="nofollow">PulsedMedia</a>
|
||
Inexpensive seedbox provider
|
||
</li>
|
||
<li>
|
||
<a href="https://cloudboxes.io/" rel="nofollow">Cloudboxes.io</a>
|
||
Seedboxes with impressive 20Gbps uplinks
|
||
</li>
|
||
<li>
|
||
<a href="https://seedbox.io/" rel="nofollow">Seedbox.io</a> Shared and
|
||
dedicated slots with 1Gbps+ uplinks
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-seedbox-setup-tools-and-guides"
|
||
class="anchor"
|
||
href="#seedbox-setup-tools-and-guides"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Seedbox Setup Tools and Guides
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://swizzin.ltd/" rel="nofollow">swizzin</a> a light,
|
||
modular package management suite for media-oriented servers
|
||
</li>
|
||
<li>
|
||
<a href="https://seedboxgui.de/" rel="nofollow">Seedbox Guide</a>
|
||
comparison tool to help you find the best fitting Seedbox
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/arakasi72/rtinst">rtinst</a> seedbox
|
||
installation script for Ubuntu and Debian systems
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/dannyti/sboxsetup">sboxsetup</a> Another
|
||
seedbox setup script
|
||
</li>
|
||
<li>
|
||
<a href="https://quickbox.io/" rel="nofollow">QuickBox IO</a> Seedbox
|
||
installer script
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/vaeyo/MediaServer-DockerComposeFiles"
|
||
>MediaServer-DockerComposeFiles</a
|
||
>
|
||
Docker-Compose Files for Media Server Related Apps [Radarr, Sonarr,
|
||
Plex, rTorrent, NZBGet, Ombi, Emby, etc]
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/justinhamlett/usenet-docker"
|
||
>usenet-docker</a
|
||
>
|
||
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr,
|
||
Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/GhostWriters/DockSTARTer">DockSTARTer</a>
|
||
DockSTARTer helps you get started with home server apps running in
|
||
Docker.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.openflixr.com/" rel="nofollow">OpenFLIXR</a>
|
||
OpenFLIXR Media Server is an all-in-one media server for automated
|
||
downloading and serving media.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-tracker-frameworks"
|
||
class="anchor"
|
||
href="#tracker-frameworks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Tracker Frameworks
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/HDVinnie/Torrent-Tracker-Platforms"
|
||
>Torrent-Tracker-Platforms</a
|
||
>
|
||
A Curated List Of Torrent Tracker Platforms/Codebases Written In
|
||
Multiple Coding Languages
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/HDInnovations/UNIT3D">UNIT3D</a> The
|
||
Nex-Gen Private Torrent Tracker (Aimed For Movie / TV Use)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/taobataoma/meanTorrent">meanTorrent</a> A
|
||
BitTorrent Private Tracker CMS with Multilingual, and IRC announce
|
||
support, CloudFlare support.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ZJUT/NexusPHP">NexusPHP</a> BitTorrent
|
||
private tracker scripts written in PHP.
|
||
</li>
|
||
<li>
|
||
<a href="https://whatcd.github.io/Gazelle/" rel="nofollow">Gazelle</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
web framework geared towards private torrent trackers with a focus on
|
||
music
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://erdgeist.org/arts/software/opentracker/"
|
||
rel="nofollow"
|
||
>opentracker</a
|
||
>
|
||
opentracker is an open and free BitTorrent tracker project.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-usenet"
|
||
class="anchor"
|
||
href="#usenet"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Usenet
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/Usenet" rel="nofollow"
|
||
>Usenet</a
|
||
>
|
||
Usenet is a worldwide distributed discussion system available on
|
||
computers.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/Usenet_newsgroup"
|
||
rel="nofollow"
|
||
>Usenet newsgroup</a
|
||
>
|
||
A Usenet newsgroup is a repository usually within the Usenet system,
|
||
for messages posted from many users in different locations using the
|
||
Internet.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/Usenet" rel="nofollow">/r/Usenet</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
a thriving community dedicated to helping users old and new understand
|
||
and use Usenet.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/UsenetInvites" rel="nofollow"
|
||
>/r/UsenetInvites</a
|
||
>
|
||
Requests and offers for Usenet indexers
|
||
</li>
|
||
<li>
|
||
<a href="https://nzblnk.info/" rel="nofollow">NZBLINK</a> The NZBLNK™
|
||
URI scheme defines the format of NZBLNK™ links to identify binary
|
||
Usenet content and supplies some extra information to handle that
|
||
content correct (similar to magnet links, but for NZBs).
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/animetosho/Nyuu/wiki/Usenet-Uploaders"
|
||
>Usenet-Uploaders</a
|
||
>
|
||
Table of applications for uploading content to Usenet
|
||
</li>
|
||
<li>
|
||
<a href="http://www.quickpar.org.uk/index.htm" rel="nofollow"
|
||
>QuickPar</a
|
||
>
|
||
Tool for reconstructing damaged/missing/corrupt Usenet binaries
|
||
</li>
|
||
<li>
|
||
<a href="https://nzblnk.info/nzb-monkey/" rel="nofollow"
|
||
>NZB Monkey</a
|
||
>
|
||
NZB download helper-tool
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/gboudreau/sabconnectplusplus"
|
||
>SABconnect++</a
|
||
>
|
||
Chrome extension which adds one-click 'Send to SABnzbd' buttons to
|
||
many popular NZB index sites.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-usenet-providers"
|
||
class="anchor"
|
||
href="#usenet-providers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Usenet Providers
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://upload.wikimedia.org/wikipedia/commons/7/7d/Usenet_Providers_and_Backbones.svg"
|
||
rel="nofollow"
|
||
>Usenet Providers and Backbones</a
|
||
>
|
||
This is a simple overview of the current companies, backbones,
|
||
providers and resellers in the Usenet landscape.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/usenet/comments/a7ffm7/a_quick_guide_to_choosing_a_usenet_provider/"
|
||
rel="nofollow"
|
||
>A Quick Guide to Choosing a Usenet Provider</a
|
||
>
|
||
Reddit post by /u/FlickFreak
|
||
</li>
|
||
<li>
|
||
<a href="https://www.eweka.nl/" rel="nofollow">Eweka</a>
|
||
Netherlands-based Usenet provider
|
||
</li>
|
||
<li>
|
||
<a href="https://www.newsdemon.com/" rel="nofollow">Newsdemon</a>
|
||
Cheap and cheerful Usenet provider with frequent discounts
|
||
</li>
|
||
<li>
|
||
<a href="https://www.newsgroup.ninja/en" rel="nofollow"
|
||
>Newsgroup Ninja</a
|
||
>
|
||
Popular Usenet provider with a competitive subscription fee
|
||
</li>
|
||
<li>
|
||
<a href="http://usenetexpress.com/" rel="nofollow">Usenet Express</a>
|
||
UsenetExpress is a powerful new tier-1 Usenet provider which offers
|
||
strong security, a 10GB uplink per server and up to 150 streams for an
|
||
excellent price.
|
||
</li>
|
||
<li>
|
||
<a href="https://usenet.farm/" rel="nofollow">Usenet.Farm</a> Usenet
|
||
reseller with 1000+ days retention.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-usenet-indexers"
|
||
class="anchor"
|
||
href="#usenet-indexers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Usenet Indexers
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/Usenet/wiki/indexers" rel="nofollow"
|
||
>/r/Usenet wiki: indexers</a
|
||
>
|
||
Information about /r/Usenet's favourite indexing services
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-usenet-indexing-software"
|
||
class="anchor"
|
||
href="#usenet-indexing-software"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Usenet Indexing Software
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/nZEDb/nZEDb">nZEDb</a> a fork of
|
||
nnplus(2011) | NNTP / Usenet / Newsgroup indexer.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/NNTmux/newznab-tmux">newznab-tmux</a>
|
||
Laravel based usenet indexer
|
||
</li>
|
||
<li>
|
||
<a href="http://www.newznab.com/" rel="nofollow">newznab</a> newznab
|
||
is a usenet indexing application, that makes building a usenet
|
||
community easy.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/PREngineer/nZEDb-deploy">nZEDb-deploy</a>
|
||
A collection of scripts to automate and simplify the deployment of a
|
||
nZEDb Usenet Indexer using the new format of their GitHub repository.
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-paid-indexers"
|
||
class="anchor"
|
||
href="#paid-indexers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Paid Indexers
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://nzbgeek.info/" rel="nofollow">NZBgeek</a> Affordable
|
||
Usenet indexer operating since 2014.
|
||
</li>
|
||
<li>
|
||
<a href="https://nzbfinder.ws/" rel="nofollow">NZBFinder</a> Usenet
|
||
indexer and newznab API with a clean UI and 8+ year backlog of NZBs
|
||
</li>
|
||
<li>
|
||
<a href="https://drunkenslug.com/" rel="nofollow">DrunkenSlug</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Popular NZB indexer with a free tier and decent retention
|
||
</li>
|
||
<li>
|
||
<a href="https://nzb.cat/" rel="nofollow">NZBCat</a> Meow
|
||
<em>cough</em> nzb-hair-bal
|
||
</li>
|
||
<li>
|
||
<a href="https://dognzb.cr/login" rel="nofollow">DOGnzb</a>
|
||
Invite-only NZB site (although they do have a
|
||
<a href="https://dognzb.cr/register" rel="nofollow"
|
||
>registration page</a
|
||
>
|
||
at the moment)
|
||
</li>
|
||
<li>
|
||
<a href="https://omgwtfnzbs.me/login" rel="nofollow">omgwtfnzbs</a>
|
||
Invite-only NZB indexer with a funny name
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-free-indexers"
|
||
class="anchor"
|
||
href="#free-indexers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Free Indexers
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://6box.me/" rel="nofollow">6box</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A recently revived free Usenet indexing service with a generous API
|
||
</li>
|
||
<li>
|
||
<a href="https://usenet-crawler.com/" rel="nofollow"
|
||
>Usenet Crawler</a
|
||
>
|
||
Usenet indexer with API access for registered users
|
||
</li>
|
||
<li>
|
||
<a href="https://www.nzbindex.com" rel="nofollow">NZBIndex</a> The
|
||
first free Usenet indexer you find in your Google search results
|
||
</li>
|
||
<li>
|
||
<a href="https://www.binsearch.info/" rel="nofollow">Binsearch</a>
|
||
With this site you can search and browse binary Usenet newsgroups.
|
||
</li>
|
||
<li>
|
||
<a href="http://nzbking.com/" rel="nofollow">NZBKing</a> This service
|
||
allows you to search and browse binary files that have been posted to
|
||
Usenet newsgroups.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.gingadaddy.com/" rel="nofollow">GingaDADDY</a>
|
||
Another popular free NZB indexer, requires sign-up
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-usenet-clients"
|
||
class="anchor"
|
||
href="#usenet-clients"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Usenet Clients
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://sabnzbd.org/" rel="nofollow">SABnzbd</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
SABnzbd is an Open Source Binary Newsreader written in Python.
|
||
</li>
|
||
<li>
|
||
<a href="https://nzbget.net/" rel="nofollow">NZBget</a> Efficient
|
||
Usenet downloader written in C++
|
||
</li>
|
||
<li>
|
||
<a href="https://www.usenetic.com/" rel="nofollow">Usenetic</a> The
|
||
full-featured Usenet client for Mac OSX
|
||
</li>
|
||
<li>
|
||
<a href="https://panic.com/blog/the-future-of-unison/" rel="nofollow"
|
||
>Unison</a
|
||
>
|
||
OS X app for accessing Usenet Newsgroups and the many wonders and
|
||
mysteries contained within (discontinued)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/spotweb/spotweb">spotweb</a> Spotweb is a
|
||
decentralized Usenet community based on the Spotnet protocol.
|
||
</li>
|
||
<li>
|
||
<a href="http://newsbin.com/about.php" rel="nofollow">Newsbin</a>
|
||
Newsbin is software for Microsoft Windows Operating Systems that
|
||
downloads files from Usenet Newsgroups.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.nzbvortex.com/landing/" rel="nofollow"
|
||
>NZBVortex 3</a
|
||
>
|
||
Simply the best Usenet client for Mac
|
||
</li>
|
||
<li>
|
||
<a href="https://www.altbinz.net/" rel="nofollow">alt.binz</a>
|
||
alt.binz is a powerful binary newsreader, for downloading and managing
|
||
articles from Usenet.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-direct-downloads"
|
||
class="anchor"
|
||
href="#direct-downloads"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Direct Downloads
|
||
</h2>
|
||
<h3>
|
||
<a
|
||
id="user-content-download-managers"
|
||
class="anchor"
|
||
href="#download-managers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Download Managers
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://www.jdownloader.org/home/index" rel="nofollow"
|
||
>JDownloader2</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
JDownloader is a free, open-source download management tool with a
|
||
huge community of developers that makes downloading as easy and fast
|
||
as it should be.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.internetdownloadmanager.com/" rel="nofollow"
|
||
>Internet Download Manager</a
|
||
>
|
||
shareware download manager for Windows
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/J2TeaM/idm-trial-reset"
|
||
>idm-trial-reset</a
|
||
>
|
||
Use IDM forever without cracking.
|
||
</li>
|
||
<li>
|
||
<a href="https://pyload.net/" rel="nofollow">pyLoad</a> Free and Open
|
||
Source download manager written in Python and designed to be extremely
|
||
lightweight, easily extensible and fully manageable via web
|
||
</li>
|
||
<li>
|
||
<a href="https://subhra74.github.io/xdm/#" rel="nofollow"
|
||
>Xtreme Download Manager</a
|
||
>
|
||
Xtreme Download Manager is a tool which claims to increase download
|
||
speeds by up-to 500%.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-ddl-tools"
|
||
class="anchor"
|
||
href="#ddl-tools"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>DDL Tools
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://rg3.github.io/youtube-dl/" rel="nofollow"
|
||
>youtube-dl</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
youtube-dl is a command-line program to download videos from
|
||
YouTube.com and a few more sites.
|
||
</li>
|
||
<li>
|
||
<a href="https://mrs0m30n3.github.io/youtube-dl-gui/" rel="nofollow"
|
||
>youtube-dl-gui</a
|
||
>
|
||
A cross-platform front-end GUI of the popular youtube-dl written in
|
||
wxPython
|
||
</li>
|
||
<li>
|
||
<a href="https://youtube-dl-helper.github.io/" rel="nofollow"
|
||
>youtube-dl-helper</a
|
||
>
|
||
Uses youtube-dl to download video/audio from many sites without
|
||
requiring you to use the command-line (for Windows)
|
||
</li>
|
||
<li>
|
||
<a href="https://youtubemp3.rip/" rel="nofollow">YouTube MP3 Rip</a>
|
||
Download YouTube music videos as MP3 files without registration
|
||
</li>
|
||
<li>
|
||
<a href="https://leonflix.net/" rel="nofollow">Leonflix</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A multi-platform desktop app for finding movies and TV shows.
|
||
</li>
|
||
<li>
|
||
<a href="https://maulvi.github.io/" rel="nofollow"
|
||
>maulvi.github.io</a
|
||
>
|
||
Google Drive direct download link generator
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Th3-822/rapidleech">RapidLeech</a> a free
|
||
server transfer script for use on various popular upload/download
|
||
sites such as uploaded.net, Rapidgator.net, and more than 127 others.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/megous/megatools">megatools</a>
|
||
Open-source command line tools and C library (libmega) for accessing
|
||
Mega.co.nz cloud storage.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/JohnDeved/megacrypt.js">MegaCrypt.js</a>
|
||
MegaCrypt.js lets you share your Mega.nz files without actually having
|
||
to share any Mega.nz links by encrypting them to create a secure proxy
|
||
for your files.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ston3o/netclix">netclix</a> A simple CLI
|
||
tool to get movie streaming premium links from VodLocker's API
|
||
</li>
|
||
<li>
|
||
<a href="https://filepursuit.com" rel="nofollow">FilePursuit</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
FilePursuit provides a very powerful file indexing and search service
|
||
allowing you to find a file among millions of files located on web
|
||
servers.
|
||
</li>
|
||
<li>
|
||
<a href="https://buckets.grayhatwarfare.com/" rel="nofollow"
|
||
>grayhatwarfare S3 bucket search</a
|
||
>
|
||
Not likely to find much with this one but interesting nonetheless
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/iawia002/annie">annie</a> Fast, simple and
|
||
clean video downloader
|
||
</li>
|
||
<li>
|
||
<a href="https://aria2.github.io/" rel="nofollow">aria2</a> a
|
||
lightweight multi-protocol & multi-source command-line download
|
||
utility.
|
||
</li>
|
||
<li>
|
||
<a href="https://persepolisdm.github.io/" rel="nofollow"
|
||
>Persepolis</a
|
||
>
|
||
Front-end for aria2.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/axel-download-accelerator/axel">axel</a>
|
||
light command line download accelerator
|
||
</li>
|
||
<li>
|
||
<a href="https://ugetdm.com/" rel="nofollow">uGet</a> Open Source
|
||
Download Manager
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/RipMeApp/ripme">ripme</a> A album/video
|
||
downloader with support for over 80 sites
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ston3o/rdcli">rdcli</a> The simple way to
|
||
download and unrestrict DDL files, torrents and magnets using
|
||
Real-Debrid
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/get-iplayer/get_iplayer">get_iplayer</a> A
|
||
utility for downloading TV and radio programmes from BBC iPlayer
|
||
</li>
|
||
<li>
|
||
<a href="https://mega.nz/sync" rel="nofollow">MEGAsync</a> Easily
|
||
automated synchronisation between your computer and your MEGA account.
|
||
Can stream Mega videos directly.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.gnu.org/software/wget/" rel="nofollow">wget</a>
|
||
<code>wget</code> is a free and open source tool for downloading files
|
||
using HTTP, HTTPS, FTP, and FTPS. It can be easily called from
|
||
scripts, cronjobs, terminals without X-Windows support, etc.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chris.partridge.tech/data/wget-noobs.pdf"
|
||
rel="nofollow"
|
||
>wget - a noob's guide</a
|
||
>
|
||
Beginner guide on how to use <code>wget</code>
|
||
</li>
|
||
<li>
|
||
<a href="https://eternallybored.org/misc/wget/" rel="nofollow"
|
||
>wget for Windows</a
|
||
>
|
||
A command-line utility for retrieving files using HTTP, HTTPS, and FTP
|
||
protocols.
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/CURL" rel="nofollow">curl</a>
|
||
<code>curl</code> is a command-line tool for downloading data using a
|
||
variety of protocols. Easily installable on most operating systems.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.flixgrab.com/" rel="nofollow">FlixGrab</a>
|
||
FlixGrab+ is a unique application for downloading entire NetFlix
|
||
serials, TV shows, documentaries, movies.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/CHEF-KOCH/Mega.nz-IDM-downloader"
|
||
>Mega.nz IDM Downloader</a
|
||
>
|
||
Unlimited downloading from Mega.nz with IDM.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-custom-google-search-engines"
|
||
class="anchor"
|
||
href="#custom-google-search-engines"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Custom Google Search Engines
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://filechef.com/" rel="nofollow">FileChef</a> These
|
||
</li>
|
||
<li>
|
||
<a href="https://cgs.the-eye.eu/" rel="nofollow"
|
||
>The Eye CGS Engine</a
|
||
>
|
||
all
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://ewasion.github.io/opendirectory-finder/"
|
||
rel="nofollow"
|
||
>opendirectory-finder</a
|
||
>
|
||
do
|
||
</li>
|
||
<li>
|
||
<a href="https://lumpysoft.com/" rel="nofollow">lumpySoft.com</a> the
|
||
</li>
|
||
<li>
|
||
<a href="https://mattpalm.com/search/" rel="nofollow"
|
||
>mattpalm.com/search</a
|
||
>
|
||
same
|
||
</li>
|
||
<li>
|
||
<a href="https://rsch.neocities.org/gen2/filer.html" rel="nofollow"
|
||
>Filer</a
|
||
>
|
||
thing :)
|
||
</li>
|
||
<li>
|
||
<a href="http://www.musgle.com/" rel="nofollow">Musgle</a> Searches
|
||
specifically for music
|
||
</li>
|
||
<li>
|
||
<a href="http://www.jimmyr.com/mp3_search.php" rel="nofollow"
|
||
>Jimmyr</a
|
||
>
|
||
Also searches for music
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-ftp-indexers"
|
||
class="anchor"
|
||
href="#ftp-indexers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>FTP Indexers
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/linuxserver/davos">Davos</a> Web-based FTP
|
||
automation for Linux servers.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.searchftps.net/" rel="nofollow"
|
||
>Napalm FTP Indexer</a
|
||
>
|
||
NAPALM FTP Indexer lets you search and download files located on
|
||
public FTP servers.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.mmnt.net/" rel="nofollow"
|
||
>Mamont's open FTP Index</a
|
||
>
|
||
Browsable directory listing of publicly available FTP-sites
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-ddl-search-engines-and-crawlers"
|
||
class="anchor"
|
||
href="#ddl-search-engines-and-crawlers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>DDL Search Engines and Crawlers
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://ololo.to/" rel="nofollow">ololo</a> ololo is a video
|
||
streaming link search engine.
|
||
</li>
|
||
<li>
|
||
<a href="http://megasearch.co" rel="nofollow">MegaSearch</a> Search
|
||
engine for finding content hosted on Mega and other premium hosts like
|
||
OpenLoad
|
||
</li>
|
||
<li>
|
||
<a href="https://videospider.in/" rel="nofollow">VideoSpider</a>
|
||
VideoSpider crawls various websites and search engines to find movie
|
||
and TV episode streaming links
|
||
</li>
|
||
<li>
|
||
<a href="https://orionoid.com/" rel="nofollow">Orion</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Orion is a service that indexes metadata and links from a variety of
|
||
public websites and networks, including torrent, Usenet, and hoster
|
||
indexes.
|
||
</li>
|
||
<li>
|
||
<a href="https://w1.alluc.uno/" rel="nofollow">Alluc</a> Search engine
|
||
with over 80 million streaming-links from over 700 VOD services, video
|
||
hosters, and file-hosters
|
||
</li>
|
||
<li>
|
||
<a href="https://od-db.the-eye.eu/" rel="nofollow">OD-Database</a>
|
||
Database of searchable open directories curated by The-Eye.eu
|
||
</li>
|
||
<li>
|
||
<a href="https://iplive.club/" rel="nofollow">IPLIVE</a> DDL search
|
||
engine
|
||
</li>
|
||
<li>
|
||
<a href="https://sanet.st/full/" rel="nofollow">SoftArchive</a>
|
||
SoftArchive or SA is a scene release website, more known for new
|
||
release of software, games, music, movies, and eBooks.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-ddl-link-sites"
|
||
class="anchor"
|
||
href="#ddl-link-sites"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>DDL Link Sites
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/ZippyShare" rel="nofollow"
|
||
>/r/ZippyShare</a
|
||
>
|
||
DDL links hosted on ZippyShare
|
||
</li>
|
||
<li>
|
||
<a href="https://forum.dirtywarez.com/" rel="nofollow"
|
||
>DirtyWarez Forum</a
|
||
>
|
||
Popular warez forum with films, TV shows, ebooks, anime, games, and
|
||
more
|
||
</li>
|
||
<li>
|
||
<a href="https://snahp.it/" rel="nofollow">snahp.it</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
replaced /r/megalinks
|
||
</li>
|
||
<li><a href="https://hdencode.com/" rel="nofollow">hdencode</a></li>
|
||
<li>
|
||
<a href="https://moviesrus.tk" rel="nofollow">Movies "R" Us</a> The
|
||
newest movies in 1080p. Available with DDL through MediaFire and
|
||
streaming through AnonFile.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.movieglide.com/" rel="nofollow">Movie Glide</a>
|
||
</li>
|
||
<li><a href="http://rlsbb.ru" rel="nofollow">Release BB</a></li>
|
||
<li>
|
||
<a href="https://www.ddlvalley.me/" rel="nofollow">DDLValley</a> DDL
|
||
links for Movies, Games, Tv Shows, Apps, Ebooks and Music.
|
||
</li>
|
||
<li>
|
||
<a href="http://adit-hd.com/" rel="nofollow">AdiT-HD</a> direct
|
||
download site
|
||
</li>
|
||
<li>
|
||
<a href="http://2ddl.ws" rel="nofollow">TwoDDL</a> Direct download
|
||
links
|
||
</li>
|
||
<li><a href="http://rmz.cr/" rel="nofollow">RapidMoviez</a></li>
|
||
<li>
|
||
<a href="https://scnsrc.me/" rel="nofollow">SceneSource</a> WordPress
|
||
powered website dedicated to bringing you the latest info on new scene
|
||
releases
|
||
</li>
|
||
<li><a href="https://www.mkvcage.ws/" rel="nofollow">MkvCage</a></li>
|
||
<li>
|
||
<a href="https://moviefiles.org/" rel="nofollow">MovieFiles</a> Direct
|
||
download search engine which generates Google Drive links
|
||
</li>
|
||
<li>
|
||
<a href="https://www.icefilms.info/" rel="nofollow">IceFilms.info</a>
|
||
Another DDL site with TV and movie links on FileUpload, GoUnlimited,
|
||
Filecandy, and more
|
||
</li>
|
||
<li>
|
||
<a href="http://downarchive.org/" rel="nofollow">DownArchive</a> DDL
|
||
blog with premium links on a number of hosts. Lots of software
|
||
</li>
|
||
<li>
|
||
<a href="https://psarips.com/" rel="nofollow">PSARips</a> Popular site
|
||
for movies and TV shows, includes torrent files
|
||
</li>
|
||
<li>
|
||
<a href="https://pastebin.com/u/DeeJayPirate" rel="nofollow"
|
||
>DeeJayPirate's Pastebin</a
|
||
>
|
||
Pastebin user who uploads premium links for TV shows
|
||
</li>
|
||
<li>
|
||
<a href="https://avxhm.se" rel="nofollow">AvaxHome</a> Another DDL
|
||
site with eBooks, TV, movies, magazines, software, comics, newspapers,
|
||
games, graphics, etc.
|
||
</li>
|
||
<li><a href="https://moviesleak.net/" rel="nofollow">Moviesleak</a></li>
|
||
<li>
|
||
<a href="https://www.dospelis.net" rel="nofollow">Dospelis</a> Spanish
|
||
DDL indexer
|
||
</li>
|
||
<li><a href="https://www.vidics.to/" rel="nofollow">Vidics</a></li>
|
||
<li>
|
||
<a href="https://watchepisodeseries.bypassed.wtf/" rel="nofollow"
|
||
>watchepisodeseries</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="http://watchtvseries.unblckd.club/" rel="nofollow"
|
||
>watchtvseries</a
|
||
>
|
||
</li>
|
||
<li><a href="https://tvbox.unblocked.gdn/" rel="nofollow">tvbox</a></li>
|
||
<li><a href="https://www.downturk.net/" rel="nofollow">DownTurk</a></li>
|
||
<li><a href="https://scnlog.me/" rel="nofollow">ScnLog</a></li>
|
||
<li>
|
||
<a href="https://filewarez.tv/" rel="nofollow">filewarez.tv</a>
|
||
Invite-only, hosts both Mega and Google Drive links for TV shows
|
||
</li>
|
||
<li>
|
||
<a href="http://movie-blog.to/" rel="nofollow">Movie-blog.org</a>
|
||
German site for movies
|
||
</li>
|
||
<li>
|
||
<a href="http://movieworld.to/" rel="nofollow">Movieworld.to</a>
|
||
Another German site for movies
|
||
</li>
|
||
<li>
|
||
<a href="https://ddl-warez.to/" rel="nofollow">DDL-Warez</a> German
|
||
site for movies, shows, books and games
|
||
</li>
|
||
<li>
|
||
<a href="https://ddl-music.to/" rel="nofollow">DDL-Music</a> German
|
||
site for music
|
||
</li>
|
||
<li>
|
||
<a href="https://appnee.com/" rel="nofollow">AppNee Freeware Group</a>
|
||
Massive DDL site, eBooks, Programs, Games, Operating Systems, etc.
|
||
</li>
|
||
<li>
|
||
<a href="http://480mkv.com/" rel="nofollow">480mkv</a> 480p DDL for TV
|
||
Shows
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-premium-link-generators"
|
||
class="anchor"
|
||
href="#premium-link-generators"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Premium Link Generators
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://filehostlist.miraheze.org/wiki/Main_Page"
|
||
rel="nofollow"
|
||
>File Hosting Wiki</a
|
||
>
|
||
This site aims to provide the most complete lists of premium link
|
||
generators, torrent downloaders and more, with (possibly) frequent
|
||
updates.
|
||
</li>
|
||
<li>
|
||
<a href="https://real-debrid.com/" rel="nofollow">Real-Debrid</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Real-Debrid is an unrestricted downloader that allows you to quickly
|
||
download files hosted on the Internet or instantly stream them into an
|
||
innovative web player
|
||
</li>
|
||
<li>
|
||
<a href="https://www.premiumize.me/" rel="nofollow">Premiumize</a>
|
||
Combine direct and secure access to premium services
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/piejanssens/premiumizer">Premiumizer</a>
|
||
Premiumizer is a download management tool for premiumize.me cloud
|
||
downloads.
|
||
</li>
|
||
<li>
|
||
<a href="https://offcloud.com/?=85a8b709" rel="nofollow">OffCloud</a>
|
||
A simple, elegant and intuitive SaaS to retrieve any data from the
|
||
cloud.
|
||
</li>
|
||
<li>
|
||
<a href="https://reevown.com/" rel="nofollow">Reevown</a> A free
|
||
download service with which you can perform premium downloads.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-premium-link-hosts"
|
||
class="anchor"
|
||
href="#premium-link-hosts"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Premium Link Hosts
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://nafanz.github.io/filesharing.html" rel="nofollow"
|
||
>File sharing table</a
|
||
>
|
||
Regularly updated table of information about file hosts.
|
||
</li>
|
||
<li>
|
||
<a href="https://mega.nz/" rel="nofollow">Mega</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
</li>
|
||
<li><a href="https://openload.co/" rel="nofollow">OpenLoad</a></li>
|
||
<li><a href="https://rapidgator.net/" rel="nofollow">RapidGator</a></li>
|
||
<li><a href="https://www.4shared.com/" rel="nofollow">4shared</a></li>
|
||
<li>
|
||
<a href="https://www.mediafire.com/" rel="nofollow">Mediafire</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.sendspace.com/" rel="nofollow">Sendspace</a>
|
||
</li>
|
||
<li><a href="https://uploaded.net/" rel="nofollow">Uploaded</a></li>
|
||
<li>
|
||
<a href="https://www.zippyshare.com/" rel="nofollow">Zippyshare</a>
|
||
</li>
|
||
<li><a href="http://nitroflare.net/" rel="nofollow">NitroFlare</a></li>
|
||
<li>
|
||
<a href="https://www5.putlockertv.to/" rel="nofollow">PutLocker</a>
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-open-directories"
|
||
class="anchor"
|
||
href="#open-directories"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Open Directories
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/fangfufu/httpdirfs">httpdirfs</a> A
|
||
filesystem which allows you to mount HTTP directory listings
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/opendirectories/comments/933pzm/all_resources_i_know_related_to_open_directories/"
|
||
rel="nofollow"
|
||
>"All resources I know related to Open Directories"</a
|
||
>
|
||
Thorough post from /u/ElectroXexual
|
||
</li>
|
||
<li>
|
||
<a href="https://the-eye.eu/public/" rel="nofollow">The Eye</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
The Eye is a non-profit website dedicated to content archival and
|
||
long-term preservation.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/opendirectories/comments/75ya8g/the_holy_grail_of_indexes/"
|
||
rel="nofollow"
|
||
>The Holy Grail of Indexes</a
|
||
>
|
||
Posted by /u/shadow_hunter104
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/opendirectories/comments/902j1i/36_gb_of_flash_games_19k_files/"
|
||
rel="nofollow"
|
||
>36 GB of Flash Games</a
|
||
>
|
||
Posted by /u/blue_star_
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/HerbL27/FileMasta">FileMasta</a> Search
|
||
servers for video, music, books, software, games, subtitles and much
|
||
more
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/opendirectories" rel="nofollow"
|
||
>/r/opendirectories</a
|
||
>
|
||
Unprotected directories of pics, vids, music, software, and otherwise
|
||
interesting files.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/simon987/opendirectories-bot"
|
||
>opendirectories-bot</a
|
||
>
|
||
Bot used on /r/opendirectories for analysing the contents of open
|
||
directories posted on the subreddit
|
||
</li>
|
||
<li>
|
||
<a href="http://panelshow.club/" rel="nofollow">Panelshow.club</a>
|
||
Directory of panel show TV episodes from
|
||
<a href="https://www.reddit.com/r/panelshow" rel="nofollow"
|
||
>/r/panelshow</a
|
||
>
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-streaming-sites"
|
||
class="anchor"
|
||
href="#streaming-sites"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Streaming Sites
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/a2csq0/how_to_stream_movies_tv_anime_sports_online/"
|
||
rel="nofollow"
|
||
>How To Stream Movies, TV, Anime & Sports Online</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Huge list by /u/nbatman
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-hd-streaming"
|
||
class="anchor"
|
||
href="#hd-streaming"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>HD Streaming
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/MovieStreamingSites/" rel="nofollow"
|
||
>/r/MovieStreamingSites</a
|
||
>
|
||
Reddit, random streaming sites
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/user/nbatman/m/streaming2/"
|
||
rel="nofollow"
|
||
>HD MultiredditHD</a
|
||
>
|
||
Alternate subreddit curated by /u/nbatman
|
||
</li>
|
||
<li>
|
||
<a href="https://www.bestfreestreaming.com/" rel="nofollow"
|
||
>Best Free Streaming</a
|
||
>
|
||
Site that rates streaming services
|
||
</li>
|
||
<li>
|
||
<a href="https://scr.cr/" rel="nofollow">StreamCR</a> Clean design,
|
||
very nice speeds, large variety of films and series, HD server,
|
||
Popular Site
|
||
</li>
|
||
<li>
|
||
<a href="https://ymovies.tv/" rel="nofollow">YMovies</a> Unique
|
||
design, HD server with additional hosts, nice speeds, YIFY and other
|
||
releases (+ torrents)
|
||
</li>
|
||
<li>
|
||
<a href="https://hdo.to/" rel="nofollow">HDO</a> Unique design, HD
|
||
server with additional hosts, also country specific films/series
|
||
</li>
|
||
<li>
|
||
<a href="http://m4ufree.tv/" rel="nofollow">M4UFree.TV</a> Unique
|
||
design, HD server with backup and additional hosts
|
||
</li>
|
||
<li>
|
||
<a href="http://movie123.club/" rel="nofollow">Movie123</a> Unique
|
||
design, HD server with Backup and additional hosts
|
||
</li>
|
||
<li>
|
||
<a href="https://lookmovie.ag/" rel="nofollow">LookMovie</a> Unique
|
||
design, HD server, very nice speeds (offers auto quality)
|
||
</li>
|
||
<li>
|
||
<a href="https://azmovies.xyz/" rel="nofollow">AZMovies</a> Unique
|
||
design, HD server with additional hosts, also on Reddit
|
||
</li>
|
||
<li>
|
||
<a href="http://www.streamlord.com/" rel="nofollow">Streamlord</a>
|
||
Unique design, HD server (subtitles)
|
||
</li>
|
||
<li>
|
||
<a href="https://flixgo.net/" rel="nofollow">FlixGo</a> Unique design,
|
||
HD server, very nice speeds
|
||
</li>
|
||
<li>
|
||
<a href="https://solarmoviez.ru/solar.html" rel="nofollow"
|
||
>Solarmovie</a
|
||
>
|
||
Basic streaming site layout, HD server with additional hosts, Popular
|
||
Site
|
||
</li>
|
||
<li>
|
||
<a href="http://hdflix.net/" rel="nofollow">HDFlix</a> Basic streaming
|
||
site layout, HD server with additional hosts
|
||
</li>
|
||
<li>
|
||
<a href="https://yesmovies.to" rel="nofollow">Yes! Movies</a> Basic
|
||
streaming site layout, HD server with additional hosts
|
||
</li>
|
||
<li>
|
||
<a href="http://spacemov.io/" rel="nofollow">Spacemov</a> Basic
|
||
streaming site layout, HD server, only certain films have additional
|
||
hosts
|
||
</li>
|
||
<li>
|
||
<a href="https://www1.hdonline.eu" rel="nofollow">HDOnline</a> Basic
|
||
streaming site layout, HD server with additional hosts
|
||
</li>
|
||
<li>
|
||
<a href="https://ymovies.tv/" rel="nofollow">YMovies</a> Unique
|
||
design, HD server with additional hosts, nice speeds, YIFY and other
|
||
releases (+ torrents)
|
||
</li>
|
||
<li>
|
||
<a href="https://www1.1movies.is" rel="nofollow">#1 Movies Website</a>
|
||
Basic streaming site layout, HD server with additional hosts
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-big-media-libraries"
|
||
class="anchor"
|
||
href="#big-media-libraries"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Big Media Libraries
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/user/nbatman/m/streaming/"
|
||
rel="nofollow"
|
||
>Streaming Multireddit</a
|
||
>
|
||
Reddit with all types of Streaming Links
|
||
</li>
|
||
<li>
|
||
<a href="http://5movies.to/" rel="nofollow">5Movies</a> Large
|
||
collection dating as far back as 1990
|
||
</li>
|
||
<li>
|
||
<a href="https://two-movies.net/" rel="nofollow">2TwoMovies</a> Large
|
||
collection dating as far back as 1895
|
||
</li>
|
||
<li>
|
||
<a href="http://cafehulu.com/" rel="nofollow">CafeHulu</a> Collection
|
||
of movies/TV shows + many foreign films
|
||
</li>
|
||
<li>
|
||
<a href="http://www.solarmovie.fm/" rel="nofollow">Solarmovie.fm</a>
|
||
or
|
||
<a href="https://solamovies.cc/" rel="nofollow">Solarmovies.cc</a>
|
||
Plenty of movies and TV shows
|
||
</li>
|
||
<li>
|
||
<a href="http://afdah.to/" rel="nofollow">Afdah</a> Large collection
|
||
dating as far back as 1920
|
||
</li>
|
||
<li>
|
||
<a href="http://YouTube.com/" rel="nofollow">YouTube</a> Contains very
|
||
old films/vlogs/tutorials
|
||
</li>
|
||
<li>
|
||
<a href="https://worldsrc.org" rel="nofollow">WorldSrc</a> Movies,
|
||
software, apps, games, music, and images available for fast direct
|
||
download + torrents.
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-tv-and-anime-streaming"
|
||
class="anchor"
|
||
href="#tv-and-anime-streaming"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>TV and Anime Streaming
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.onetvraven.pro/" rel="nofollow">TVRaven</a> Large
|
||
TV collection, friendly UI
|
||
</li>
|
||
<li>
|
||
<a href="http://dwatchseries.to/" rel="nofollow">WatchSeries</a> TV
|
||
series, multiple links/backups to different streaming hosts
|
||
</li>
|
||
<li>
|
||
<a href="https://tvbox.ag/" rel="nofollow">TVBox</a> TV/Movies, easy
|
||
to navigate site, multiple links/backups to different streaming hosts
|
||
</li>
|
||
<li>
|
||
<a href="https://kimcartoon.co/" rel="nofollow">KimCartoon</a> Large
|
||
cartoon collection, primarily Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://www.watchcartoononline.io/" rel="nofollow"
|
||
>WatchCartoon</a
|
||
>
|
||
Outdated site layout, still active, uses Openload
|
||
</li>
|
||
<li>
|
||
<a href="http://kissanime.ru/" rel="nofollow">Kissanime.ru</a> or
|
||
<a href="https://kissanime.ac/" rel="nofollow">Kissanime.ac</a> Large
|
||
cartoon collection, uses RapidVideo/Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://anime8.me/" rel="nofollow">Anime8</a> Basic streaming
|
||
site layout, large collection of anime shows
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-sports-streaming"
|
||
class="anchor"
|
||
href="#sports-streaming"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Sports Streaming
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/nflstreams/" rel="nofollow"
|
||
>/r/nflstreams</a
|
||
>
|
||
Reddit - NFL streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/MLBstreams/" rel="nofollow"
|
||
>/r/MLBstreams</a
|
||
>
|
||
Reddit - MLB streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/NHLstreams/" rel="nofollow"
|
||
>/r/NHLstreams</a
|
||
>
|
||
Reddit - NHL streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/ncaaBBallstreams/" rel="nofollow"
|
||
>/r/ncaaBBallstreams</a
|
||
>
|
||
Reddit - NCAABBall streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/CFBstreams/" rel="nofollow"
|
||
>/r/CFBstreams</a
|
||
>
|
||
Reddit - CFB streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/WWEstreams/" rel="nofollow"
|
||
>/r/WWEstreams</a
|
||
>
|
||
Reddit - WWE streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/rugbystreams/" rel="nofollow"
|
||
>/r/rugbystreams</a
|
||
>
|
||
Reddit - rugby streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/mmafights/" rel="nofollow"
|
||
>/r/mmafights</a
|
||
>
|
||
Reddit - MMA streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/motorsportsstreams" rel="nofollow"
|
||
>/r/motorsportsstreams</a
|
||
>
|
||
Reddit - motorsports streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.bestsportstreaming.com/" rel="nofollow"
|
||
>Best Sport Streaming</a
|
||
>
|
||
Site that rates sport streaming services
|
||
</li>
|
||
<li>
|
||
<a href="https://livesx.eu/" rel="nofollow">LiveTV</a> Wide variety of
|
||
sports, results/live scores, video archive and betting
|
||
</li>
|
||
<li>
|
||
<a href="https://crickfree.org/" rel="nofollow">Cricfree</a> Offers
|
||
popular sports streams
|
||
</li>
|
||
<li>
|
||
<a href="https://www.vipbox.live/" rel="nofollow">VIPBox</a> Many
|
||
sport streams, TV, friendly UI
|
||
</li>
|
||
<li>
|
||
<a href="https://www.mamahd.org/" rel="nofollow">MamaHD</a> 24/7
|
||
feeds, sports streams, clean UI
|
||
</li>
|
||
<li>
|
||
<a href="https://sendit.gg/" rel="nofollow">Send It</a> Live stream
|
||
listings for sports, news, gaming, and more.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.speedsports.me" rel="nofollow">SportsHD</a>
|
||
Variety of sports including college sports, clean design
|
||
</li>
|
||
<li>
|
||
<a href="http://www.720pstream.me/" rel="nofollow">720pStream</a>
|
||
Popular sports only, simple design
|
||
</li>
|
||
<li>
|
||
<a href="https://www.footybite.com/" rel="nofollow">footybite</a>
|
||
Soccer streaming site.
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-specialty-sites"
|
||
class="anchor"
|
||
href="#specialty-sites"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Specialty Sites
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://einthusan.tv/intro/" rel="nofollow">Einthusan</a>
|
||
Foreign
|
||
</li>
|
||
<li>
|
||
<a href="http://www.dramago.com/" rel="nofollow">Dramago</a> Drama
|
||
movies/series
|
||
</li>
|
||
<li>
|
||
<a href="https://www2.watchasian.co/" rel="nofollow">WatchAsian</a>
|
||
Foreign
|
||
</li>
|
||
<li>
|
||
<a href="http://layarkaca21.ru/" rel="nofollow">Layarkaca</a> Foreign
|
||
</li>
|
||
<li>
|
||
<a href="http://www1.dramacoolfirst.com/" rel="nofollow">DramaCool</a>
|
||
Foreign
|
||
</li>
|
||
<li>
|
||
<a href="https://daxiv.com/" rel="nofollow">Daxiv Video</a> Primarily
|
||
Chinese content
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.YouTube.com/user/TheKingsofHorror/"
|
||
rel="nofollow"
|
||
>KingsofHorror</a
|
||
>
|
||
YouTube Horror
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.YouTube.com/channel/UCWcF6KTn_sSSJ1AIj1bQmRg"
|
||
rel="nofollow"
|
||
>MutantSorority</a
|
||
>
|
||
YouTube horror
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.YouTube.com/channel/UC4O0LNYmaOczcSMHA_FE1Mw"
|
||
rel="nofollow"
|
||
>TromaMovies</a
|
||
>
|
||
YouTube horror
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="http://www.film1k.com/la-bestia-uccide-a-sangue-freddo-1971.html"
|
||
rel="nofollow"
|
||
>Film1k</a
|
||
>
|
||
Movies with nudity
|
||
</li>
|
||
<li>
|
||
<a href="https://www.rulu.co/" rel="nofollow">Rulu</a> YouTube Red
|
||
series
|
||
</li>
|
||
<li>
|
||
<a href="http://www.club-mst3k.com/" rel="nofollow">Club MST3k</a>
|
||
Every episode of MST3K
|
||
</li>
|
||
<li>
|
||
<a href="https://archive.org/" rel="nofollow">Archive.org</a> Old
|
||
movies
|
||
</li>
|
||
<li>
|
||
<a href="http://www.miomio.tv/" rel="nofollow">MioMio</a> Asian TV
|
||
shows/anime
|
||
</li>
|
||
</ul>
|
||
<h4>
|
||
<a
|
||
id="user-content-third-party-hosts"
|
||
class="anchor"
|
||
href="#third-party-hosts"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Third Party Hosts
|
||
</h4>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.nicemoviezion.pro/" rel="nofollow">MovieZion</a>
|
||
Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://vmovee.me/" rel="nofollow">Vmovee</a> Openload (Many
|
||
outdated/removed links, not updated)
|
||
</li>
|
||
<li>
|
||
<a href="https://www.coolmoviejagg.pro/" rel="nofollow">MovieJagg</a>
|
||
Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://www.iwannawatch.is/" rel="nofollow">IWannaWatch</a>
|
||
Openload, Streamango
|
||
</li>
|
||
<li>
|
||
<a href="https://www.uwatchfree.tv/" rel="nofollow">UWatchFree</a>
|
||
VidPlayer, ViDeoZa
|
||
</li>
|
||
<li>
|
||
<a href="http://oakmovies.com/" rel="nofollow">Oakmovies</a> Openload,
|
||
NT, NY, NW
|
||
</li>
|
||
<li>
|
||
<a href="http://vexmovies.org/" rel="nofollow">Vexmovies</a> Openload,
|
||
NY, NW, MC-2
|
||
</li>
|
||
<li>
|
||
<a href="https://openloadmovie.ws/" rel="nofollow">Openloadmovie</a>
|
||
Openload (some outdated links)
|
||
</li>
|
||
<li>
|
||
<a href="https://cine.to/" rel="nofollow">cine.to</a> Openload, Vivo,
|
||
Streamcloud, Flashx, Streamango
|
||
</li>
|
||
<li>
|
||
<a href="https://www2.cinebloom.com" rel="nofollow">cinebloom</a>
|
||
Openload, Streamango
|
||
</li>
|
||
<li>
|
||
<a href="http://qqmovies.co" rel="nofollow">QQMovies</a> Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://topeuropix.net/" rel="nofollow">HDEUROPIX</a>
|
||
Openload, Rapidvideo
|
||
</li>
|
||
<li>
|
||
<a href="https://openloadmovies.net/" rel="nofollow"
|
||
>openloadmovies.net</a
|
||
>
|
||
OpenLoad
|
||
</li>
|
||
<li>
|
||
<a href="https://hdm.to/" rel="nofollow">HD MOVIES</a> OpenLoad,
|
||
Streamango, Streamcherry
|
||
</li>
|
||
<li>
|
||
<a href="https://vodlocker.tv/" rel="nofollow">VodLocker</a> Openload,
|
||
Streamango
|
||
</li>
|
||
<li>
|
||
<a href="https://www2.streamcouch.com/" rel="nofollow">StreamCouch</a>
|
||
Openload, Streamango
|
||
</li>
|
||
<li>
|
||
<a href="https://www3.qwemovies.com/" rel="nofollow">Qwemovies</a>
|
||
OpenLoad
|
||
</li>
|
||
<li>
|
||
<a href="http://www.movie2k.st" rel="nofollow">movies2k</a> Openload,
|
||
Streamango, Streamcloud, Rapidvideo, Upvid
|
||
</li>
|
||
<li>
|
||
<a href="http://xpau.se/" rel="nofollow">xPau.se</a> Googledrive
|
||
</li>
|
||
<li>
|
||
<a href="https://flixanity.xyz/" rel="nofollow">Flixanity</a>
|
||
Openload, Streamango, hls.22x.cartoonhd.pw (subtitles)
|
||
</li>
|
||
<li>
|
||
<a href="http://megashare9.su" rel="nofollow">MegaShare</a> Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://xmovies8.ru/" rel="nofollow">XMovies8</a> Openload,
|
||
FServer, PTServer
|
||
</li>
|
||
<li>
|
||
<a href="http://www.icefilms.info/" rel="nofollow">IceFilms</a>
|
||
Openload, FileUpload
|
||
</li>
|
||
<li>
|
||
<a href="https://www.filmxy.one/" rel="nofollow">FilmXY</a>
|
||
RapidVideo, Vidoza, Uptostream (offers download links)
|
||
</li>
|
||
<li>
|
||
<a href="http://1movies.nl" rel="nofollow">1Movies</a> Openload,
|
||
FServer
|
||
</li>
|
||
<li>
|
||
<a href="https://rainierland.is/" rel="nofollow">Rainierland</a>
|
||
Openload, Streamango
|
||
</li>
|
||
<li>
|
||
<a href="http://watchfullmovie.co" rel="nofollow">WatchFullMovie</a>
|
||
Openload
|
||
</li>
|
||
<li>
|
||
<a href="https://www3.fmovies.to/" rel="nofollow">FMOVIES</a>
|
||
Openload, MyCloud, RapidVideo, Streamango
|
||
</li>
|
||
<li>
|
||
<a href="https://watchfree.at/" rel="nofollow">WatchFree</a> Openload,
|
||
FServer
|
||
</li>
|
||
<li>
|
||
<a href="https://pahe.in/" rel="nofollow">pahe.in</a> Uptostream,
|
||
Google Drive, Openload, Mega
|
||
</li>
|
||
<li>
|
||
<a href="https://megaddl.co/" rel="nofollow">megaDDL</a> Mega, Go4up,
|
||
1Fichier, NitroFlare, Openload
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-media-centre-applications"
|
||
class="anchor"
|
||
href="#media-centre-applications"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Media Centre Applications
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.plex.tv/" rel="nofollow">Plex</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Your content—from live and recorded TV and personal media, to
|
||
on-demand web shows, video news, and podcasts—beautifully organized
|
||
and ready to stream everywhere.
|
||
</li>
|
||
<li>
|
||
<a href="https://emby.media/" rel="nofollow">Emby</a> a personal media
|
||
server with apps on just about every device.
|
||
</li>
|
||
<li>
|
||
<a href="https://kodi.tv/" rel="nofollow">Kodi</a> an award-winning
|
||
free and open source home theater/media center software and
|
||
entertainment hub for digital media.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/RasPlex/OpenPHT">OpenPHT</a> a
|
||
community-driven fork of Plex Home Theater
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/viewscreen/viewscreen">Viewscreen</a> a
|
||
personal video streaming server
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/streamaserver/streama">Streama</a>
|
||
Self-hosted streaming media server.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/pastapojken/Myflix">Myflix</a> Myflix
|
||
tries to be a somewhat simple and lightweight "DIY Netflix", similar
|
||
to Plex, streama or Emby, for your DIY NAS, especially aimed at the
|
||
Raspberry Pi/Odroid/etc ecosystem.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.stremio.com/" rel="nofollow">Stremio</a>
|
||
Multi-platform video content aggregator with a comprehensive add-on
|
||
system for extending the functionality
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/gerbera/gerbera">Gerbera</a> UPnP Media
|
||
Server for 2018 (Based on MediaTomb)
|
||
</li>
|
||
<li>
|
||
<a href="http://serviio.org/" rel="nofollow">Serviio</a> Serviio is a
|
||
free media server. It allows you to stream your media files (music,
|
||
video or images) to renderer devices (e.g. a TV set, Blu-ray player,
|
||
games console or mobile phone) on your connected home network.
|
||
</li>
|
||
<li>
|
||
<a href="https://osmc.tv/" rel="nofollow">OSMC</a> OSMC (short for
|
||
Open Source Media Center) is a Linux distribution based on Debian that
|
||
brings Kodi to a variety of devices.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.subsonic.org/pages/index.jsp" rel="nofollow"
|
||
>Subsonic</a
|
||
>
|
||
Music and movie streaming server with a client app and web frontend
|
||
</li>
|
||
<li>
|
||
<a href="https://wiki.gnome.org/Projects/Rygel" rel="nofollow"
|
||
>Rygel</a
|
||
>
|
||
Rygel is a home media solution (UPnP AV MediaServer) that allows you
|
||
to easily share audio, video and pictures to other devices.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jellyfin/jellyfin">jellyfin</a> An
|
||
open-source fork of Emby
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-stremio-add-ons"
|
||
class="anchor"
|
||
href="#stremio-add-ons"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Stremio Add-ons
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/opendirectories/comments/9n8ig8/stremio_open_directories/"
|
||
rel="nofollow"
|
||
>Open Directories addon</a
|
||
>
|
||
Finds HTTP streams for movies/shows from open directories
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://pct.best4stremio.space/stremioget/stremio/v1"
|
||
rel="nofollow"
|
||
>Popcorn Time addon</a
|
||
>
|
||
Watch from YTS and EZTV in Stremio
|
||
</li>
|
||
<li>
|
||
<a href="https://stremio-zooqle.now.sh/stremio/v1" rel="nofollow"
|
||
>Zooqle addon</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Watch movies and series indexed by Zooqle from RARBG, KAT, YTS,
|
||
MegaTorrents and other torrent trackers
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://piratebay-stremio-addon.herokuapp.com/stremio/v1"
|
||
rel="nofollow"
|
||
>PirateBay addon</a
|
||
>
|
||
Fetch PirateBay entries on a single episode or series.
|
||
</li>
|
||
<li>
|
||
<a href="https://rarbg.best4stremio.space/stremio/v1" rel="nofollow"
|
||
>RAR addon</a
|
||
>
|
||
Watch content from RARBG in Stremio
|
||
</li>
|
||
<li>
|
||
<a href="https://jct.best4stremio.space/stremio/v1" rel="nofollow"
|
||
>Juan Carlos Torrents</a
|
||
>
|
||
Allows streaming from torrents collected from KAT.cr and others
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/BoredLama/stremio-jackett-addon"
|
||
>Jackett addon</a
|
||
>
|
||
Search on all your favorite torrent sites directly in Stremio!
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a id="user-content-plex" class="anchor" href="#plex" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/linuxserver/docker-plex"
|
||
>linuxserver/docker-plex</a
|
||
>
|
||
LinuxServer.io Plex Media Server docker image
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/plexinc/pms-docker">plexinc/pms-docker</a>
|
||
official Plex docker image
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/timhaak/docker-plex">timhaak/plex</a>
|
||
alternative Plex docker image
|
||
</li>
|
||
<li>
|
||
<a href="https://pgblitz.com/" rel="nofollow">PGBlitz.com</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Deploy a Hastey Server through Docker & Ansible with local or
|
||
Unlimited Google HD Space
|
||
</li>
|
||
<li>
|
||
<a href="https://hoarding.me/" rel="nofollow">hoarding.me</a>
|
||
Unlimited and Automated. How to setup your own dream Plex server.
|
||
</li>
|
||
<li>
|
||
<a href="http://plexpi.com/" rel="nofollow">PlexPi</a> Plex Media
|
||
Server for Raspberry Pi 3
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-plugins"
|
||
class="anchor"
|
||
href="#plex-plugins"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Plugins
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/plexinc-plugins">Official Plex Plugins</a>
|
||
Repos for every official Plex Inc. plugin
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ukdtom/WebTools.bundle"
|
||
>WebTools.bundle</a
|
||
>
|
||
a collection of tools for Plex Media Server. Like the Unsupported
|
||
AppStore (UAS)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/macr0dev/Audiobooks.bundle"
|
||
>Audiobooks.bundle</a
|
||
>
|
||
Plex metadata scraper for Audiobooks
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/pannal/Sub-Zero.bundle"
|
||
>Sub-Zero.bundle</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Subtitles for Plex, as good you would expect them to be.
|
||
(<em>read</em>:
|
||
<a
|
||
href="https://www.reddit.com/r/PleX/comments/9n9qjl/subzero_the_future/"
|
||
rel="nofollow"
|
||
>plans for a world without Plex plugins</a
|
||
>)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/pgaubatz/TvplexendChannel.bundle"
|
||
>TvplexendChannel.bundle</a
|
||
>
|
||
A Tvheadend Channel Plugin for PLEX Media Server
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Cigaras/IPTV.bundle">IPTV.bundle</a> plays
|
||
live streams (like IPTV) from an M3U playlist
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jumpmanjay/HDGrandSlam.bundle"
|
||
>HDGrandSlam.bundle</a
|
||
>
|
||
interfaces with HDHomeRun tuners and DVRs
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/zynine-/HDHRViewerV2.bundle"
|
||
>HDHRViewerV2.bundle</a
|
||
>
|
||
HDHomeRun + Plex
|
||
</li>
|
||
<li>
|
||
<a href="https://mikew.github.io/ss-plex.bundle/" rel="nofollow"
|
||
>SS Plex</a
|
||
>
|
||
Imagine if all the media scattered around the internet could be found
|
||
in one collection.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ukdtom/ExportTools.bundle"
|
||
>ExportTools.bundle</a
|
||
>
|
||
Export Plex Library to a csv, xlsx or m3u8 file
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/trakt/Plex-Trakt-Scrobbler"
|
||
>Plex-Trakt-Scrobbler</a
|
||
>
|
||
Add what you are watching on Plex to trakt.tv
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/MoviemaniaHQ/comments/6znf6b/plex_pluginagent_beta_1/"
|
||
rel="nofollow"
|
||
>Moviemania.bundle</a
|
||
>
|
||
Textless movie posters from Moviemania.io
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Twoure/lmwt-kiss.bundle"
|
||
>lmwt-kiss.bundle</a
|
||
>
|
||
creates a new channel within Plex Media Server (PMS) to view content
|
||
from PrimeWire.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ngovil21/RequestChannel.bundle"
|
||
>RequestChannel.bundle</a
|
||
>
|
||
A Plex Channel to create requests
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ukdtom/SRT2UTF-8.bundle"
|
||
>SRT2UTF-8.bundle</a
|
||
>
|
||
Plex Agent that'll convert sidecar subtitle files into UTF-8
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jwdempsey/PlexTools.bundle"
|
||
>PlexTools.bundle</a
|
||
>
|
||
Downloads subtitles for any videos in your library from OpenSubtitles
|
||
and modifies them to work with Roku clients, and converts videos to
|
||
MP4 for direct play
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/coder-alpha/FMoviesPlus.bundle"
|
||
>FMoviesPlus.bundle</a
|
||
>
|
||
Plex Media Server plug-in designed for FMovies, G2G, Primewire and
|
||
more.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://normantheidiot.neocities.org/superplex/"
|
||
rel="nofollow"
|
||
>SuperPLEX</a
|
||
>
|
||
A website dedicated to Plex Plugins.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-requests"
|
||
class="anchor"
|
||
href="#plex-requests"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Requests
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://ombi.io/" rel="nofollow">Ombi</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Want a Movie or TV Show on Plex or Emby? Use Ombi!
|
||
</li>
|
||
<li>
|
||
<a href="http://plexrequests.8bits.ca/" rel="nofollow"
|
||
>Plex Requests</a
|
||
>
|
||
Simple automated way for users to request new content for Plex
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/lokenx/plexrequests-meteor"
|
||
>plexrequests-meteor</a
|
||
>
|
||
Meteor version of the original Plex Requests
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/v0idp/Mellow/">Mellow</a> Bot which can
|
||
communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli
|
||
which are related to home streaming. Based off of node:9.3
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/physk/MediaButler">MediaButler</a> Discord
|
||
bot for use with PleX and several other apps that work with it.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-scripts-and-tools"
|
||
class="anchor"
|
||
href="#plex-scripts-and-tools"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Scripts and Tools
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/pbrink231/plex_top_playlists"
|
||
>plex_top_playlists</a
|
||
>
|
||
A python script to get top weekly or top popular lists and put them in
|
||
plex as playlists.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/blacktwin/JBOPS">JBOPS</a> Just a Bunch Of
|
||
Plex Scripts
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/caridy/plex-subtitles-normalizer"
|
||
>plex-subtitles-normalizer</a
|
||
>
|
||
CLI tool to fix subtitles needed by Plex Media Center
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/l3uddz/plex_autoscan">plex_autoscan</a>
|
||
Script to assist sonarr/radarr with plex imports.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/mrworf/plexupdate">plexupdate</a> script
|
||
to simplify the life of Linux Plex Media Server users.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/SpaceK33z/plex2netflix">plex2netflix</a>
|
||
See how much of your media from Plex is available on Netflix.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/bstascavage/plexReport">plexReport</a>
|
||
Scripts to generate a weekly email of new additions to Plex
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jacobwgillespie/plex-sync">plex-sync</a> A
|
||
simple command-line utility to synchronize watched/seen status between
|
||
different Plex Media Servers.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/xiaodoudou/PlexIPTV">PlexIPTV</a> This app
|
||
simulates a DVR device for Plex by providing a layer to any IPTV
|
||
provider (that provide an m3u8 playlist)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ccjensen/PlexMediaTagger"
|
||
>Plex Media Tagger</a
|
||
>
|
||
Uses the metadata held in the PlexMediaServer to tag media files
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jakewaldron/PlexEmail">PlexEmail</a> This
|
||
script aggregates all new TV, movie and music releases for the past
|
||
configured time then optionally writes to your web directory and sends
|
||
out an email.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://github.com/Transmogrify-for-Plex/Transmogrify-for-Plex-chrome"
|
||
>Transmogrify</a
|
||
>
|
||
A Chrome extension that adds several features to the Plex/Web 2.0
|
||
client for Plex
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/hjone72/PlexAuth">PlexAuth</a> Plex based
|
||
authentication using PHP
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/d8ahazard/Phlex">Phlex</a> A super-sexy
|
||
voice interface for the Plex HTPC
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ITRav4/PlexRedirect">Plex Redirect</a> a
|
||
Plex landing page that redirects you to various sites.
|
||
</li>
|
||
<li>
|
||
<a href="https://plaxt.herokuapp.com/" rel="nofollow">Plaxt</a>
|
||
Webhook-based Trakt.tv scrobbling for Plex
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/XanderStrike/goplaxt/">goplaxt</a> Full
|
||
rewrite of the above, written in Go and deployable with Docker
|
||
</li>
|
||
<li>
|
||
<a href="https://piplong.run/plxdwnld/" rel="nofollow">plxdwnld</a>
|
||
Bookmarklet for downloading original files from the Plex web interface
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/pannal/Kitana">Kitana</a> Kitana exposes
|
||
your Plex plugin interfaces "to the outside world".
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/adamgot/python-plexlibrary"
|
||
>Python-PlexLibrary</a
|
||
>
|
||
Python command line utility for creating and maintaining dynamic Plex
|
||
libraries based on "recipes".
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ninthwalker/NowShowing">NowShowing</a>
|
||
Generates an email and web page of Plex recently added content
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/PleX/comments/afs8m9/my_scripted_solution_to_having_a_single_movies/"
|
||
rel="nofollow"
|
||
>"My (scripted) solution to having a single Movies library for 4k
|
||
and non-4k."</a
|
||
>
|
||
Post by /u/spazatk
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/MysticRyuujin/PlexMissingEpisodes"
|
||
>PlexMissingEpisodes</a
|
||
>
|
||
Scan Plex library for missing episodes using TheTVDB#
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/JasonHHouse/Gaps">Gaps</a> Find the
|
||
missing movies in your Plex Server
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/nwithan8/PlexRecs">PlexRecs</a> A Discord
|
||
bot that provides movie and TV show recommendations from your Plex
|
||
library
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://old.reddit.com/r/PleX/comments/awsvp9/i_made_my_own_pseudo_tv_for_plex_with_kodi_and/ehox9zf/"
|
||
rel="nofollow"
|
||
>"I made my own Pseudo TV for Plex with Kodi and Nvidia Shield"</a
|
||
>
|
||
Guide from /u/nads84 on how to make your own "live" TV channels with a
|
||
Plex library, Kodi, and an NVIDIA Shield
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-shares"
|
||
class="anchor"
|
||
href="#plex-shares"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Shares
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/plexshares/" rel="nofollow"
|
||
>/r/plexshares</a
|
||
>
|
||
A nice place to find Plex Media Server shares.
|
||
</li>
|
||
<li>
|
||
<a href="https://baconfeet.com/" rel="nofollow">BaconFeet</a>
|
||
"Bringing a difference in streaming to the masses..." (<a
|
||
href="https://www.reddit.com/r/BaconFeet/"
|
||
rel="nofollow"
|
||
>/r/BaconFeet</a
|
||
>)
|
||
</li>
|
||
<li>
|
||
<a href="https://elysium.to/" rel="nofollow">Elysium</a> Plex media
|
||
streaming service
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-transcoding"
|
||
class="anchor"
|
||
href="#plex-transcoding"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Transcoding
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/munnerz/kube-plex">kube-plex</a> Scalable
|
||
Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on
|
||
your cluster!
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/UnicornTranscoder/UnicornTranscoder"
|
||
>UnicornTranscoder</a
|
||
>
|
||
a remote transcoder for Plex Media Server
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/wnielson/Plex-Remote-Transcoder"
|
||
>Plex-Remote-Transcoder</a
|
||
>
|
||
A distributed transcoding backend for Plex
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="http://slothtechtv.com/2018/09/unlock-the-transcode-or-session-limit-on-nvidia-consumer-grade-gpus"
|
||
rel="nofollow"
|
||
>Unlock the transcode or 'session' limit on nVidia consumer grade
|
||
GPUs</a
|
||
>
|
||
Article describing how to bypass the artificial single-transcode limit
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-logging-and-metrics"
|
||
class="anchor"
|
||
href="#plex-logging-and-metrics"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Logging and Metrics
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://tautulli.com/" rel="nofollow">Tautulli</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Tautulli is a 3rd party application that you can run alongside your
|
||
Plex Media Server to monitor activity and track various statistics.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ljunkie/plexWatch">plexWatch</a> Notify
|
||
and Log watched content on a Plex Media Server
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://github.com/barrycarey/Plex-Data-Collector-For-InfluxDB"
|
||
>Plex-Data-Collector-For-InfluxDB</a
|
||
>
|
||
Collects data about your Plex server and sends it to InfluxDB
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-plex-clients"
|
||
class="anchor"
|
||
href="#plex-clients"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Plex Clients
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/RasPlex/RasPlex">RasPlex</a> Rasplex is a
|
||
community driven port of Plex Home Theater for the Raspberry Pi
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/iBaa/PlexConnect">PlexConnect</a>
|
||
Unofficial Plex app for Apple TV devices
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/jrudio/go-plex-client">go-plex-client</a>
|
||
A Plex.tv and Plex Media Server Go client
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a id="user-content-kodi" class="anchor" href="#kodi" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Kodi
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/addons4kodi" rel="nofollow"
|
||
>/r/Addons4Kodi</a
|
||
>
|
||
discussion and links pertaining to unofficial add-ons for Kodi Media
|
||
Center
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="http://www.wirelesshack.org/how-to-install-placenta-Kodi-addon.html"
|
||
rel="nofollow"
|
||
>Placenta</a
|
||
>
|
||
a Fork of Exodus / Covenant with more options and links from Mr. Blamo
|
||
and Muad'Dib
|
||
</li>
|
||
<li>
|
||
<a href="https://gaiakodi.com/" rel="nofollow">Gaia</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
grants the ability to instantly watch high-quality files via cached
|
||
torrents from Real-Debrid or Premiumize.
|
||
</li>
|
||
<li>
|
||
<a href="http://supremacy.org.uk/zip/repo/" rel="nofollow">Yoda</a>
|
||
Another solid Exodus/Covenant fork, and this time it's from S-media.
|
||
</li>
|
||
<li>
|
||
<a href="https://elementum.surge.sh/" rel="nofollow">Elementum</a>
|
||
Elementum addon is an addon for Kodi, that manages your virtual
|
||
library, syncs with your Trakt account.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/doko-desuka/doko.repository/releases"
|
||
>Tooonmania2</a
|
||
>
|
||
lets you watch cartoons, dubbed anime and movies (from animetoon) and
|
||
subbed anime and movies (from animeplus)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/croneter/PlexKodiConnect"
|
||
>PlexKodiConnect</a
|
||
>
|
||
Plex integration in Kodi done right
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://forums.plex.tv/t/installation-instructions/168854"
|
||
rel="nofollow"
|
||
>Official Plex Addon</a
|
||
>
|
||
Official Plex addon for Kodi
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/7wp42u/ultimate_guide_to_install_kodi_popular_streaming/"
|
||
rel="nofollow"
|
||
>Ultimate Kodi Guide</a
|
||
>
|
||
ULTIMATE GUIDE TO INSTALL KODI + POPULAR STREAMING ADDONS by
|
||
/u/giorgiomilan
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://hub.docker.com/r/linuxserver/kodi-headless/"
|
||
rel="nofollow"
|
||
>kodi-headless</a
|
||
>
|
||
A headless install of Kodi in a docker container, most useful for a
|
||
MySQL setup of Kodi to allow library updates to be sent without the
|
||
need for a player system to be permanently on.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Addons4Kodi/comments/9tasx5/requests_recommendations_basics_november_2018/e8uti6w"
|
||
rel="nofollow"
|
||
>Exodus Redux</a
|
||
>
|
||
The newest Exodus fork around, paired with LambdaScrapers.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/iwannabelikemike/plugin.video.sparkle"
|
||
>Sparkle</a
|
||
>
|
||
Kodi addon for finding acestream links
|
||
</li>
|
||
<li>
|
||
<a href="http://fusion.tvaddons.co/" rel="nofollow">Plexus</a> Plexus
|
||
is used in conjunction with Sparkle to play Ace Stream links.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://forum.kodi.tv/showthread.php?tid=97657"
|
||
rel="nofollow"
|
||
>Pneumatic</a
|
||
>
|
||
Pneumatic is a NZB engine add-on for XBMC. It requires SABnzbd as
|
||
backbone.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ddurdle/Python-GoogleDrive-VideoStream"
|
||
>Python-GoogleDrive-VideoStream</a
|
||
>
|
||
The purpose of this plugin is to service content delivered in Google
|
||
Drive plugin for KODI through any HTML5 client.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-gaming"
|
||
class="anchor"
|
||
href="#gaming"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Gaming
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://reddit.com/r/CrackWatch/" rel="nofollow"
|
||
>/r/CrackWatch</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
New video game crack releases are posted here
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/CrackWatch/comments/a7l141/crack_watch_beginners_guide_to_crack_watch/"
|
||
rel="nofollow"
|
||
>Beginners Guide to Crack Watch</a
|
||
>
|
||
Reddit post by /u/EssenseOfMagic
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://drive.google.com/file/d/17MB0gCcCMr3QqE_CgJkaxmdXtZk61TdZ/view"
|
||
rel="nofollow"
|
||
>GOD scraped URLs</a
|
||
>
|
||
All DDL links for games listed on the now-dead GoodOldDownloads site.
|
||
</li>
|
||
<li>
|
||
<a href="https://cs.rin.ru/" rel="nofollow">cs.rin.ru</a> Popular
|
||
gaming piracy forum
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/MAXBURAOT/SmartSteamEmu">SmartSteamEmu</a>
|
||
Steam emulator
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/CrackWatch/comments/979s5e/goldberg_steam_emu_lan_multiplayer_without_steam/"
|
||
rel="nofollow"
|
||
>Goldberg Steam Emu</a
|
||
>
|
||
This project is an attempt to make a generic Steam ddl that lets you
|
||
play multiplayer games on a LAN without any internet connection
|
||
</li>
|
||
<li>
|
||
<a href="https://cs.rin.ru/forum/viewtopic.php?t=70576" rel="nofollow"
|
||
>CreamAPI</a
|
||
>
|
||
"A Legit DLC Unlocker" for Steam
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Douile/cream-api-autoinstaller"
|
||
>cream-api-autoinstaller</a
|
||
>
|
||
A python script to automatically install Cream API for Steam games
|
||
</li>
|
||
<li>
|
||
<a href="https://cdromance.com/" rel="nofollow">CDRomance</a> PSP,
|
||
PSX, PS2, Gameboy, NDS, SNES, Dreamcast, and Gamecube ROMs and ISOs.
|
||
</li>
|
||
<li>
|
||
<a href="http://redump.org/" rel="nofollow">redump.org</a> Disc
|
||
preservation database and internet community dedicated to collecting
|
||
precise and accurate information about every video game ever released
|
||
on optical media of any system.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/atom0s/Steamless">Steamless</a> Steamless
|
||
is a DRM remover of the SteamStub variants.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-repacks"
|
||
class="anchor"
|
||
href="#repacks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Repacks
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://fitgirl-repacks.site/" rel="nofollow"
|
||
>FitGirl Repacks</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Popular DDL and torrent site for game repacks
|
||
</li>
|
||
<li>
|
||
<a href="https://xatab-repack.net" rel="nofollow">Xatab Repacks</a>
|
||
Russian game repacker, primarily torrents
|
||
</li>
|
||
<li>
|
||
<a href="https://www.elamigos-games.com/" rel="nofollow"
|
||
>ElAmigos Games</a
|
||
>
|
||
Premium links to cracked games
|
||
</li>
|
||
<li>
|
||
<a href="http://qoob.name/" rel="nofollow">qoob.name</a> Repacker site
|
||
</li>
|
||
<li>
|
||
<a href="https://nicoblog.org/" rel="nofollow">Nicoblog</a> Plenty of
|
||
ISOs, ROMs, and repacks
|
||
</li>
|
||
<li>
|
||
<a href="https://darkumbra.net/" rel="nofollow">Dark Umbra</a> Forum
|
||
for sourcing games
|
||
</li>
|
||
<li>
|
||
<a href="https://skidrowrepacks.com/" rel="nofollow"
|
||
>Skidrow Repacks</a
|
||
>
|
||
Repacks from popular repacker SKIDROW. Lots of anime stuff too
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a id="user-content-roms" class="anchor" href="#roms" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>ROMs
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://romsmania.cc/" rel="nofollow">Romsmania</a> Good ROMs
|
||
collection with a decent UI.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.doperoms.com/" rel="nofollow">Doperoms</a> Huge
|
||
collection with over 170,000 ROM files. PS3 included.
|
||
</li>
|
||
<li>
|
||
<a href="https://vimm.net/?p=vault" rel="nofollow">Vimm's Lair</a>
|
||
Large collection of ROMs
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="http://emulation.gametechwiki.com/index.php/ROM/ISO_Sites"
|
||
rel="nofollow"
|
||
>ROM/ISO sites</a
|
||
>
|
||
Wiki page from gametechwiki.com with more links
|
||
</li>
|
||
<li>
|
||
<a href="https://www.romulation.net/" rel="nofollow"
|
||
>Romulation.net</a
|
||
>
|
||
Collection of ~28,000 console game ROMs
|
||
</li>
|
||
<li>
|
||
<a href="http://the-eye.eu/public/rom/" rel="nofollow"
|
||
>The Eye ROMs</a
|
||
>
|
||
Open directory of ROMs from The Eye
|
||
</li>
|
||
<li>
|
||
<a href="https://www.myabandonware.com/" rel="nofollow"
|
||
>myabandonware</a
|
||
>
|
||
More than 14000 old games to download for free!
|
||
</li>
|
||
<li>
|
||
<a href="http://www.oldgamesfinder.com/" rel="nofollow"
|
||
>Old Games Finder</a
|
||
>
|
||
Old Games Finder is an automated old game search engine. (avoid ISO
|
||
Zone links, as that site is dead)
|
||
</li>
|
||
<li>
|
||
<a href="https://theromdepot.com/roms/" rel="nofollow"
|
||
>The ROM Depot</a
|
||
>
|
||
About 3TB of ROMs. You may need a VPN.
|
||
</li>
|
||
<li>
|
||
<a href="https://emulator.games/" rel="nofollow">Emulator.Games</a>
|
||
Download or play ROMs on your PC, Mobile, Mac, iOS and Android
|
||
devices.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/aytutr/a_simple_script_for_easily_downloading/"
|
||
rel="nofollow"
|
||
>"A simple script for easily downloading emulator.games roms"</a
|
||
>
|
||
Reddit guide and userscript created by /u/estel_smith to allow you to
|
||
easily download ROMs from Emulator.Games.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.3dsiso.com/" rel="nofollow">3DSISO</a> Nintendo
|
||
3DS ROMs downloads forum.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.3dscia.com/" rel="nofollow">3DSCIA.com</a> DDL
|
||
links for 3DS CIA files.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.ziperto.com/nintendo/3ds-roms/3ds-cia/"
|
||
rel="nofollow"
|
||
>Ziperto</a
|
||
>
|
||
DDL link site primarily for Nintendo games.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-console-games"
|
||
class="anchor"
|
||
href="#console-games"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Console Games
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/PkgLinks/" rel="nofollow"
|
||
>/r/PkgLinks</a
|
||
>
|
||
A place to share working Playstation 4 PKGs
|
||
</li>
|
||
<li>
|
||
<a href="https://nopaystation.com" rel="nofollow">NoPayStation</a> A
|
||
Database for PSN content including Vita, PS3, PSX, and PSP
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/SwitchNSPs/" rel="nofollow"
|
||
>/r/SwitchNSPs</a
|
||
>
|
||
Nintendo Switch games
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-homebrew-and-custom-firmware"
|
||
class="anchor"
|
||
href="#homebrew-and-custom-firmware"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Homebrew and Custom Firmware
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/6h2vdd/the_ultimate_guide_to_nintendo_3ds_piracy/"
|
||
rel="nofollow"
|
||
>The ultimate guide to Nintendo 3DS Piracy</a
|
||
>
|
||
Posted by /u/crazy5
|
||
</li>
|
||
<li>
|
||
<a href="https://3ds.hacks.guide/" rel="nofollow">3DS Hacks Guide</a>
|
||
A complete guide to 3DS custom firmware, from stock to boot9strap.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/3dshacks" rel="nofollow"
|
||
>/r/3dshacks</a
|
||
>
|
||
Nintendo 3DS hacking and homebrew.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/WiiHacks/" rel="nofollow"
|
||
>/r/WiiHacks</a
|
||
>
|
||
This Subreddit is for people interested in modifying their Wii.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/WiiUHacks" rel="nofollow"
|
||
>/r/WiiUHacks</a
|
||
>
|
||
A subreddit dedicated to Wii U hacking and homebrew!
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/vitahacks/" rel="nofollow"
|
||
>/r/vitahacks</a
|
||
>
|
||
A place to discuss Vita hacking and homebrew.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/ps4homebrew" rel="nofollow"
|
||
>/r/ps4homebrew</a
|
||
>
|
||
News, releases, and questions regarding the PS4 jailbreak, homebrew,
|
||
and mods.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/SwitchHaxing" rel="nofollow"
|
||
>/r/SwitchHaxing</a
|
||
>
|
||
Nintendo Switch hacking & homebrew subreddit
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/SwitchHacks" rel="nofollow"
|
||
>/r/SwitchHacks</a
|
||
>
|
||
Another Nintendo Switch hacking subreddit
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/ps3homebrew/" rel="nofollow"
|
||
>/r/ps3homebrew</a
|
||
>
|
||
News, updates, apps, and answers regarding PS3 homebrew!
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/YuzuPiracy" rel="nofollow"
|
||
>/r/YuzuPiracy</a
|
||
>
|
||
Links for Yuzu, the open-source Nintendo Switch emulator
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/VitaPiracy/" rel="nofollow"
|
||
>/r/VitaPiracy</a
|
||
>
|
||
Fairly active community of PS Vita pirates with guides and releases
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-anime"
|
||
class="anchor"
|
||
href="#anime"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Anime
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://nyaa.si/" rel="nofollow">Nyaa</a> BitTorrent software
|
||
for cats <a href="https://github.com/nyaadevs/nyaa">(Repo)</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://hi10anime.com/" rel="nofollow">Hi10 Anime</a>
|
||
High-Quality 10-bit Anime Encodes
|
||
</li>
|
||
<li>
|
||
<a href="https://www2.animekaizoku.com/" rel="nofollow"
|
||
>Anime Kaizoku</a
|
||
>
|
||
Up to 1080p DDL links, mostly Google Drive
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/animepiracy" rel="nofollow"
|
||
>/r/animepiracy</a
|
||
>
|
||
This sub is about streaming and torrent websites for anime.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/animepiracy/wiki/index"
|
||
rel="nofollow"
|
||
>/r/animepiracy wiki</a
|
||
>
|
||
Lists for sourcing Anime streaming sites, manga sites, and more
|
||
</li>
|
||
<li>
|
||
<a href="https://monimoapp.netlify.com/" rel="nofollow">Monimo</a>
|
||
Netflix like web app for watching animes
|
||
</li>
|
||
<li>
|
||
<a href="https://9anime.to" rel="nofollow">9Anime</a> Watch anime
|
||
online. English anime, dubbed, subbed.
|
||
</li>
|
||
<li>
|
||
<a href="https://www3.gogoanime.in/" rel="nofollow">GoGo Anime</a>
|
||
Popular website for watching anime
|
||
</li>
|
||
<li>
|
||
<a href="https://anilinkz.to/" rel="nofollow">AniLinkz</a> Large
|
||
database of streaming anime episodes.
|
||
</li>
|
||
<li>
|
||
<a href="http://kissanime.ru/" rel="nofollow">KissAnime</a> Watch
|
||
anime online free in HD.
|
||
</li>
|
||
<li>
|
||
<a href="https://nyaa.pantsu.cat/" rel="nofollow">NyaaPantsu</a>
|
||
Primarily Anime torrents but includes an open directory of DDL links
|
||
too.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/KissCartoon/wiki/alternatives"
|
||
rel="nofollow"
|
||
>Alternatives to Kiss websites</a
|
||
>
|
||
/r/KissCartoon wiki page with lots of anime sites
|
||
</li>
|
||
<li>
|
||
<a href="http://www.anime-sharing.com/forum/" rel="nofollow"
|
||
>anime-sharing</a
|
||
>
|
||
Forum for sharing anime
|
||
</li>
|
||
<li>
|
||
<a href="https://anidex.info" rel="nofollow">AniDex</a> Torrent
|
||
tracker and indexer, primarily for English fansub groups of anime
|
||
</li>
|
||
<li>
|
||
<a href="https://www.animencodes.com/" rel="nofollow">animeEncodes</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://horriblesubs.info/" rel="nofollow">HorribleSubs</a>
|
||
Download anime via torrent files, magnet links, XDCC, and premium link
|
||
hosts.
|
||
</li>
|
||
<li>
|
||
<a href="https://twist.moe/" rel="nofollow">Anime Twist</a> An anime
|
||
direct streaming site with a decent UI and video player
|
||
</li>
|
||
<li>
|
||
<a href="https://www.animeout.xyz/" rel="nofollow">AnimeOut</a> Over
|
||
1000's of Encoded Anime with DDL links.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.masterani.me/" rel="nofollow">Masterani.me</a>
|
||
Large library of streamable anime with scheduling features.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-cartoons"
|
||
class="anchor"
|
||
href="#cartoons"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Cartoons
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://kisscartoon.ac/" rel="nofollow">KissCartoon</a>
|
||
Popular cartoon streaming site
|
||
</li>
|
||
<li>
|
||
<a href="https://www.watchcartoononline.com/" rel="nofollow"
|
||
>watchcartoononline.com</a
|
||
>
|
||
Cartoons, dubbed/subbed anime streaming site
|
||
</li>
|
||
<li>
|
||
<a href="https://www.watchcartoononline.io/" rel="nofollow"
|
||
>watchcartoononline.io</a
|
||
>
|
||
Large DDL site for cartoons as well as anime and movies
|
||
</li>
|
||
<li>
|
||
<a href="http://www.animetoon.org/" rel="nofollow">animetoon</a> Lots
|
||
of streaming via premium hosts for cartoons
|
||
</li>
|
||
<li>
|
||
<a href="http://www.toonova.net/" rel="nofollow">Toonova</a> Another
|
||
site for streaming cartoons
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-music"
|
||
class="anchor"
|
||
href="#music"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Music
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.mooval.de/" rel="nofollow">MOOVAL</a> Easily move
|
||
your playlists, tracks, and likes from one streaming service to
|
||
another.
|
||
</li>
|
||
<li>
|
||
<a href="/home/wigglytuff/code/awesome-piracy/madsonic.org"
|
||
>Madsonic</a
|
||
>
|
||
Madsonic is a web-based media library and media streamer with jukebox
|
||
functionality.
|
||
</li>
|
||
<li>
|
||
<a href="https://musicbrainz.org/" rel="nofollow">MusicBrainz</a>
|
||
MusicBrainz is an open music encyclopedia that collects music metadata
|
||
and makes it available to the public.
|
||
</li>
|
||
<li>
|
||
<a href="https://airsonic.github.io/" rel="nofollow">airsonic</a>
|
||
Airsonic is a free, web-based media streamer, providing ubiquitous
|
||
access to your music.
|
||
</li>
|
||
<li>
|
||
<a href="http://beets.io/" rel="nofollow">Beets</a> The purpose of
|
||
beets is to get your music collection right once and for all. It
|
||
catalogs your collection, automatically improving its metadata as it
|
||
goes using the MusicBrainz database.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Libresonic/libresonic">LibreSonic</a>
|
||
Media streaming software
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-music-streaming"
|
||
class="anchor"
|
||
href="#music-streaming"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Music Streaming
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://muxiv.com/" rel="nofollow">Muxiv Music</a> Stream 45
|
||
million songs on all your devices, online or offline. Primarily
|
||
Chinese content.
|
||
</li>
|
||
<li>
|
||
<a href="https://hikarinoakariost.info/" rel="nofollow"
|
||
>Hikarinoakariost</a
|
||
>
|
||
Site with Japanese music
|
||
</li>
|
||
<li>
|
||
<a href="http://mp3guild.com/" rel="nofollow">mp3Clan</a> Free music
|
||
streaming
|
||
</li>
|
||
<li>
|
||
<a href="https://gosong.unblocked.gdn/" rel="nofollow">GoSong</a>
|
||
Streamable MP3s
|
||
</li>
|
||
<li>
|
||
<a href="https://mp3juices.unblocked.gdn/" rel="nofollow"
|
||
>MP3Juices</a
|
||
>
|
||
MP3 search engine tool which uses YouTube
|
||
</li>
|
||
<li>
|
||
<a href="http://mp3li.unblckd.club" rel="nofollow">mp3.li</a> Another
|
||
MP3 streaming site
|
||
</li>
|
||
<li>
|
||
<a href="https://songs-pk.in/" rel="nofollow">SongsPK</a> Mainly for
|
||
downloading Bollywood songs. Domain changes frequently.
|
||
</li>
|
||
<li>
|
||
<a href="https://datmusic.xyz/" rel="nofollow">datmusic</a> Search
|
||
engine with a clean UI for streaming music in your browser
|
||
</li>
|
||
<li>
|
||
<a href="https://musicpleer.la/" rel="nofollow">MusicPleer</a> Another
|
||
music streaming site with a decent search engine
|
||
</li>
|
||
<li>
|
||
<a href="http://slider.kz/" rel="nofollow">slider.kz</a> Quirky and
|
||
fast music streaming site
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-music-downloading"
|
||
class="anchor"
|
||
href="#music-downloading"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Music Downloading
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://www.soulseekqt.net/news/" rel="nofollow">Soulseek</a>
|
||
Soulseek is an ad-free, spyware free, just plain free file sharing
|
||
network for Windows, Mac, and Linux.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/kepoorhampond/irs">irs</a> A music
|
||
downloader that understands your metadata needs.
|
||
</li>
|
||
<li>
|
||
<a href="https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr" rel="nofollow"
|
||
>SMLoadr</a
|
||
>
|
||
A streaming music downloader.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/DeezloadersIsBack/comments/9n3pf1/deezloader_alpha_latest_version_download10102018/"
|
||
rel="nofollow"
|
||
>Deezloader Remaster</a
|
||
>
|
||
Tool for downloading music from Deezer
|
||
</li>
|
||
<li>
|
||
<a href="https://notabug.org/RemixDevs/DeezloaderRemix" rel="nofollow"
|
||
>Deezloader Remix</a
|
||
>
|
||
Another program with the same purpose, both based on the original, now
|
||
defunct Deezloader.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/DeezloadersIsBack" rel="nofollow"
|
||
>/r/DeezloaderIsBack</a
|
||
>
|
||
Community supporting Deezloader
|
||
</li>
|
||
<li>
|
||
<a href="http://newalbumreleases.net/" rel="nofollow"
|
||
>New Album Releases</a
|
||
>
|
||
Premium DDL links for full albums
|
||
</li>
|
||
<li>
|
||
<a href="https://kingdom-leaks.com/" rel="nofollow">Kingdom Leaks</a>
|
||
DDL links for album leaks
|
||
</li>
|
||
<li>
|
||
<a href="https://downloads.khinsider.com/" rel="nofollow"
|
||
>KHInsider</a
|
||
>
|
||
Site collecting soundtracks, mostly MP3, some FLAC, OGG or M4A.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/TheLastZombie/VGMLoader">VGMLoader</a>
|
||
Tool for bulk downloading from KHInsider.
|
||
</li>
|
||
<li>
|
||
<a href="https://free-mp3-download.net/" rel="nofollow"
|
||
>Free MPS Download.net</a
|
||
>
|
||
Search engine with streamable samples and download links
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-spotify"
|
||
class="anchor"
|
||
href="#spotify"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Spotify
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/9jvlf8/get_rid_of_spotify_adsbannerslimited_skips_and/"
|
||
rel="nofollow"
|
||
>Get rid of Spotify ads</a
|
||
>
|
||
Short guide on avoiding ads, banners, limited skips, and locked
|
||
shuffle mode in Spotify Free
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/9tcbvc/spotify_adblock_host_file_uptodate_effective/"
|
||
rel="nofollow"
|
||
>Spotify AdBlock Host file</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
This is the most up-to-date list and will block all annoying Spotify
|
||
ads & analytics.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/82wzi0/spotify_megathread/"
|
||
rel="nofollow"
|
||
>Spotify Megathread</a
|
||
>
|
||
/r/Piracy Spotify-related discussion and future developments
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Xeroday/Spotify-Ad-Blocker/">EZBlocker</a>
|
||
a Spotify Ad Blocker written in C# for Windows 7/8/10.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/master131/BlockTheSpot">BlockTheSpot</a>
|
||
Video, audio & banner AdBlock/skip for Spotify
|
||
</li>
|
||
<li>
|
||
<a href="https://jwallet.github.io/spy-spotify/" rel="nofollow"
|
||
>Spytify</a
|
||
>
|
||
Records Spotify without ads while it plays and includes media tags and
|
||
album cover to the recorded files
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://forum.mobilism.org/viewtopic.php?f=1332&t=2950704"
|
||
rel="nofollow"
|
||
>Spotify modded APK</a
|
||
>
|
||
Modded APK with no ads.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Superhackman/downtify-premium"
|
||
>Downtify</a
|
||
>
|
||
Downtify is an open source Spofity downloader which makes it possible
|
||
to download all your favourite songs and/or playlists directly from
|
||
spotify.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-itunes"
|
||
class="anchor"
|
||
href="#itunes"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>iTunes
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.tuneskit.com/" rel="nofollow">TunesKit</a> iTunes
|
||
DRM removal tool
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://digiex.net/threads/requiem-4-1-remove-itunes-drm-fairplay-from-music-video-and-books.11796/"
|
||
rel="nofollow"
|
||
>Requiem</a
|
||
>
|
||
Requiem is a program that removes Apple's DRM (called FairPlay) from
|
||
songs, videos, and books purchased on iTunes
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.howtogeek.com/291612/how-to-remove-drm-from-itunes-movies-and-tv-shows/"
|
||
rel="nofollow"
|
||
>How to Remove DRM From iTunes Movies and TV Shows</a
|
||
>
|
||
HowToGeek article on how to use TunesKit and Requiem
|
||
</li>
|
||
<li>
|
||
<a href="https://www.pluspremieres.eu/" rel="nofollow"
|
||
>Plus Premieres</a
|
||
>
|
||
Download newest iTunes music in M4A format
|
||
</li>
|
||
<li>
|
||
<a href="https://ejurgensen.github.io/forked-daapd/" rel="nofollow"
|
||
>forked-daapd</a
|
||
>
|
||
Linux/FreeBSD DAAP (iTunes) and MPD media server with support for
|
||
AirPlay devices (multiroom), Apple Remote (and compatibles),
|
||
Chromecast, Spotify and internet radio.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-software"
|
||
class="anchor"
|
||
href="#software"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Software
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/piracy/wiki/tools" rel="nofollow"
|
||
>/r/piracy/wiki/tools</a
|
||
>
|
||
Windows/Office activation tools, and images/installers for Windows,
|
||
Office, and Adobe
|
||
</li>
|
||
<li>
|
||
<a href="https://www.nsanedown.com/" rel="nofollow">nsane.down</a>
|
||
Popular file-sharing forum focused on software
|
||
</li>
|
||
<li>
|
||
<a href="https://crackingpatching.com/" rel="nofollow"
|
||
>CrackingPatching.com</a
|
||
>
|
||
Cracked software
|
||
</li>
|
||
<li>
|
||
<a href="https://www.macbed.com/" rel="nofollow">Appked</a> Mac
|
||
application sharing site
|
||
</li>
|
||
<li>
|
||
<a href="https://www.teamos-hkrg.com/index.php" rel="nofollow"
|
||
>Team-OS HKRG</a
|
||
>
|
||
Windows software and various activation tools.
|
||
</li>
|
||
<li>
|
||
<a href="https://cracksnow.com/" rel="nofollow">CracksNow</a> Cracks
|
||
for Android, Windows, and macOS applications.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.nulled.to/" rel="nofollow">Nulled</a> Nulled is a
|
||
cracking community where you can find links to cracked software
|
||
</li>
|
||
<li>
|
||
<a href="https://www.vestathemes.com/" rel="nofollow">Vestathemes</a>
|
||
Vestathemes is a website for
|
||
<a href="https://www.wordpress.com/" rel="nofollow">WordPress</a>
|
||
themes and plugins.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/sjain_guides/" rel="nofollow"
|
||
>/r/sjain_guides</a
|
||
>
|
||
Guides and downloads for CS:GO, Windows 10 gaming optimisations, and
|
||
more
|
||
</li>
|
||
<li>
|
||
<a href="https://forums.mydigitallife.net/" rel="nofollow"
|
||
>My Digital Life Forums</a
|
||
>
|
||
Popular forum for modded/cracked software and apps
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-adobe-cc"
|
||
class="anchor"
|
||
href="#adobe-cc"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Adobe CC
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/sjain_guides/comments/9g4t2u/adobe_cc_2018_full_indepth_guide_to_installing/"
|
||
rel="nofollow"
|
||
>Adobe CC 2018</a
|
||
>
|
||
Full in-depth guide to installing and cracking any application
|
||
(Windows)
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://drive.google.com/file/d/0BxfywKwnIU2JdFFraUxhVkllbnc/view"
|
||
rel="nofollow"
|
||
>How to patch Adobe CC 2017 applications on Windows</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://drive.google.com/file/d/0BxfywKwnIU2JY1RxV0M0U0J1Z1E/view"
|
||
rel="nofollow"
|
||
>HOW TO PATCH ADOBE APPLICATIONS ON MAC, WORKING EARLY 2017</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/5f5uz7/pirating_adobe_cc_for_dummies/"
|
||
rel="nofollow"
|
||
>Pirating Adobe CC for Dummies</a
|
||
>
|
||
detailed guide about pirating Adobe CC for Windows
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/9v7tr6/adobe_zii_403_released_now_includes_incopy/"
|
||
rel="nofollow"
|
||
>Adobe Zii 4.0.3</a
|
||
>
|
||
Tool for patching and cracking Adobe CC applications
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/arbt9p/ultimate_adobe_guide/?sort=new"
|
||
rel="nofollow"
|
||
>"Ultimate Adobe Guide!"</a
|
||
>
|
||
Reddit guide last updated 2nd March 2019.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-windows"
|
||
class="anchor"
|
||
href="#windows"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Windows
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://raddle.me/f/MSToolkit" rel="nofollow"
|
||
>/f/MSToolkit</a
|
||
>
|
||
Tools for activating Windows software, including Windows 10 itself.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.nsaneforums.com/topic/312871-windows-10-digital-license-hwid-kms38%E2%84%A2-generation/?tab=comments#comment-1327529"
|
||
rel="nofollow"
|
||
>Windows 10 Digital License</a
|
||
>
|
||
Advanced tutorial from s1ave77 on activating Windows 10 "legitimately"
|
||
by binding your HWID to a Microsoft account
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/8pfnun/how_to_download_and_install_windows_10_ltsb/"
|
||
rel="nofollow"
|
||
>How to download and install Windows 10 LTSB</a
|
||
>
|
||
Guide by /u/sq_skez. "Take everything we loved about Windows 7, add
|
||
the under-the-hood improvements of Windows 8 and 10 but none of the
|
||
marketing/cloud/phone app/user-tracking crap, and what do you get?
|
||
Windows 10 Enterprise LTSC edition."
|
||
</li>
|
||
<li>
|
||
<a href="https://tb.rg-adguard.net/public.php" rel="nofollow"
|
||
>TechBench</a
|
||
>
|
||
Find official Windows isos for Windows 7/8/10
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/s1ave77_library/comments/9o13fq/windows_10_digital_license_hwid_kms38_generation/"
|
||
rel="nofollow"
|
||
>Windows 10 Digital License (HWID) & KMS38 Generation</a
|
||
>
|
||
Reddit guide by /u/s1ave77 with instructions on how to use HWID to
|
||
activate various editions of Windows 10.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-ebooks"
|
||
class="anchor"
|
||
href="#ebooks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Ebooks
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.bookstackapp.com/" rel="nofollow">BookStack</a>
|
||
BookStack is a simple, self-hosted, easy-to-use platform for
|
||
organizing and storing information.
|
||
</li>
|
||
<li>
|
||
<a href="http://vaemendis.net/ubooquity/" rel="nofollow">Ubooquity</a>
|
||
Ubooquity is a free home server for your comics and ebooks library
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/seblucas/cops">COPS</a> Calibre OPDS (and
|
||
HTML) PHP Server : web-based light alternative to Calibre content
|
||
server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, etc.)
|
||
</li>
|
||
<li>
|
||
<a href="http://b-ok.xyz/" rel="nofollow">b-ok</a> Free ebook library
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/"
|
||
rel="nofollow"
|
||
>The idiot-proof guide to downloading ebooks off IRC</a
|
||
>
|
||
Posted by /u/Servaplur
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/7vc3uv/guide_to_copy_kindle_content_to_pdf_using_calibre/"
|
||
rel="nofollow"
|
||
>Guide to Copy Kindle Content to PDF using Calibre</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://apprenticealf.wordpress.com/" rel="nofollow"
|
||
>Apprentice Alf's Blog</a
|
||
>
|
||
Everything you ever wanted to know about DRM and ebooks but were
|
||
afraid to ask.
|
||
</li>
|
||
<li>
|
||
<a href="https://calibre-ebook.com/" rel="nofollow">Calibre</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
ebook management tool
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/janeczku/calibre-web">Calibre-Web</a> Web
|
||
app for browsing, reading and downloading eBooks stored in a Calibre
|
||
database
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://cse.google.com/cse?cx=000661023013169144559:a1-kkiboeco"
|
||
rel="nofollow"
|
||
>Custom Search Engine</a
|
||
>
|
||
A Google custom search engine specifically for ebooks
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://blog.chrisbonk.ca/2018/12/knowledge-is-power-exploring-over-1800.html?m=1"
|
||
rel="nofollow"
|
||
>Exploring over 1,800 Calibre ebook servers</a
|
||
>
|
||
Blog post detailing how to use Shodan to find Calibre ebook servers
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-magazines"
|
||
class="anchor"
|
||
href="#magazines"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Magazines
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="http://pdf-giant.com/" rel="nofollow">PDF Giant</a> Various
|
||
categories of downloadable PDFs
|
||
</li>
|
||
<li>
|
||
<a href="https://magazinelib.com/" rel="nofollow">MagazineLib</a> Free
|
||
PDF and interactive e-magazines
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-academic-papers-and-material"
|
||
class="anchor"
|
||
href="#academic-papers-and-material"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Academic Papers and Material
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="http://libgen.io/" rel="nofollow">LibGen</a> search engine
|
||
for articles and books on various topics, which allows free access to
|
||
content that is otherwise paywalled or not digitized elsewhere
|
||
</li>
|
||
<li>
|
||
<a href="https://sci-hub.tw/" rel="nofollow">Sci-Hub</a> the first
|
||
pirate website in the world to provide mass and public access to tens
|
||
of millions of research papers
|
||
</li>
|
||
<li>
|
||
<a href="http://booksc.org/" rel="nofollow">BookSC</a> The world's
|
||
largest scientific articles store. 50,000,000+ articles for free.
|
||
</li>
|
||
<li>
|
||
<a href="http://academictorrents.com/" rel="nofollow"
|
||
>Academic Torrents</a
|
||
>
|
||
A Community-Maintained Distributed Repository for researchers, by
|
||
researchers. Making 32.66TB of research data available!
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-textbooks"
|
||
class="anchor"
|
||
href="#textbooks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Textbooks
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="http://www.allitebooks.com/" rel="nofollow">All IT eBooks</a>
|
||
A big database of free, direct links for IT and programming ebooks
|
||
</li>
|
||
<li>
|
||
<a href="http://it-ebooks.info" rel="nofollow">it-ebooks</a> Large
|
||
selection of free and open source IT ebooks
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/trackers/comments/hrgmv/tracker_with_pdfsebooks_of_college_textbooks/c1xrq44/"
|
||
rel="nofollow"
|
||
>PDF/Ebook trackers for college textbooks</a
|
||
>
|
||
Old-but-still-useful list of ebook/textbook trackers, DDL sites, and
|
||
IRC communities
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/3ma9qe/guide_how_to_rent_your_textbooks_for_free_from/"
|
||
rel="nofollow"
|
||
>How to "rent" your textbooks for free from Amazon</a
|
||
>
|
||
"Going to college? Living off top ramen for dinner? Let me show you
|
||
have to "rent" your textbooks for free & for life!"
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/3i9y7n/guide_for_finding_textbooks/"
|
||
rel="nofollow"
|
||
>Guide for Finding Textbooks</a
|
||
>
|
||
Extensive tutorial by /u/Amosqu
|
||
</li>
|
||
<li>
|
||
<a href="https://forcoder.su/" rel="nofollow">forcoder</a> Ebooks
|
||
& Elearning For Programming
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-courses-and-tutorials"
|
||
class="anchor"
|
||
href="#courses-and-tutorials"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Courses and Tutorials
|
||
</h2>
|
||
<ul>
|
||
<li><a href="https://tutsgalaxy.com/" rel="nofollow">TUTSGALAXY</a></li>
|
||
<li>
|
||
<a href="https://www.freetutorials.eu/" rel="nofollow"
|
||
>FreeTutorials.eu</a
|
||
>
|
||
Lots of Udemy courses for free; Has Adblock detector
|
||
</li>
|
||
<li>
|
||
<a href="https://www.coursehunters.net/" rel="nofollow"
|
||
>coursehunter</a
|
||
>
|
||
Watch paid tutorials online for free
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/megalinks/comments/7vlt4j/education_lynda_266_courses_207gb/"
|
||
rel="nofollow"
|
||
>Lynda Courses</a
|
||
>
|
||
266+ Lynda courses
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="http://forum.gfxdomain.net/forums/others-tutorials.42/"
|
||
rel="nofollow"
|
||
>GFXDomain.net Tutorials board</a
|
||
>
|
||
Forum with free tutorials for graphic design, mostly via premium file
|
||
hosts but some torrents
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/0x6a73/tpget">tpget</a> Tutorialspoint
|
||
downloader
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/FaisalUmair/udemy-downloader-gui"
|
||
>udemy-downloader-gui</a
|
||
>
|
||
A cross platform (Windows, Mac, Linux) desktop application for
|
||
downloading Udemy Courses.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-audiobooks"
|
||
class="anchor"
|
||
href="#audiobooks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Audiobooks
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="http://audiobookbay.nl/" rel="nofollow">AudioBook Bay</a>
|
||
Download unabridged audiobooks for free or share your audio books,
|
||
safe, fast and high quality
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/KrumpetPirate/AAXtoMP3">AAXtoMP3</a>
|
||
Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
|
||
</li>
|
||
<li>
|
||
<a href="http://booksonic.org/" rel="nofollow">Booksonic</a> Booksonic
|
||
is a server and an app for streaming your audiobooks to any pc or
|
||
android phone.
|
||
</li>
|
||
<li>
|
||
<a href="http://the-eye.eu/public/AudioBooks/" rel="nofollow"
|
||
>The Eye /public/AudioBooks</a
|
||
>
|
||
A few publicly accessible audiobooks hosted by The Eye
|
||
</li>
|
||
<li>
|
||
<a href="https://audiobooks.cloud/" rel="nofollow"
|
||
>AudioBooks.Cloud</a
|
||
>
|
||
DDL links for lots of audiobooks.
|
||
</li>
|
||
<li>
|
||
<a href="https://tokybook.com/" rel="nofollow">Tokybook</a> Free
|
||
audiobook streaming site.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-comicbooks"
|
||
class="anchor"
|
||
href="#comicbooks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Comicbooks
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://kcc.iosphe.re/" rel="nofollow"
|
||
>Kindle Comic Converter</a
|
||
>
|
||
Comic and manga converter for ebook readers
|
||
</li>
|
||
<li>
|
||
<a href="https://readcomiconline.to/" rel="nofollow"
|
||
>readcomiconline.to</a
|
||
>
|
||
Manga and comics uploaded daily
|
||
</li>
|
||
<li>
|
||
<a href="https://readcomicbooksonline.org/" rel="nofollow"
|
||
>Readcomicbooksonline</a
|
||
>
|
||
Tends to Error 520 occasionally
|
||
</li>
|
||
<li>
|
||
<a href="https://www.comicextra.com/" rel="nofollow">Comic Extra</a>
|
||
Daily comic uploads, clean UI
|
||
</li>
|
||
<li>
|
||
<a href="https://getcomics.info/" rel="nofollow">GetComics</a>
|
||
GetComics started as an alternative place to get downloaded comic
|
||
files, particularly US-based comics published by DC and Marvel.
|
||
</li>
|
||
<li>
|
||
<a href="https://hub.docker.com/r/linuxserver/gazee/" rel="nofollow"
|
||
>Gazee!</a
|
||
>
|
||
A WebApp Comic Reader for your favorite digital comics. Reach and read
|
||
your comic library from any web-connected device with a modern web
|
||
browser.
|
||
</li>
|
||
<li>
|
||
<a href="https://comix-load.in/" rel="nofollow">Comix-Load</a> DDL
|
||
links for comicbooks and manga in English and German.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-manga"
|
||
class="anchor"
|
||
href="#manga"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Manga
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.mangadex.org/" rel="nofollow">MangaDex</a>
|
||
MangaDex is an online manga reader that caters to all languages.
|
||
</li>
|
||
<li>
|
||
<a href="http://kissmanga.com/" rel="nofollow">KissManga</a> Another
|
||
manga website
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/manga" rel="nofollow">/r/manga</a>
|
||
Everything and anything manga! (manhwa is okay too!)
|
||
</li>
|
||
<li>
|
||
<a href="https://manga.madokami.al/" rel="nofollow">Madokami</a>
|
||
Requires sign-up (currently closed), see mirrors below.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://archive.org/download/Madokami.Manga.0-E"
|
||
rel="nofollow"
|
||
>Madokami 0-E</a
|
||
>
|
||
Download manga titles named 0 to E.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://archive.org/download/Madokami.Manga.F-K"
|
||
rel="nofollow"
|
||
>Madokami F-K</a
|
||
>
|
||
Download manga titles named F to K.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://archive.org/download/Madokami.Manga.L-Q"
|
||
rel="nofollow"
|
||
>Madokami L-Q</a
|
||
>
|
||
Download manga titles named L to Q.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://archive.org/download/Madokami.Manga.R-Z"
|
||
rel="nofollow"
|
||
>Madokami R-Z</a
|
||
>
|
||
Download manga titles named R to Z.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://archive.org/download/Madokami.NotManga"
|
||
rel="nofollow"
|
||
>Madokami novels, raws and artbooks</a
|
||
>
|
||
Download novels, manga raws and artbooks.
|
||
</li>
|
||
<li>
|
||
<a href="http://mangazoneapp.com/" rel="nofollow">MangaZone</a> A
|
||
manga reader app.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.nineanime.com/" rel="nofollow">NineAnime</a>
|
||
Updated/Active Manga Site
|
||
</li>
|
||
<li>
|
||
<a href="https://mangarock.com" rel="nofollow">MangaRock</a> Another
|
||
manga site with a decent in-browser reader
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-documentaries"
|
||
class="anchor"
|
||
href="#documentaries"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Documentaries
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/documentaries" rel="nofollow"
|
||
>/r/Documentaries</a
|
||
>
|
||
Popular documentaries subreddit
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Documentaries/comments/h9pu7/my_big_list_of_documentary_sites_streaming_and/"
|
||
rel="nofollow"
|
||
>My big list of documentary sites (streaming and download)</a
|
||
>
|
||
An old post by /u/whatwhat888 that may still be useful
|
||
</li>
|
||
<li>
|
||
<a href="http://docuwiki.net/index.php?title=Main_Page" rel="nofollow"
|
||
>DocuWiki.net</a
|
||
>
|
||
DocuWiki.net serves as an index of documentary films on the Edonkey
|
||
Network.
|
||
</li>
|
||
<li>
|
||
<a href="http://forums.mvgroup.org/" rel="nofollow">MVGroup</a> Forum
|
||
for documentary torrent and ED2K downloads. Sign-up required.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-fonts-icons-and-graphics"
|
||
class="anchor"
|
||
href="#fonts-icons-and-graphics"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Fonts, Icons, and Graphics
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.getthefont.com/" rel="nofollow">Get the font</a>
|
||
Searches through GitHub for fonts
|
||
</li>
|
||
<li>
|
||
<a href="https://web4sync.com/" rel="nofollow">Web4Sync</a> Forum with
|
||
DDL links catering to web development, graphics design, 3D animation,
|
||
and photography
|
||
</li>
|
||
<li>
|
||
<a href="http://forum.gfxdomain.net/" rel="nofollow">GFXDomain</a>
|
||
Forum for graphic design resources and software
|
||
</li>
|
||
<li>
|
||
<a href="https://www.gfxtra.com/" rel="nofollow">GFxtra</a> DDL links
|
||
for graphics, icons, 3D models, and more
|
||
</li>
|
||
<li>
|
||
<a href="https://graphicex.com/" rel="nofollow">GraphicEx</a>
|
||
Stock/vector graphics, PhotoShop/InDesign resources, fonts, and more
|
||
</li>
|
||
<li>
|
||
<a href="https://tomato.to/" rel="nofollow">Tomato.to</a> Stock
|
||
Downloader | Supports Shutterstock, Gettyimages, Adobestock, Fotolia,
|
||
Vectorstock, iStockphoto, PNGTree & PicFair.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/8tqfg6/how_to_download_paid_fonts_for_free/"
|
||
rel="nofollow"
|
||
>How to download paid fonts for free</a
|
||
>
|
||
Post by /u/Bebhio on how to use clever Google searches to find fonts
|
||
online
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/mikf/gallery-dl">gallery-dl</a>
|
||
Command-line program to download image-galleries and -collections from
|
||
several image hosting sites
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-automation"
|
||
class="anchor"
|
||
href="#automation"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Automation
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://flexget.com/" rel="nofollow">FlexGet</a> FlexGet is a
|
||
multipurpose automation tool for all of your media with support for
|
||
torrents, nzbs, podcasts, comics, TV, movies, RSS, HTML, CSV, and
|
||
more.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/roboticsound/Pulsarr">Pulsarr</a> Browser
|
||
extension (currently Chrome & Firefox) for adding movies to Radarr
|
||
or Series' to Sonarr while browsing IMDB or TVDB.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/klassicstudios/Bonarr">Bonarr</a> A fork
|
||
of Radarr to work with porn.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/l3uddz/traktarr">traktarr</a> Script to
|
||
add new series & movies to Sonarr/Radarr based on Trakt lists.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/evilhero/mylar">Mylar</a> An automated
|
||
Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet, and
|
||
torrents
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/DobyTang/LazyLibrarian">LazyLibrarian</a>
|
||
LazyLibrarian is a program to follow authors and grab metadata for all
|
||
your digital reading needs.
|
||
</li>
|
||
<li>
|
||
<a href="https://cloudbox.works/" rel="nofollow">CloudBox</a> An
|
||
All-In-One, Cloud Centric, Media Server Solution
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/9ft4xx/piracy_and_automation_an_overview/"
|
||
rel="nofollow"
|
||
>Piracy and automation, an overview</a
|
||
>
|
||
Guide by /u/JukeCity101 on how to improve your experience pirating
|
||
with automation tools
|
||
</li>
|
||
<li>
|
||
<a href="https://lardbit.github.io/nefarious/" rel="nofollow"
|
||
>Nefarious</a
|
||
>
|
||
Nefarious is a web application that helps you download movies and TV
|
||
shows.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-tv-automation"
|
||
class="anchor"
|
||
href="#tv-automation"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>TV Automation
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/Sonarr/Sonarr">Sonarr</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Smart PVR for newsgroup and BitTorrent users.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/SiCKRAGE/SiCKRAGE">SickRage</a> Automatic
|
||
Video Library Manager for TV Shows.
|
||
</li>
|
||
<li>
|
||
<a href="https://sickchill.github.io/" rel="nofollow">SickChill</a> an
|
||
automatic Video Library Manager for TV Shows.
|
||
</li>
|
||
<li>
|
||
<a href="http://sickbeard.com/" rel="nofollow">SickBeard</a> The
|
||
ultimate PVR application that searches for and manages your TV shows
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/SickGear/SickGear">SickGear</a> SickGear
|
||
has proven the most reliable stable TV fork of the great Sick-Beard to
|
||
fully automate TV enjoyment with innovation.
|
||
</li>
|
||
<li>
|
||
<a href="https://pymedusa.com/" rel="nofollow">Medusa</a> Automatic
|
||
Video Library Manager for TV Shows.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-movie-automation"
|
||
class="anchor"
|
||
href="#movie-automation"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Movie Automation
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://radarr.video/" rel="nofollow">Radarr</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A fork of Sonarr to work with movies à la Couchpotato.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Sperryfreak01/RadarrSync">RadarrSync</a>
|
||
Syncs two Radarr servers through web API.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/CouchPotato/CouchPotatoServer"
|
||
>CouchPotato</a
|
||
>
|
||
Automatic Movie Downloading via NZBs & Torrents
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/nosmokingbandit/Watcher3">Watcher</a>
|
||
Watcher is an automated movie NZB & Torrent searcher and snatcher.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-music-automation"
|
||
class="anchor"
|
||
href="#music-automation"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Music Automation
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/lidarr/Lidarr">Lidarr</a> Looks and smells
|
||
like Sonarr but made for music.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/rembo10/headphones">Headphones</a>
|
||
Automatic music downloader for SABnzbd
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-subtitles-automation"
|
||
class="anchor"
|
||
href="#subtitles-automation"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Subtitles Automation
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/morpheus65535/bazarr">Bazarr</a> Bazarr is
|
||
a companion application to Sonarr and Radarr. It manages and downloads
|
||
subtitles based on your requirements.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/agermanidis/autosub">autosub</a>
|
||
Command-line utility for auto-generating subtitles for any video file
|
||
using speech recognition
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/caronc/nzb-subliminal">nzb-subliminal</a>
|
||
Fetches subtitles for the videos it's provided. It can be easily
|
||
integrated into NZBGet and SABnzbd too.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/smacke/subsync">subsync</a> Automagically
|
||
synchronize subtitles with video.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/exebetche/vlsub">vlsub</a> VLC extension
|
||
to download subtitles from opensubtitles.org
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-p2p-networks"
|
||
class="anchor"
|
||
href="#p2p-networks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>P2P Networks
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/EDonkey_network" rel="nofollow"
|
||
>eDonkey network</a
|
||
>
|
||
a decentralized, mostly server-based, peer-to-peer file sharing
|
||
network
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/Gnutella" rel="nofollow"
|
||
>Gnutella</a
|
||
>
|
||
P2P network behind the popular LimeWire file sharing app
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/FastTrack" rel="nofollow"
|
||
>FastTrack</a
|
||
>
|
||
Protocol used by the Kazaa, Grokster, iMesh, and Morpheus file sharing
|
||
programs
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/Napster" rel="nofollow"
|
||
>Napster</a
|
||
>
|
||
Peer-to-peer file sharing Internet service that emphasized sharing
|
||
digital audio files, typically audio songs, encoded in MP3 format.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/Peer-to-peer_file_sharing"
|
||
rel="nofollow"
|
||
>Peer-to-peer file sharing</a
|
||
>
|
||
Detailed Wikipedia page about file sharing
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/InterPlanetary_File_System"
|
||
rel="nofollow"
|
||
>IPFS - Distributed Web</a
|
||
>
|
||
Peer-to-peer distributed file system that seeks to connect all
|
||
computing devices with the same system of files
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/Kad_network" rel="nofollow"
|
||
>Kad</a
|
||
>
|
||
The Kad network is a peer-to-peer (P2P) network which implements the
|
||
Kademlia P2P overlay protocol.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-ripping-transcoding-converting-encoding"
|
||
class="anchor"
|
||
href="#ripping-transcoding-converting-encoding"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Ripping, Transcoding, Converting, Encoding
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://handbrake.fr/" rel="nofollow">Handbrake</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
HandBrake is a tool for converting video from nearly any format to a
|
||
selection of modern, widely supported codecs.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.makemkv.com/" rel="nofollow">MakeMKV</a> MakeMKV
|
||
is your one-click solution to convert video that you own into free and
|
||
patents-unencumbered format that can be played everywhere.
|
||
</li>
|
||
<li>
|
||
<a href="https://ffmpeg.org/" rel="nofollow">ffmpeg</a> A complete,
|
||
cross-platform solution to record, convert and stream audio and video.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/mdhiggins/sickbeard_mp4_automator"
|
||
>sickbeard_mp4_automator</a
|
||
>
|
||
Automatically convert video files to a standardized mp4 format with
|
||
proper metadata tagging to create a beautiful and uniform media
|
||
library
|
||
</li>
|
||
<li>
|
||
<a href="https://b3n.org/automatic-ripping-machine/" rel="nofollow"
|
||
>Automatic Ripping Machine</a
|
||
>
|
||
The A.R.M. (Automatic Ripping Machine) detects the insertion of an
|
||
optical disc, identifies the type of media and autonomously performs
|
||
the appropriate action
|
||
</li>
|
||
<li>
|
||
<a href="http://dvddecrypter.org.uk/" rel="nofollow">DVD Decrypter</a>
|
||
The original unofficial DVD Decrypter mirror since June 7th, 2005.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.dvdfab.cn/" rel="nofollow">DVDFab</a> DVD ripping
|
||
tool
|
||
</li>
|
||
<li>
|
||
<a href="https://encoding-guide.neocities.org/" rel="nofollow"
|
||
>The Encoding Guide</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
In depth guide on encoding video
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-cloud-storage"
|
||
class="anchor"
|
||
href="#cloud-storage"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Cloud Storage
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/astrada/google-drive-ocamlfuse"
|
||
>google-drive-ocamlfuse</a
|
||
>
|
||
FUSE filesystem over Google Drive
|
||
</li>
|
||
<li>
|
||
<a href="https://rclone.org/" rel="nofollow">rclone</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
"rsync for cloud storage"
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/dweidenfeld/plexdrive">plexdrive</a>
|
||
mounts your Google Drive FUSE filesystem (optimized for media
|
||
playback)
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/PlexACD/" rel="nofollow"
|
||
>/r/PlexACD</a
|
||
>
|
||
Discussion about unlimited cloud storage for Plex libraries
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://bytesized-hosting.com/pages/rclone-gdrive"
|
||
rel="nofollow"
|
||
>rclone-gdrive</a
|
||
>
|
||
Wiki page on setting up Google Drive with rclone cache and crypt
|
||
</li>
|
||
<li>
|
||
<a href="https://bytesized-hosting.com/pages/plexdrive" rel="nofollow"
|
||
>Connect Your Plex Server To Your Google Drive</a
|
||
>
|
||
This tutorial will help you connect your Google Drive to your Plex
|
||
server using Plexdrive.
|
||
</li>
|
||
<li>
|
||
<a href="https://martins.ninja/RcloneBrowser/" rel="nofollow"
|
||
>RcloneBrowser</a
|
||
>
|
||
Simple cross platform GUI for rclone
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/stewartmcgown/uds">UDS</a> Unlimited Drive
|
||
Storage. Store files in Google Docs without counting against your
|
||
quota.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/Comparison_of_file_hosting_services"
|
||
rel="nofollow"
|
||
>Comparison of file hosting services</a
|
||
>
|
||
This is a comparison of file hosting services which are currently
|
||
active.
|
||
</li>
|
||
<li>
|
||
<a href="https://nafanz.github.io/cloudstorage.html" rel="nofollow"
|
||
>Cloud storage table</a
|
||
>
|
||
Regularly updated table of information about top cloud storage
|
||
providers.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-file-renaming-and-tagging"
|
||
class="anchor"
|
||
href="#file-renaming-and-tagging"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>File Renaming and Tagging
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.filebot.net/" rel="nofollow">FileBot</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
the ultimate tool for organizing and renaming your Movies, TV Shows
|
||
and Anime as well as fetching subtitles and artwork. It's smart and
|
||
just works.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/filebot/filebot-node">filebot-node</a> a
|
||
client-server application that'll allow you to run filebot commands
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/coppit/docker-filebot">docker-filebot</a>
|
||
A Docker container for FileBot
|
||
</li>
|
||
<li>
|
||
<a href="https://www.mediamonkey.com/" rel="nofollow">MediaMonkey</a>
|
||
Manage a movie/music library from 100 to 100,000+ audio/video files
|
||
and playlists
|
||
</li>
|
||
<li>
|
||
<a href="https://www.mp3tag.de/en/" rel="nofollow">MP3TAG</a> Mp3tag
|
||
is a powerful and easy-to-use tool to edit metadata of audio files.
|
||
</li>
|
||
<li>
|
||
<a href="https://picard.musicbrainz.org/" rel="nofollow">Picard</a>
|
||
Picard is a cross-platform music tagger written in Python.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/beetbox/beets">Beets</a> beets is a music
|
||
library manager
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.luminescence-software.org/en/metatogger.html"
|
||
rel="nofollow"
|
||
>Metatogger</a
|
||
>
|
||
Metatogger is the new generation of tag editor allowing you to rename,
|
||
tag and easily sort your audio files.
|
||
</li>
|
||
<li>
|
||
<a href="https://mediaarea.net/en/MediaInfo" rel="nofollow"
|
||
>MediaInfo</a
|
||
>
|
||
MediaInfo is a convenient unified display of the most relevant
|
||
technical and tag data for video and audio files.
|
||
</li>
|
||
<li>
|
||
<a href="https://iflicksapp.com/" rel="nofollow">iFlicks2</a> Useful
|
||
for adding metadata to movies and TV shows
|
||
</li>
|
||
<li>
|
||
<a href="https://www.kvibes.de/mediaelch/" rel="nofollow"
|
||
>MediaElch</a
|
||
>
|
||
Media manager for Kodi. Metadata & artwork retrieval, as well as
|
||
renaming.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/datacurator/" rel="nofollow"
|
||
>/r/datacurator</a
|
||
>
|
||
Subreddit for discussion about the curation of digital data. Be it
|
||
sorting, file formats, file encoding, best practices, discussion of
|
||
your setup, tips and tricks, asking for help etc.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-mobile-apps"
|
||
class="anchor"
|
||
href="#mobile-apps"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Mobile Apps
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://adaway.org/" rel="nofollow">AdAway</a> An open source
|
||
ad blocker for Android using the hosts file. It needs ROOT access
|
||
</li>
|
||
<li>
|
||
<a href="https://newpipe.schabi.org/" rel="nofollow">NewPipe</a> The
|
||
original YouTube experience without annoying ads and questionable
|
||
permissions
|
||
</li>
|
||
<li>
|
||
<a href="http://nzb360.com/" rel="nofollow">nzb360</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
nzb360 is a full-featured NZB manager that focuses on providing the
|
||
best experience possible for controlling all of your Usenet needs.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.tidusjar.Ombi"
|
||
rel="nofollow"
|
||
>Ombi</a
|
||
>
|
||
Companion app for Ombi to request Plex content
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.williamcomartin.plexpyremote"
|
||
rel="nofollow"
|
||
>Tautulli Remote</a
|
||
>
|
||
Mobile version of Tautilli for monitoring Plex on the go
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=org.appwork.myjdandroid&hl=en_US"
|
||
rel="nofollow"
|
||
>MyJDownloader</a
|
||
>
|
||
enables you to remote control your desktop JDownloader from your
|
||
pocket while you're on the go.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.filepursuit.filepursuitpro"
|
||
rel="nofollow"
|
||
>FilePursuit Pro</a
|
||
>
|
||
FilePursuit provides a very powerful file indexing and search service
|
||
allowing you to find a file among millions of files located on web
|
||
servers.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://forum.xda-developers.com/android/apps-games/app-youtube-music-sound-stream-youtubes-t3399722"
|
||
rel="nofollow"
|
||
>YMusic</a
|
||
>
|
||
YouTube Music Player & Downloader
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://labs.xda-developers.com/store/app/com.cygery.adskip.xda"
|
||
rel="nofollow"
|
||
>Cygery AdSkip for YouTube</a
|
||
>
|
||
Automatically click on the "Skip ad" button in the YouTube™ app when
|
||
it appears.
|
||
</li>
|
||
<li>
|
||
<a href="https://blokada.org" rel="nofollow">Blokada</a> Blokada is a
|
||
compact app that transparently blocks unwanted content like ads,
|
||
tracking, malware, and other annoyances.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/inorichi/tachiyomi">Tachiyomi</a>
|
||
Tachiyomi is a free and open source manga reader for Android.
|
||
</li>
|
||
<li>
|
||
<a href="http://4pda.ru/forum/index.php?act=idx" rel="nofollow"
|
||
>4PDA.ru</a
|
||
>
|
||
4PDA is the biggest Russian forum about mobile devices. You can find
|
||
an endless amount of APKs and Mobile software there. For download,
|
||
registration is required
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/zunjae/anYme">AnYme</a> Unofficial Anime
|
||
App for MyAnimeList
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.niklabs.pp"
|
||
rel="nofollow"
|
||
>Perfect Player</a
|
||
>
|
||
Perfect Player is set-top box style IPTV/Media player for watching
|
||
videos on TVs, tablets and smartphones.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/ajkeq2/my_little_guide_for_piracy_on_iphone/"
|
||
rel="nofollow"
|
||
>"My little guide for piracy on iPhone"</a
|
||
>
|
||
Post by /u/Impulse_13
|
||
</li>
|
||
<li>
|
||
<a href="https://nzbunity.dozenzb.com/" rel="nofollow">nzbUnity</a>
|
||
iOS app for managing your favourite NZB applications
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=ar.tvplayer.tv"
|
||
rel="nofollow"
|
||
>TiviMate IPTV player</a
|
||
>
|
||
A popular Android app for watching IPTV on Android set-top boxes.
|
||
</li>
|
||
<li>
|
||
<a href="https://fildo.net/android/en/#" rel="nofollow">Fildo</a>
|
||
Android music streaming app which fetches files from third party MP3
|
||
search engines.
|
||
</li>
|
||
<li>
|
||
<a href="https://vanced.app/" rel="nofollow">YouTube Vanced</a> Vanced
|
||
is a well known modded version of YouTube with many features such as
|
||
adblocking and background playback and many more.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-streaming-apps"
|
||
class="anchor"
|
||
href="#streaming-apps"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Streaming Apps
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.kokotime.tv/" rel="nofollow">Kokotime</a>
|
||
Kokotime is an addon-based, simple, free and elegantly designed app
|
||
that will let you watch all your favorite media content in a unique
|
||
and elegant user-friendly design
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://forum.mobilism.org/viewtopic.php?f=429&t=2720792&hilit=mobdro"
|
||
rel="nofollow"
|
||
>Mobdro</a
|
||
>
|
||
Mobdro constantly searches the web for the best free video streams and
|
||
brings them to your device.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://forum.mobilism.org/viewtopic.php?t=2786441"
|
||
rel="nofollow"
|
||
>Cinema</a
|
||
>
|
||
a lot of Movies & TV/Shows to watch and download.
|
||
</li>
|
||
<li>
|
||
<a href="https://fildo.net/android/en/" rel="nofollow">Fildo</a> Music
|
||
streaming app
|
||
</li>
|
||
<li>
|
||
<a href="https://teatv.net/" rel="nofollow">TeaTV</a> App for Android,
|
||
Windows, and macOS for watching 1080p movies and TV shows for free
|
||
</li>
|
||
<li>
|
||
<a href="https://cotomovies.com/" rel="nofollow">CotoMovies</a> Stream
|
||
movies and TV shows online/offline for Android/iOS
|
||
</li>
|
||
<li><a href="https://animeglare.xyz/" rel="nofollow">AniméGlare</a></li>
|
||
<li><a href="http://animevibe.tv/" rel="nofollow">AniméVibe</a></li>
|
||
<li><a href="https://apollotv.xyz/" rel="nofollow">ApolloTV</a></li>
|
||
<li><a href="http://beetvapk.me/" rel="nofollow">BeeTV</a></li>
|
||
<li><a href="https://cinemaapk.com/" rel="nofollow">Cinema</a></li>
|
||
<li><a href="http://ckaytv.com/" rel="nofollow">CKayTV</a></li>
|
||
<li>
|
||
<a href="https://cybercloud.media/" rel="nofollow">Cyberflix</a>
|
||
Terrarium clone
|
||
</li>
|
||
<li>
|
||
<a href="http://dream-tv.xyz/" rel="nofollow">DreamTV</a> Terrarium
|
||
clone
|
||
</li>
|
||
<li>
|
||
<a href="http://titaniumtv.xyz/Morph2.apk" rel="nofollow">Morph TV</a>
|
||
Morpheus fork
|
||
</li>
|
||
<li>
|
||
<a href="https://tinyurl.com/y7z5zct8" rel="nofollow">PhoenixTV</a>
|
||
Morpheus fork
|
||
</li>
|
||
<li>
|
||
<a href="http://titaniumtv.xyz/" rel="nofollow">TitaniumTV</a>
|
||
Terrarium clone
|
||
</li>
|
||
<li><a href="https://tvzionapp.live/" rel="nofollow">TVZion</a></li>
|
||
<li>
|
||
<a href="https://unlockmytv.com/" rel="nofollow">UnlockMyTV</a> Cinema
|
||
clone ad-free
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-torrent-apps"
|
||
class="anchor"
|
||
href="#torrent-apps"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Torrent Apps
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=org.transdroid.lite"
|
||
rel="nofollow"
|
||
>Transdrone</a
|
||
>
|
||
Transdrone allows you to manage the torrents you run on your home
|
||
server or seedbox.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.delphicoder.flud&hl=en"
|
||
rel="nofollow"
|
||
>Flud</a
|
||
>
|
||
Flud is a simple and beautiful BitTorrent client for Android.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://f-droid.org/packages/com.biglybt.android.client/"
|
||
rel="nofollow"
|
||
>BiglyBT</a
|
||
>
|
||
Free, open source torrent client for Android phone, tablet,
|
||
Chromebook, & Android TV
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://f-droid.org/en/packages/org.proninyaroslav.libretorrent/"
|
||
rel="nofollow"
|
||
>LibreTorrent</a
|
||
>
|
||
LibreTorrent is a Free as in Freedom torrent client for Android 4+,
|
||
based on libtorrent.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.vuze.torrent.downloader"
|
||
rel="nofollow"
|
||
>Vuze</a
|
||
>
|
||
Lightweight & powerful BitTorrent app.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://play.google.com/store/apps/details?id=com.mobilityflow.torrent"
|
||
rel="nofollow"
|
||
>aTorrent</a
|
||
>
|
||
Another popular torrent client for Android.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.f-droid.org/en/packages/org.deluge.trireme/"
|
||
rel="nofollow"
|
||
>Trireme</a
|
||
>
|
||
Use this app to connect and manage your Deluge Daemon.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a id="user-content-apks" class="anchor" href="#apks" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>APKs
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://en.aptoide.com/" rel="nofollow">Aptoide</a> An
|
||
alternative repository-based marketplace for Android applications
|
||
</li>
|
||
<li>
|
||
<a href="https://f-droid.org/fr/" rel="nofollow">F-Droid</a> An
|
||
installable catalogue of FOSS (Free and Open Source Software) Android
|
||
applications
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/yeriomin/YalpStore">Yalp Store</a>
|
||
Download apks from Google Play Store
|
||
</li>
|
||
<li>
|
||
<a href="https://forum.mobilism.org/index.php" rel="nofollow"
|
||
>Mobilism Forum</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Large forum of mobile apps and books
|
||
</li>
|
||
<li>
|
||
<a href="https://onhax.me/" rel="nofollow">On HAX</a> APK mirrors
|
||
</li>
|
||
<li>
|
||
<a href="https://www.apkmirror.com/" rel="nofollow">APKMirror</a>
|
||
Download free Android APKs
|
||
</li>
|
||
<li>
|
||
<a href="https://apkpure.com/" rel="nofollow">ApkPure</a> Another free
|
||
APK mirror site
|
||
</li>
|
||
<li>
|
||
<a href="https://acmarket.net/" rel="nofollow">ACMARKET</a> download
|
||
cracked & modified android apps & games free
|
||
</li>
|
||
<li>
|
||
<a href="https://blackmod.net/" rel="nofollow">BlackMod</a> Lots of
|
||
cracked Android games
|
||
</li>
|
||
<li>
|
||
<a href="https://android-zone.ws/" rel="nofollow">Android Zone</a>
|
||
Another place to find premium links for APKs
|
||
</li>
|
||
<li>
|
||
<a href="https://www.revdl.com/" rel="nofollow">RevDl</a> Direct
|
||
download site for Android apps and games.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/apksapps" rel="nofollow"
|
||
>/r/ApksApps</a
|
||
>
|
||
"The best Modded apps on the reddit."
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/moddedandroidapps" rel="nofollow"
|
||
>/r/moddedandroidapps</a
|
||
>
|
||
Modded Android app releases subreddit.
|
||
</li>
|
||
<li>
|
||
<a href="https://store.ioob.pw/" rel="nofollow"
|
||
>IndexOutOfBounds Store</a
|
||
>
|
||
Streaming apps including Liveflix, PopFlix, SeriesDroid S2, and
|
||
AnimeDroid S2.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-discord-servers"
|
||
class="anchor"
|
||
href="#discord-servers"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Discord Servers
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://discord.gg/qkRCehC" rel="nofollow">The Ratio</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Community of seedbox enthusiasts. Buying advice, application setup,
|
||
and automation help.
|
||
</li>
|
||
<li>
|
||
<a href="https://discord.gg/z2QDFdA" rel="nofollow">DoujinStyle</a>
|
||
Discord server with Doujin related materials. Things such as Japanese
|
||
doujin music and games
|
||
</li>
|
||
<li>
|
||
<a href="https://discordapp.com/invite/py3kX3Z" rel="nofollow"
|
||
>The Eye</a
|
||
>
|
||
Official Discord server for the-eye.eu
|
||
</li>
|
||
<li>
|
||
<a href="https://discord.gg/JJnvEN8" rel="nofollow"
|
||
>PlayStation Homebrew</a
|
||
>
|
||
Home of /r/ps3homebrew and /r/ps4homebrew.
|
||
</li>
|
||
<li>
|
||
<a href="https://discord.gg/ypyKZCj" rel="nofollow">Snahp.it</a>
|
||
Official Discord server for snahp.it.
|
||
</li>
|
||
<li>
|
||
<a href="https://discord.gg/d6xxuPq" rel="nofollow">WarezNX</a>
|
||
Nintendo Switch Warez server.
|
||
</li>
|
||
<li>
|
||
<a href="https://discord.gg/geyTtth" rel="nofollow"
|
||
>/r/soccerstreams</a
|
||
>
|
||
Official Discord server for the recently-killed /r/soccerstreams
|
||
subreddit.
|
||
</li>
|
||
<li>
|
||
<a href="https://discord.gg/2qWqzN8" rel="nofollow">APK'S 2 Day</a>
|
||
This is a discord server that acts as a hub for numerous streaming
|
||
apps.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-iptv-and-dvr"
|
||
class="anchor"
|
||
href="#iptv-and-dvr"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>IPTV and DVR
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/tellytv/telly">telly</a> IPTV proxy for
|
||
Plex Live written in Golang
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/tvheadend/tvheadend">tvheadend</a>
|
||
Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2,
|
||
DVB-C, DVB-T, ATSC, IPTV, SAT>IP, and other formats through the
|
||
Unix pipe as input sources.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/IPTV" rel="nofollow">/r/IPTV</a>
|
||
Subreddit some may find helpful for gauging the current state of IPTV
|
||
providers
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/IPTVresellers" rel="nofollow"
|
||
>/r/iptvresellers</a
|
||
>
|
||
promotions and advertisements from IPTV providers
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/IPTVreviews" rel="nofollow"
|
||
>/r/IPTVReviews</a
|
||
>
|
||
Reviews of IPTV service providers
|
||
</li>
|
||
<li>
|
||
<a href="https://www.mythtv.org/" rel="nofollow">MythTV</a> Free Open
|
||
Source software digital video recorder
|
||
</li>
|
||
<li>
|
||
<a href="https://stream.allsprk.tv" rel="nofollow">allsprk.tv</a> A
|
||
channel-hoppable live streaming site with a chat room
|
||
</li>
|
||
<li>
|
||
<a href="https://ssl.ustreamix.com/" rel="nofollow">UlstreaMix</a>
|
||
Live TV streaming site, predominantly sports
|
||
</li>
|
||
<li>
|
||
<a href="http://www.xtream-editor.com/" rel="nofollow"
|
||
>Xtream Editor</a
|
||
>
|
||
Xtream Editor allow you to create, edit and sort m3u playlists online.
|
||
</li>
|
||
<li>
|
||
<a href="https://xteve.de/" rel="nofollow">xTeVe</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
M3U Proxy for Plex DVR
|
||
</li>
|
||
<li>
|
||
<a href="http://rocketstreams.tv/stbemu" rel="nofollow"
|
||
>STBEmulator</a
|
||
>
|
||
Popular Android app for using IPTV streams with EPG
|
||
</li>
|
||
<li>
|
||
<a href="https://iptv.community/" rel="nofollow">IPTV Community</a>
|
||
Technology and IPTV discussion website, useful for finding an IPTV
|
||
provider/reseller
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/TheJF/antennas">antennas</a> HDHomeRun
|
||
emulator for Plex DVR to connect to Tvheadend.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://docs.google.com/spreadsheets/d/1ehpk3OCkqj4QgF71v410avGpGC5bQ_lOLl5ppRb3Q9s/edit"
|
||
rel="nofollow"
|
||
>IPTV Providers list</a
|
||
>
|
||
A recently created list of 40+ IPTV providers with notes
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-acestreams"
|
||
class="anchor"
|
||
href="#acestreams"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Acestreams
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://acestream.org/" rel="nofollow">acestream.org</a> Ace
|
||
Stream is a peer-to-peer streaming application that lets you stream
|
||
live sports and other content
|
||
</li>
|
||
<li>
|
||
<a href="https://acestreamsearch.com/en/" rel="nofollow"
|
||
>AceStreamSearch</a
|
||
>
|
||
Ace Stream Broadcasts Search
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ValdikSS/aceproxy">aceproxy</a> Ace Stream
|
||
HTTP Proxy. (abandonware)
|
||
</li>
|
||
<li>
|
||
<a href="https://hub.docker.com/r/ikatson/aceproxy/" rel="nofollow"
|
||
>iktason/aceproxy</a
|
||
>
|
||
A docker image to run aceengine + aceproxy, e.g. to watch
|
||
Torrent-TV.ru.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a id="user-content-irc" class="anchor" href="#irc" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>IRC
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="http://theloadguru.com/xdcc-irc-beginners-guide/"
|
||
rel="nofollow"
|
||
>XDCC Tutorial</a
|
||
>
|
||
XDCC Downloading For Beginners: Do It Like A Pro
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/XDCC" rel="nofollow">XDCC</a>
|
||
XDCC (Xabi DCC or eXtended DCC) is a computer file sharing method
|
||
which uses the Internet Relay Chat (IRC) network as a host service.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/znc/znc">ZNC</a> An advanced IRC bouncer
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-irc-clients"
|
||
class="anchor"
|
||
href="#irc-clients"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>IRC Clients
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/weechat/weechat">weechat</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
The extensible chat client.
|
||
</li>
|
||
<li>
|
||
<a href="https://irssi.org/" rel="nofollow">irssi</a> Your text mode
|
||
chatting application since 1999.
|
||
</li>
|
||
<li>
|
||
<a href="https://hexchat.github.io/" rel="nofollow">HexChat</a>
|
||
HexChat is an IRC client based on XChat, but unlike XChat it’s
|
||
completely free for both Windows and Unix-like systems.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/kvirc/KVIrc">KVIrc</a> Graphical IRC
|
||
client
|
||
</li>
|
||
<li>
|
||
<a href="https://www.mirc.com/" rel="nofollow">mIRC</a> IRC client for
|
||
Windows
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/erming/shout">Shout</a> The self-hosted
|
||
web IRC client
|
||
</li>
|
||
<li>
|
||
<a href="https://kiwiirc.com/" rel="nofollow">Kiwi IRC</a> Popular
|
||
web-based IRC client
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://hub.docker.com/r/linuxserver/thelounge/"
|
||
rel="nofollow"
|
||
>TheLounge</a
|
||
>
|
||
TheLounge (a fork of shoutIRC) is a web IRC client that you host on
|
||
your own server.
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-irc-networks"
|
||
class="anchor"
|
||
href="#irc-networks"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>IRC Networks
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="https://p2p-network.net/" rel="nofollow"
|
||
>irc.p2p-network.net</a
|
||
>
|
||
P2P file sharing network
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://search.mibbit.com/channels/p2p-network"
|
||
rel="nofollow"
|
||
>p2p-network.net channel list</a
|
||
>
|
||
List of all channels on the p2p-network.net IRC network
|
||
</li>
|
||
<li>
|
||
<a href="https://orpheus.network/" rel="nofollow">Orpheus</a> Formerly
|
||
known as Apollo
|
||
</li>
|
||
<li>
|
||
<em>Moviegods</em> <code>irc://irc.abjects.net/MOVIEGODS</code>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
XDCC file sharing network, join #mg-chat to continue downloading
|
||
</li>
|
||
<li>
|
||
<em>The Source</em>
|
||
<code>irc://irc.scenep2p.net/THE.SOURCE</code> Another XDCC source
|
||
</li>
|
||
<li>
|
||
<em>Beast-XDCC</em> <code>irc://irc.abjects.net/BEAST-XDCC</code> One
|
||
more XDCC source
|
||
</li>
|
||
<li>
|
||
<em>irc.undernet.org/bookz</em>
|
||
<code>irc://irc.undernet.org/bookz</code> For downloading ebooks (use
|
||
<code>@search <book name></code> for a list of available ebooks)
|
||
</li>
|
||
<li>
|
||
<em>irc.irchighway.net/ebooks</em>
|
||
<code>irc://irc.irchighway.net/ebooks</code> A nice, friendly IRC
|
||
channel for trading ebooks
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-irc-search-engines"
|
||
class="anchor"
|
||
href="#irc-search-engines"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>IRC Search Engines
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a href="http://xweasel.org" rel="nofollow">xWeasel</a> xWeasel is a
|
||
free stand-alone Download Client based on IRC technology including a
|
||
multifunctional XDCC Search Engine.
|
||
</li>
|
||
<li>
|
||
<a href="https://ixirc.com/" rel="nofollow">ixIRC</a> ixIRC lets you
|
||
search through 17 IRC networks, 32 channels, and over 189915
|
||
user-supplied XDCC packs.
|
||
</li>
|
||
<li>
|
||
<a href="http://sunxdcc.com/" rel="nofollow">SunXDCC</a> Another XDCC
|
||
file search engine
|
||
</li>
|
||
<li>
|
||
<a href="http://www.xdcc.eu/" rel="nofollow">xdcc.eu</a> XDCC search
|
||
engine indexing packets from a large number of networks
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a id="user-content-dc" class="anchor" href="#dc" aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>DC++
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/Direct_Connect_(protocol)"
|
||
rel="nofollow"
|
||
>Direct Connect (protocol)</a
|
||
>
|
||
Wikipedia page describing Direct Connect.
|
||
</li>
|
||
<li>
|
||
<a href="https://en.wikipedia.org/wiki/DC%2B%2B" rel="nofollow"
|
||
>DC++</a
|
||
>
|
||
Wikipedia page describing DC++
|
||
</li>
|
||
<li>
|
||
<a href="https://www.airdcpp.net/" rel="nofollow">AirDC++</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
Windows GUI and Linux Web DC++ client in active development, with ADC,
|
||
IPv6 and DHT support.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.flylinkdc.com/" rel="nofollow">FlylinkDC++</a>
|
||
Windows DC++ and BitTorrent client in active development, with ADC and
|
||
DHT support.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/eiskaltdcpp/eiskaltdcpp">EiskaltDC++</a>
|
||
Windows/Linux/macOS DC++ client, with ADC and DHT support
|
||
</li>
|
||
<li>
|
||
<a href="https://launchpad.net/linuxdcpp" rel="nofollow">LinuxDC++</a>
|
||
Utilizing the latest DC++ core, LinuxDC++ offers similar functionality
|
||
to the Windows client like segmented downloading, TTH based file
|
||
integrity, etc. with a GTK+ user interface.
|
||
</li>
|
||
<li>
|
||
<a href="http://tankafett.biz/?do=hublist" rel="nofollow"
|
||
>Tankafett</a
|
||
>
|
||
List of public DC++ hubs, previously known as hublist.org and
|
||
TheHubList.com.
|
||
</li>
|
||
<li>
|
||
<a href="https://launchpad.net/linuxdcpp" rel="nofollow"
|
||
>Linux DC++</a
|
||
>
|
||
Easy to configure and use DC++ client
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-full-movies-on"
|
||
class="anchor"
|
||
href="#full-movies-on"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Full Movies On
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/fullmoviesonyoutube/" rel="nofollow"
|
||
>/r/fullmoviesonyoutube</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/fullmovierequest/" rel="nofollow"
|
||
>/r/fullmovierequest</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/Fullmoviesonvimeo/" rel="nofollow"
|
||
>/r/Fullmoviesonvimeo</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/fulltvshowsonyoutube/"
|
||
rel="nofollow"
|
||
>/r/fulltvshowsonyoutube</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/fulltvshowsonvimeo/" rel="nofollow"
|
||
>/r/fulltvshowsonvimeo</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/fullcartoonsonyoutube/"
|
||
rel="nofollow"
|
||
>/r/fullcartoonsonyoutube</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/FullLengthFilms/" rel="nofollow"
|
||
>/r/FullLengthFilms</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/FullMoviesDailyMotion"
|
||
rel="nofollow"
|
||
>/r/FullMoviesDailyMotion</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/1080pMoviesOnline" rel="nofollow"
|
||
>/r/1080pMoviesOnline</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/user/Wiggly_Poop/m/fullmoviesandtv/"
|
||
rel="nofollow"
|
||
>fullmoviesandtv multireddit</a
|
||
>
|
||
All of the above subreddits as a multireddit
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-piracy-blogs-and-news"
|
||
class="anchor"
|
||
href="#piracy-blogs-and-news"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Piracy Blogs and News
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://torrentfreak.com" rel="nofollow">TorrentFreak</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
TorrentFreak is a publication dedicated to bringing the latest news
|
||
about copyright, privacy, and everything related to filesharing.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.techworm.net" rel="nofollow">TechWorm</a>
|
||
Techworm is a Tech, Cyber-security news platform.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-content-discovery"
|
||
class="anchor"
|
||
href="#content-discovery"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Content Discovery
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://trakt.tv/" rel="nofollow">Trakt.tv</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
a platform that does many things, but primarily keeps track of TV
|
||
shows and movies you watch.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.imdb.com/" rel="nofollow">IMDb</a> Find movies,
|
||
TV shows, celebrities, and more
|
||
</li>
|
||
<li>
|
||
<a href="https://movieo.me/" rel="nofollow">Movieo</a> Discover,
|
||
organize and track over 250,000 movies.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.metacritic.com" rel="nofollow">MetaCritic</a>
|
||
website that aggregates reviews of media products: music albums, video
|
||
games, films, TV shows, and formerly, books.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/sjlu/popular-movies">popular-movies</a>
|
||
Tries to create a list of popular movies based on a series of
|
||
heuristics
|
||
</li>
|
||
<li>
|
||
<a href="https://letterboxd.com/" rel="nofollow">Letterboxd</a> Your
|
||
life in film
|
||
</li>
|
||
<li>
|
||
<a href="https://www.squawkr.io/" rel="nofollow">Squawkr.io</a> sends
|
||
notifications when movies are available for download.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.whatismymovie.com/" rel="nofollow"
|
||
>What is my movie?</a
|
||
>
|
||
AI-powered movie search. "Use your own words, or search with titles,
|
||
actors, directors, genres etc. We find movies for you to watch."
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://docs.google.com/spreadsheets/d/1qU8E0JT9JQk_BaBCxZS79tn7YmUyY4XBEpHPm3j16jI/edit"
|
||
rel="nofollow"
|
||
>2160p BluRay Remux List</a
|
||
>
|
||
Complete list of all available 2160p remuxes
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/devfake/flox">Flox</a> Flox is a
|
||
self-hosted movie, series and anime watch list.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.tvmaze.com/" rel="nofollow">TVmaze</a> TVmaze is
|
||
a community of TV lovers and dedicated contributors that discuss and
|
||
help maintain TV information on the web.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.justwatch.com/" rel="nofollow">JustWatch</a> On
|
||
JustWatch you are able to find out where to watch your favorite movies
|
||
& TV series
|
||
</li>
|
||
<li>
|
||
<a href="https://whereyouwatch.com/latest-reports/" rel="nofollow"
|
||
>WhereYouWatch</a
|
||
>
|
||
Follow upcoming movies and receive email alerts when they are out
|
||
online as a download or stream – pirated or via retail.
|
||
</li>
|
||
<li>
|
||
<a href="https://flickmetrix.com/" rel="nofollow">Flickmetrix</a>
|
||
Movie database search engine with disc/Netflix/Prime filtering
|
||
</li>
|
||
<li>
|
||
<a href="https://www.dvdsreleasedates.com/" rel="nofollow"
|
||
>dvdsreleasedates.com</a
|
||
>
|
||
The latest info on new Blu-ray and DVD releases
|
||
</li>
|
||
<li>
|
||
<a href="https://simkl.com/" rel="nofollow">Simkl</a> Movie and TV
|
||
show scrobbler similar to Trakt.tv
|
||
</li>
|
||
</ul>
|
||
<h3>
|
||
<a
|
||
id="user-content-predb-sites"
|
||
class="anchor"
|
||
href="#predb-sites"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>PreDB Sites
|
||
</h3>
|
||
<ul>
|
||
<li>
|
||
<a
|
||
href="https://www.urbandictionary.com/define.php?term=predb"
|
||
rel="nofollow"
|
||
>Urban Dictionary: predb</a
|
||
>
|
||
Urban Dictionary definition
|
||
</li>
|
||
<li><a href="https://predb.org/" rel="nofollow">PreDB.org</a></li>
|
||
<li><a href="https://predb.me/" rel="nofollow">PreDB.me</a></li>
|
||
<li><a href="https://predb.ovh/" rel="nofollow">PREdb</a></li>
|
||
<li>
|
||
<a href="https://github.com/enzobes/WarezBot">WarezBot</a> Discord bot
|
||
for scene releases.
|
||
</li>
|
||
<li>
|
||
<a href="http://nswdb.com/" rel="nofollow">NSW Releases</a> Nintendo
|
||
Switch scene releases.
|
||
</li>
|
||
<li>
|
||
<a href="http://3dsdb.com/" rel="nofollow">3DS Releases</a> Nintedo
|
||
3DS scene releases.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/HunterKing/NSWDBot">NSWDBot</a> A discord
|
||
bot for scraping NSWDB.com for "Scene" releases.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-dashboards-and-homepages"
|
||
class="anchor"
|
||
href="#dashboards-and-homepages"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Dashboards and Homepages
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/mescon/Muximux">Muximux</a> A lightweight
|
||
way to manage your HTPC
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/linuxserver/Heimdall">Heimdall</a> An
|
||
Application dashboard and launcher
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/causefx/Organizr">Organizr</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
HTPC/Homelab Services Organizer - Written in PHP
|
||
</li>
|
||
<li>
|
||
<a href="http://weboas.is/" rel="nofollow">weboas.is</a> Homepage for
|
||
pirates
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Anonmasky/anonmasky.github.io"
|
||
>Anonmasky</a
|
||
>
|
||
Anonmasky is a beautiful start page for geeks out there. Clone of
|
||
weboas.is.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/causefx/iDashboard-PHP">iDashboard-PHP</a>
|
||
HTPC Dashboard to load website services, written in PHP (predecessor
|
||
to Organizr)
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Hellowlol/HTPC-Manager">HTPC-Manager</a> A
|
||
fully responsive interface to manage all your favorite software on
|
||
your Htpc.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Monitorr/Monitorr">Monitorr</a>
|
||
Self-hosted PHP-based web front platform that displays the status of
|
||
any web app or service in real time.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/Monitorr/logarr">Logarr</a> "Logarr" is a
|
||
self-hosted, PHP-based, single-page log consolidation tool which
|
||
formats and displays log files for easy analysis.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-proxy-sites"
|
||
class="anchor"
|
||
href="#proxy-sites"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Proxy Sites
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://unblocked-pw.github.io/" rel="nofollow">Unblocked</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
a Proxy site for accessing your favorite blocked sites
|
||
</li>
|
||
<li>
|
||
<a href="https://bypassed.wtf/" rel="nofollow">ByPassed</a> ByPassed
|
||
is an all-in-one solution to unblock censored websites including
|
||
thepiratebay, kickass, eztv, yts, extratorrent & more.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-file-sharing-tools"
|
||
class="anchor"
|
||
href="#file-sharing-tools"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>File Sharing Tools
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://transfer.sh/" rel="nofollow">transfer.sh</a> Easy
|
||
file sharing from the command line
|
||
</li>
|
||
<li>
|
||
<a href="https://file.pizza/" rel="nofollow">FilePizza</a> Free
|
||
peer-to-peer file transfers in your browser.
|
||
</li>
|
||
<li>
|
||
<a href="https://dbr.ee/" rel="nofollow">DBREE</a> DBREE is a
|
||
simplistic and easy way to upload and share any type of file.
|
||
</li>
|
||
<li>
|
||
<a href="https://wetransfer.com/" rel="nofollow">WeTransfer</a>
|
||
WeTransfer was founded in 2009 as the simplest way to send big files
|
||
around the world.
|
||
</li>
|
||
<li>
|
||
<a href="https://dmca.gripe/" rel="nofollow">dmca.gripe</a> A
|
||
dmca-resistant, permanent file hosting service.
|
||
</li>
|
||
<li>
|
||
<a href="https://reep.io/" rel="nofollow">reep.io</a> With reep.io you
|
||
can transfer files directly to another browser.
|
||
</li>
|
||
<li>
|
||
<a href="https://firedrop.com/" rel="nofollow">FireDrop</a> 100GB free
|
||
cloud storage.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-stream-synchronisation"
|
||
class="anchor"
|
||
href="#stream-synchronisation"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Stream Synchronisation
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/Movie_Club" rel="nofollow"
|
||
>/r/Movie_Club</a
|
||
>
|
||
Where you can get together with strangers and watch a great movie
|
||
every week!
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/calzoneman/sync/">sync</a> Node.JS Server
|
||
and JavaScript/HTML Client for synchronizing online media
|
||
</li>
|
||
<li>
|
||
<a href="https://www.watch2gether.com/" rel="nofollow"
|
||
>watch2gether</a
|
||
>
|
||
Enjoy the internet in sync with your friends. Watch videos, listen to
|
||
music or go shopping on Watch2Gether.
|
||
</li>
|
||
<li>
|
||
<a href="https://synclounge.tv/" rel="nofollow">SyncLounge</a>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
A third-party tool that allows you to watch Plex in sync with your
|
||
friends/family, wherever you are.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://chrome.google.com/webstore/detail/netflix-party/oocalimimngaihdkbihfgmpkcpnmlaoa/related"
|
||
rel="nofollow"
|
||
>Netflix Party</a
|
||
>
|
||
Netflix Party is a Chrome extension for watching Netflix remotely with
|
||
other users.
|
||
</li>
|
||
<li>
|
||
<a href="https://cytu.be/" rel="nofollow">CyTube</a> Channel-based
|
||
shared streaming platform for synchronized viewing of YouTube and
|
||
Google Drive videos
|
||
</li>
|
||
<li>
|
||
<a href="https://www.arconaitv.us/" rel="nofollow">ArconaiTV</a>
|
||
Another stream sharing platform with a nice UI
|
||
</li>
|
||
<li>
|
||
<a href="https://andchill.tv/" rel="nofollow">&chill</a> Watch
|
||
videos with people.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-telegram-piracy"
|
||
class="anchor"
|
||
href="#telegram-piracy"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Telegram Piracy
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="https://t.me/joinchat/JSoye0ykWKHhixE0_EV4dw" rel="nofollow"
|
||
>piracy Telegram group</a
|
||
>
|
||
A modest group of 400+ pirates chatting on Telegram.
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/piratebazaar" rel="nofollow">piratebazaar</a>
|
||
Curated list of piracy-related links.
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/itorrentsearchbot" rel="nofollow"
|
||
>@itorrentsearchbot</a
|
||
>
|
||
Search bot for finding torrent and magnet links on 1337x.to by keyword
|
||
search
|
||
</li>
|
||
<li>
|
||
<a href="https://telegram.me/vkmusic_bot" rel="nofollow"
|
||
>@vkmusic_bot</a
|
||
>
|
||
Find and download pretty much any song
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/RickyChristanto" rel="nofollow"
|
||
>@RickyChristanto</a
|
||
>
|
||
Channel for movie releases, usually from YTS in MKV format.
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/iMediaShare" rel="nofollow"
|
||
>iMediaShare channel</a
|
||
>
|
||
Movies, TV shows, apps, and more
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/movies_inc" rel="nofollow">@movies_inc</a>
|
||
Another Telegram channel for downloading movies
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/Qualitymovies" rel="nofollow">@Qualitymovies</a>
|
||
Lots of 720p Blu-Ray movie releases
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/MusicHuntersBot" rel="nofollow"
|
||
>@MusicHuntersBot</a
|
||
>
|
||
Another music downloader bot
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/DeezerMusicBot" rel="nofollow"
|
||
>@DeezerMusicBot</a
|
||
>
|
||
Music bot which downloads tracks from Deezer
|
||
</li>
|
||
<li>
|
||
<a href="https://t.me/SMLoadrCommunity" rel="nofollow"
|
||
>SMLoadrCommuntiy</a
|
||
>
|
||
Telegram community for SMLoadr
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/out386/aria-telegram-mirror-bot"
|
||
>aria-telegram-mirror-bot</a
|
||
>
|
||
A Telegram bot to download files via HTTP(S)/BitTorrent and upload
|
||
them to Google Drive.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/CrackWatch/comments/b2ywcn/crackwatch_telegram_tracker/"
|
||
rel="nofollow"
|
||
>CrackWatch trackers</a
|
||
>
|
||
Telegram channels for CrachWatch.com games & cracks by
|
||
/u/SHADOWSLIFER.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-miscellaneous"
|
||
class="anchor"
|
||
href="#miscellaneous"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Miscellaneous
|
||
</h2>
|
||
<ul>
|
||
<li>
|
||
<a href="http://www.ukispcourtorders.co.uk/" rel="nofollow"
|
||
>UK ISP Court Orders</a
|
||
>
|
||
<g-emoji
|
||
class="g-emoji"
|
||
alias="star2"
|
||
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png"
|
||
>🌟</g-emoji
|
||
>
|
||
List of websites recently taken down in the UK by the High Court. Use
|
||
a VPN to access them, they must be pretty good!
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://torrentfreak.com/images/tradoc_157564.pdf"
|
||
rel="nofollow"
|
||
>Counterfeit and Piracy Watch List 2018</a
|
||
>
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/EmbyShares" rel="nofollow"
|
||
>/r/EmbyShares</a
|
||
>
|
||
This subreddit is dedicated to the sharing of Emby servers.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/freefolk" rel="nofollow"
|
||
>/r/freefolk</a
|
||
>
|
||
Streams for new episodes of Game of Thrones
|
||
</li>
|
||
<li>
|
||
<a href="https://www.reddit.com/r/ProShotMusicals" rel="nofollow"
|
||
>/r/ProshotMusicals</a
|
||
>
|
||
Subreddit for all those theatre obsessed people who want proshots
|
||
instead of bootlegs to be seen.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.shodan.io/" rel="nofollow">Shodan</a> Shodan is
|
||
the world's first search engine for Internet-connected devices.
|
||
</li>
|
||
<li>
|
||
<a href="https://pi-hole.net/" rel="nofollow">Pi-hole</a> Pi-hole is a
|
||
Linux network-level advertisement and internet tracker blocking
|
||
application which acts as a DNS sinkhole
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/9p82e1/how_to_use_emule_in_2018/"
|
||
rel="nofollow"
|
||
>How to use eMule in 2018</a
|
||
>
|
||
An up-to-date guide detailing how to use eMule to download rare
|
||
content from the eDonkey and Kad P2P networks.
|
||
</li>
|
||
<li>
|
||
<a href="https://anon.to/" rel="nofollow">Anon.to</a> URL shortener to
|
||
de-referer or null-referer your links.
|
||
</li>
|
||
<li>
|
||
<a href="https://ghostbin.com/" rel="nofollow">ghostbin</a> Secure
|
||
Pastebin service
|
||
</li>
|
||
<li>
|
||
<a href="https://i.imgur.com/kEOrKJT.png" rel="nofollow"
|
||
>Movie Release Types</a
|
||
>
|
||
Table of common movie release types, their labels, and descriptions.
|
||
</li>
|
||
<li>
|
||
<a href="https://weboas.is/media/host.pdf" rel="nofollow"
|
||
>How To Host "Questionable" Websites v4.0</a
|
||
>
|
||
PDF from weboas.is. There are also
|
||
<a href="https://weboas.is/media/host.png" rel="nofollow">PNG</a>,
|
||
<a href="https://weboas.is/media/host.psd" rel="nofollow">PSD</a>, and
|
||
<a href="https://weboas.is/media/host.txt" rel="nofollow">TXT</a>
|
||
versions
|
||
</li>
|
||
<li>
|
||
<a href="https://privacy.com/" rel="nofollow">Privacy.com</a> Privacy
|
||
creates secure virtual cards and completes checkout forms for you,
|
||
saving you time and money while masking your real card details.
|
||
</li>
|
||
<li>
|
||
<a href="https://raddle.me/f/Piracy" rel="nofollow">/f/Piracy</a>
|
||
Raddle forum for Piracy
|
||
</li>
|
||
<li>
|
||
<a href="https://saidit.net/s/piracy" rel="nofollow">/s/piracy</a>
|
||
Saidit forum for Piracy - unofficiallly the backup forum for /r/Piracy
|
||
if/when it is banned by the reddit moderators.
|
||
</li>
|
||
<li>
|
||
<a href="https://voat.co/v/piracy" rel="nofollow">/v/piracy</a> Voat
|
||
forum for Piracy - another potential fallback option for /r/Piracy.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://whereyouwatch.com/articles/here-are-the-2019-oscar-dvd-screeners/"
|
||
rel="nofollow"
|
||
>2019 Oscar DVD Screeners</a
|
||
>
|
||
List of DVD screeners for 2019's Oscars
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/Piracy/comments/aaqc0b/academy_awards_2019_screeners_megathread/"
|
||
rel="nofollow"
|
||
>Academy Awards 2019 Screeners Megathread</a
|
||
>
|
||
Post by /u/idoideas listing all available DVDSCR releases for 2019
|
||
</li>
|
||
<li>
|
||
<a href="https://infekt.ws/" rel="nofollow">iNFekt</a> A text viewer
|
||
application that has been carefully designed around its main task:
|
||
viewing and presenting NFO files.
|
||
</li>
|
||
<li>
|
||
<a href="http://nfforce.temari.fr/" rel="nofollow">NFForce</a> Another
|
||
NFO viewer.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://www.reddit.com/r/NetflixViaVPN/comments/4z5fiq/how_to_get_everything_on_netflix_not_only_the_us/d6t00gv"
|
||
rel="nofollow"
|
||
>How To Get Everything On Netflix</a
|
||
>
|
||
Posted by /u/huldre99
|
||
</li>
|
||
<li>
|
||
<a href="https://thetrove.net/" rel="nofollow">TheTrove</a> The Trove
|
||
is a non-profit website dedicated to content archival and long-term
|
||
preservation of RPGs.
|
||
</li>
|
||
<li>
|
||
<a href="http://www.serials.ws/" rel="nofollow">serials</a> Serial
|
||
keys for software that may or may not work.
|
||
</li>
|
||
<li>
|
||
<a href="https://scenerules.org/" rel="nofollow">scenerules</a> NFOs
|
||
with rules and guidelines for scene releasing standards.
|
||
</li>
|
||
<li>
|
||
<a href="https://www.scenelinklist.com/" rel="nofollow"
|
||
>SceneLinkList</a
|
||
>
|
||
SceneLinkList is a project initiated to display and share as many
|
||
scene and warez links as possible.
|
||
</li>
|
||
<li>
|
||
<a href="http://thewarezfolder.com/" rel="nofollow">TheWarezFolder</a>
|
||
Fairly out of date categorised list of warez sites.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/xat/castnow">castnow</a> Castnow is a
|
||
command-line utility that can be used to play back media files on your
|
||
Chromecast device.
|
||
</li>
|
||
<li>
|
||
<a href="https://grabber.co.in/" rel="nofollow">Grabber</a> Download
|
||
stock images from Shutterstock
|
||
</li>
|
||
<li>
|
||
<a href="https://thepiratesociety.org/forums/" rel="nofollow"
|
||
>The Pirate Society</a
|
||
>
|
||
A mysterious members-only forum for pirates.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://mehotkhan.github.io/BandersnatchInteractive/"
|
||
rel="nofollow"
|
||
>Bandersnatch Interactive Player</a
|
||
>
|
||
Online video player for watching the new interactive episode of Black
|
||
Mirror, "Bandersnatch".
|
||
</li>
|
||
<li>
|
||
<a href="https://multiup.org/" rel="nofollow">Multiup</a> Website
|
||
which allows you to upload files to several different file hosting
|
||
websites.
|
||
</li>
|
||
<li>
|
||
<a href="https://dirtywarez.org/" rel="nofollow">DirtyWarez</a> Lists
|
||
top warez sites with Alexa rankings and other metadata.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/hwkns/macguffin">MacGuffin</a> Automated
|
||
tools for handling Scene and P2P film releases.
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://ourproject.org/forum/forum.php?thread_id=44721&forum_id=4917&group_id=2645"
|
||
rel="nofollow"
|
||
>Archive of r/Piracy subreddit 2019-03-19</a
|
||
>
|
||
An archive of all gilded /r/Piracy comments and threads.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/nid666/PiracyArchive">PiracyArchive</a> A
|
||
complete backup of the Reddit /r/Piracy subreddit
|
||
</li>
|
||
<li>
|
||
<a
|
||
href="https://en.wikipedia.org/wiki/List_of_warez_groups"
|
||
rel="nofollow"
|
||
>List of warez groups</a
|
||
>
|
||
Wikipedia's list of warez groups and individuals.
|
||
</li>
|
||
</ul>
|
||
<h2>
|
||
<a
|
||
id="user-content-contribute"
|
||
class="anchor"
|
||
href="#contribute"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>Contribute
|
||
</h2>
|
||
<p>
|
||
Contributions welcome! Read the
|
||
<a href="/home/wigglytuff/code/awesome-piracy/contributing.md"
|
||
>contribution guidelines</a
|
||
>
|
||
first.
|
||
</p>
|
||
<h2>
|
||
<a
|
||
id="user-content-license"
|
||
class="anchor"
|
||
href="#license"
|
||
aria-hidden="true"
|
||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||
>License
|
||
</h2>
|
||
<p>
|
||
<a
|
||
href="http://creativecommons.org/publicdomain/zero/1.0"
|
||
rel="nofollow"
|
||
><img
|
||
src="https://camo.githubusercontent.com/60561947585c982aee67ed3e3b25388184cc0aa3/687474703a2f2f6d6972726f72732e6372656174697665636f6d6d6f6e732e6f72672f70726573736b69742f627574746f6e732f38387833312f7376672f63632d7a65726f2e737667"
|
||
alt="CC0"
|
||
data-canonical-src="http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg"
|
||
style="max-width: 100%"
|
||
/></a>
|
||
</p>
|
||
<p>
|
||
To the extent possible under law, Igglybuff has waived all copyright and
|
||
related or neighboring rights to this work.
|
||
</p>
|
||
</article>
|
||
</body>
|
||
</html>
|