Skip to content

Commit

Permalink
feat: debrid-link is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Nov 24, 2024
1 parent 264c97b commit 253eadc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions comet/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,19 +540,19 @@
</div>

<div class="form-item">
<sl-select id="debridService" value="realdebrid" label="Debrid Service" placeholder="Select debrid service">
<sl-option value="realdebrid">Real-Debrid</sl-option>
<sl-select id="debridService" value="debridlink" label="Debrid Service" placeholder="Select debrid service">
<sl-option value="debridlink">Debrid-Link</sl-option>
<sl-option value="alldebrid">All-Debrid</sl-option>
<sl-option value="premiumize">Premiumize</sl-option>
<sl-option value="torbox">TorBox</sl-option>
<sl-option value="debridlink">Debrid-Link</sl-option>
<sl-option value="premiumize">Premiumize</sl-option>
<sl-option value="realdebrid">Real-Debrid</sl-option>
</sl-select>
</div>

<div class="form-item">
<label for="debridService">
Debrid API Key -
<a id="apiKeyLink" href="https://real-debrid.com/apitoken" target="_blank">Get It Here</a>
<a id="apiKeyLink" href="https://debrid-link.com/webapp/apikey" target="_blank">Get It Here</a>
</label>
<sl-input id="debridApiKey" placeholder="Enter API key" help-text="If no key is specified, you'll get direct torrents!"></sl-input>
</div>
Expand Down

0 comments on commit 253eadc

Please sign in to comment.