Add Mega-Debrid account info check (web scraping)

Scrapes the Mega-Debrid profile page to display username, premium status,
remaining days, and loyalty points. New "Account prüfen" button in Settings > Accounts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-03 14:06:19 +01:00
co-authored by Claude Opus 4.6
parent ac479bb023
commit e6ec1ed755
10 changed files with 113 additions and 2 deletions
+18
View File
@@ -1465,6 +1465,24 @@ td {
}
}
.account-info {
font-size: 13px;
padding: 6px 10px;
border-radius: 8px;
border: 1px solid var(--border);
background: var(--field);
}
.account-info-success {
color: #4ade80;
border-color: rgba(74, 222, 128, 0.35);
}
.account-info-error {
color: var(--danger);
border-color: rgba(244, 63, 94, 0.35);
}
.schedule-row {
display: grid;
grid-template-columns: 56px auto 56px auto 92px auto auto auto;