Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampelmen authored May 31, 2024
1 parent c205d90 commit c2c226e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## Moderated Indexers
Best kind of indexer. They offer API access, which makes automation with tools like Sonarr, and Radarr possible and NZBs can be directly sent to your download manager. They index obfuscated NZBs with release names and passwords.
<table id="sortable-table">
<table id="table-1">
<thead>
<tr>
<th>Indexer</th>
Expand Down Expand Up @@ -1002,7 +1002,7 @@

## Public Indexers <br>
They index automatically from Usenet groups. They only have mostly obfuscated headers and the NZBs never come with a password.
<table id="sortable-table">
<table id="table-2">
<tr>
<th>Indexer</th>
<th>Registration status</th>
Expand Down Expand Up @@ -1125,7 +1125,7 @@
## Spotweb Indexers <br>
Great for Dutch and Flemish content, but also a lot of English content.

<table id="sortable-table">
<table id="table-3">
<thead>
<tr>
<th onclick="sortTable(0, 'sortable-table-3')">Indexer</th>
Expand Down Expand Up @@ -1211,7 +1211,7 @@

<script src="https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js"></script>
<script>
const tables = ['sortable-table-1', 'sortable-table-2', 'sortable-table-3'];
const tables = ['table-1', 'table-2', 'table-3'];
const originalOrder = {};

document.addEventListener('DOMContentLoaded', () => {
Expand Down

0 comments on commit c2c226e

Please sign in to comment.