fix: enhance resource section in README with updated links and descriptions
This commit is contained in:
parent
f56c74a223
commit
a225143ddb
2 changed files with 400 additions and 76 deletions
24
dist/css/styles.css
vendored
24
dist/css/styles.css
vendored
|
|
@ -2697,6 +2697,30 @@ th {
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.resource-links {
|
||||
margin-top: var(--space-md);
|
||||
display: flex;
|
||||
gap: var(--space-lg);
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.resource-links a {
|
||||
color: var(--primary);
|
||||
font-size: var(--text-sm);
|
||||
text-decoration: none;
|
||||
font-weight: var(--font-medium);
|
||||
transition: color var(--transition-fast);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-xs);
|
||||
}
|
||||
|
||||
.resource-links a:hover {
|
||||
color: var(--primary-hover);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.resource-card {
|
||||
min-height: 120px;
|
||||
|
|
|
|||
452
dist/index.html
vendored
452
dist/index.html
vendored
|
|
@ -500,12 +500,15 @@
|
|||
</div>
|
||||
<div class="nav-dropdown">
|
||||
<button class="nav-link nav-dropdown-trigger" aria-expanded="false" aria-haspopup="true">
|
||||
<span class="nav-link-text">Tools</span>
|
||||
<span class="nav-link-text">Tools & Apps</span>
|
||||
<svg class="dropdown-icon" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<polyline points="6 9 12 15 18 9"></polyline>
|
||||
</svg>
|
||||
</button>
|
||||
<div class="nav-dropdown-menu" role="menu">
|
||||
<a href="#debrid-resources-tools" class="nav-dropdown-item" role="menuitem">
|
||||
<span>All Tools & Resources</span>
|
||||
</a>
|
||||
<a href="#debrid-speed-test" class="nav-dropdown-item" role="menuitem">
|
||||
<span>Speed Test</span>
|
||||
</a>
|
||||
|
|
@ -523,10 +526,10 @@
|
|||
</button>
|
||||
<div class="nav-dropdown-menu" role="menu">
|
||||
<a href="#refund-policies-legal" class="nav-dropdown-item" role="menuitem">
|
||||
<span>Policies</span>
|
||||
<span>Policies & Legal</span>
|
||||
</a>
|
||||
<a href="#debrid-resources-tools" class="nav-dropdown-item" role="menuitem">
|
||||
<span>Resources</span>
|
||||
<span>Community</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1399,68 +1402,250 @@
|
|||
<div class="container">
|
||||
<div class="content-container">
|
||||
<div class="section-header">
|
||||
<h2 id="resources-title" class="section-title">Debrid Resources, Tools & Community</h2>
|
||||
<p class="section-description">Discover browser extensions, tools, guides, and communities to enhance your debrid experience.</p>
|
||||
<h2 id="resources-title" class="section-title">Tools, Apps & Community Resources</h2>
|
||||
<p class="section-description">Comprehensive collection of media managers, streaming add-ons, download managers, browser extensions, mobile apps, and community resources to enhance your debrid experience.</p>
|
||||
</div>
|
||||
|
||||
<!-- Media Management -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
<svg class="section-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" />
|
||||
<path d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4" />
|
||||
<path d="M4 12c0 2.21 3.582 4 8 4s8-1.79 8-4" />
|
||||
</svg>
|
||||
Tools and Integrations
|
||||
Media Management
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
<a href="https://github.com/debridmediamanager/awesome-debrid" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Awesome-Debrid</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Curated</span>
|
||||
<span class="tag">Open-source</span>
|
||||
</div>
|
||||
<p class="resource-description">Curated list of debrid-compatible apps, browser extensions, and automation tools</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/debridmediamanager/debrid-media-manager" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://debridmediamanager.com/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Debrid Media Manager</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">App</span>
|
||||
<span class="tag">Open-source</span>
|
||||
<span class="tag">Web-based</span>
|
||||
<span class="tag">Trakt</span>
|
||||
</div>
|
||||
<p class="resource-description">Easily download movies and TV shows directly to your Debrid library</p>
|
||||
<p class="resource-description">Web-based manager for organizing and streaming debrid content with Trakt integration</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/rogerfar/rdt-client" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Real-Debrid Torrent Client</span>
|
||||
<a href="https://github.com/sureshfizzy/CineSync" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">CineSync</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Web UI</span>
|
||||
<span class="tag">Open-source</span>
|
||||
</div>
|
||||
<p class="resource-description">Web interface to manage your torrents on Real-Debrid, AllDebrid, Premiumize, TorBox or DebridLink</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/g0ldyy/comet" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Comet</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Addon</span>
|
||||
<span class="tag">Open-source</span>
|
||||
</div>
|
||||
<p class="resource-description">Stremio's torrent/debrid search add-on for seamless streaming</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/jackett/jackett" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Jackett + Prowlarr</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Indexers</span>
|
||||
<span class="tag">Automation</span>
|
||||
<span class="tag">Plex</span>
|
||||
<span class="tag">Jellyfin</span>
|
||||
</div>
|
||||
<p class="resource-description">Indexer proxies that work seamlessly with debrid services for automation</p>
|
||||
<p class="resource-description">Automated media organization and symlink manager for Plex/Jellyfin/Emby with Bazarr support</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/debridmediamanager/zurg-testing" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Zurg</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">WebDAV</span>
|
||||
<span class="tag">Mount</span>
|
||||
</div>
|
||||
<p class="resource-description">WebDAV server that mounts Real-Debrid as a network drive for media servers</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Streaming Add-ons -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
<svg class="section-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<polygon points="5 3 19 12 5 21 5 3" />
|
||||
</svg>
|
||||
Streaming Add-ons
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
<a href="https://github.com/g0ldyy/comet" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Comet</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Stremio</span>
|
||||
<span class="tag">Real-time</span>
|
||||
</div>
|
||||
<p class="resource-description">Advanced Stremio add-on with real-time torrent indexing and multi-debrid support</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/mhdzumair/MediaFusion" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">MediaFusion</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Stremio</span>
|
||||
<span class="tag">Sports</span>
|
||||
<span class="tag">Live TV</span>
|
||||
</div>
|
||||
<p class="resource-description">Universal Stremio add-on with sports, live TV, and extensive debrid service support</p>
|
||||
</a>
|
||||
|
||||
<a href="https://torrentio.strem.fun/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Torrentio</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Stremio</span>
|
||||
<span class="tag">Popular</span>
|
||||
</div>
|
||||
<p class="resource-description">Popular Stremio add-on with simple setup and reliable debrid integration</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Download Managers -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
<svg class="section-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
||||
<polyline points="7 10 12 15 17 10" />
|
||||
<line x1="12" y1="15" x2="12" y2="3" />
|
||||
</svg>
|
||||
Download Managers
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
<a href="https://github.com/rogerfar/rdt-client" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">RDT Client</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Web UI</span>
|
||||
<span class="tag">Sonarr</span>
|
||||
<span class="tag">Radarr</span>
|
||||
</div>
|
||||
<p class="resource-description">Web-based torrent client for Real-Debrid, AllDebrid, and Premiumize with Sonarr/Radarr integration</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/5rahim/seanime" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Seanime</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Anime</span>
|
||||
<span class="tag">AniList</span>
|
||||
</div>
|
||||
<p class="resource-description">Self-hosted anime media server with AniList integration and auto-download features</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/pyload/pyload" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">pyLoad</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Open-source</span>
|
||||
<span class="tag">100+ Hosts</span>
|
||||
</div>
|
||||
<p class="resource-description">Free and open-source download manager supporting 100+ file hosts with plugin system</p>
|
||||
</a>
|
||||
|
||||
<a href="https://jdownloader.org/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">JDownloader</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Popular</span>
|
||||
<span class="tag">Auto-extract</span>
|
||||
</div>
|
||||
<p class="resource-description">Popular download manager with extensive host support and automatic link extraction</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Browser Extensions -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
<svg class="section-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<line x1="21.17" y1="8" x2="12" y2="8" />
|
||||
<line x1="3.95" y1="6.06" x2="8.54" y2="14" />
|
||||
<line x1="10.88" y1="21.94" x2="15.46" y2="14" />
|
||||
</svg>
|
||||
Browser Extensions
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
|
||||
<a href="https://chrome.google.com/webstore" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Real-Debrid Torrent Plugin</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Chrome</span>
|
||||
<span class="tag">Firefox</span>
|
||||
</div>
|
||||
<p class="resource-description">One-click torrent adding with context menu integration for Chrome and Firefox</p>
|
||||
</a>
|
||||
|
||||
<a href="https://alldebrid.com/tools/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">AllDebrid Helper</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Quick unrestrict</span>
|
||||
<span class="tag">Clipboard</span>
|
||||
</div>
|
||||
<p class="resource-description">Quick link unrestrict with clipboard monitoring and browser notifications</p>
|
||||
</a>
|
||||
|
||||
<div class="resource-card info-card">
|
||||
<span class="resource-name">Deepbrid Extension</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Chrome</span>
|
||||
<span class="tag">Firefox</span>
|
||||
</div>
|
||||
<p class="resource-description">Browser extension for easy link unrestricting and download management</p>
|
||||
<div class="resource-links" style="margin-top: 0.5rem; display: flex; gap: 1rem;">
|
||||
<a href="https://chromewebstore.google.com/detail/deepbrid-%E2%80%93-browser-extens/ampccappllebdaplacfcopfdgofmohmh" target="_blank" onclick="event.stopPropagation()" style="color: var(--primary); font-size: 0.8rem; text-decoration: none;">Chrome →</a>
|
||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/deepbrid-browser-extension/" target="_blank" onclick="event.stopPropagation()" style="color: var(--primary); font-size: 0.8rem; text-decoration: none;">Firefox →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Mobile Applications -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
<svg class="section-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<rect x="5" y="2" width="14" height="20" rx="2" ry="2" />
|
||||
<line x1="12" y1="18" x2="12.01" y2="18" />
|
||||
</svg>
|
||||
Mobile Applications
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
<a href="https://www.stremio.com/downloads" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Stremio</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Cross-platform</span>
|
||||
<span class="tag">Streaming</span>
|
||||
</div>
|
||||
<p class="resource-description">Cross-platform streaming app with debrid add-on support and device sync</p>
|
||||
</a>
|
||||
|
||||
<a href="https://alldebrid.com/m/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">AllDebrid App</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">PWA</span>
|
||||
<span class="tag">Official</span>
|
||||
</div>
|
||||
<p class="resource-description">Official AllDebrid PWA for link management and downloads</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/LivingWithHippos/unchained-android" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Unchained</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Android</span>
|
||||
<span class="tag">Open-source</span>
|
||||
</div>
|
||||
<p class="resource-description">Community-driven Real-Debrid app for managing downloads</p>
|
||||
</a>
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=org.videolan.vlc" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">VLC</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Media Player</span>
|
||||
<span class="tag">Universal</span>
|
||||
</div>
|
||||
<p class="resource-description">Universal media player with direct link playback and subtitle support</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Community Resources -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
|
|
@ -1469,25 +1654,26 @@
|
|||
<circle cx="9" cy="7" r="4"></circle>
|
||||
<path d="M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75"></path>
|
||||
</svg>
|
||||
Community and Support
|
||||
Reddit Communities
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
<a href="https://www.reddit.com/r/RealDebrid/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/Real-Debrid</span>
|
||||
<a href="https://www.reddit.com/r/piracy" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/Piracy</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
<span class="tag">General</span>
|
||||
</div>
|
||||
<p class="resource-description">Active discussions on various debrid services and usage tips</p>
|
||||
<p class="resource-description">General piracy discussion and guides</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/debridmediamanager/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/DebridMediaManager</span>
|
||||
<a href="https://www.reddit.com/r/RealDebrid/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/RealDebrid</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">Community hub for Debrid Media Manager discussions and support</p>
|
||||
<p class="resource-description">Real-Debrid support and updates</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/AllDebrid/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
|
|
@ -1495,16 +1681,95 @@
|
|||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">Dedicated community for AllDebrid users and discussions</p>
|
||||
<p class="resource-description">AllDebrid discussion and support</p>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://github.com/fynks/debrid-services-comparison/issues" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">GitHub Issues</span>
|
||||
<a href="https://www.reddit.com/r/Premiumize/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/Premiumize</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Contribute</span>
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">Report inaccuracies or suggest improvements - this project thrives on community input!</p>
|
||||
<p class="resource-description">Premiumize users and discussions</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/debridmediamanager/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/debridmediamanager</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">DMM support and tutorials</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/StremioAddons/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/StremioAddons</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">Stremio add-ons and configuration</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/usenet/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/usenet</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">Usenet and debrid discussion</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.reddit.com/r/DataHoarder/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">r/DataHoarder</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Reddit</span>
|
||||
</div>
|
||||
<p class="resource-description">Data archiving and storage</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Useful Resources -->
|
||||
<div class="resources-section-wrapper">
|
||||
<div class="resource-section-header">
|
||||
<h2>
|
||||
<svg class="section-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z" />
|
||||
</svg>
|
||||
Useful Resources
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="resources-grid">
|
||||
<a href="https://github.com/debridmediamanager/awesome-debrid" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Awesome Debrid</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Curated</span>
|
||||
<span class="tag">GitHub</span>
|
||||
</div>
|
||||
<p class="resource-description">Curated list of tools and resources</p>
|
||||
</a>
|
||||
|
||||
<a href="https://torrentfreak.com/" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">TorrentFreak</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">News</span>
|
||||
</div>
|
||||
<p class="resource-description">News and updates about debrid and torrent landscape</p>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/fynks/debrid-services-comparison/discussions" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">GitHub Discussions</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Q&A</span>
|
||||
<span class="tag">Community</span>
|
||||
</div>
|
||||
<p class="resource-description">Ask questions and share experiences</p>
|
||||
</a>
|
||||
|
||||
<a href="https://debridmediamanager.com/is-real-debrid-down-or-just-me" class="resource-card" target="_blank" rel="noopener noreferrer">
|
||||
<span class="resource-name">Is Real-Debrid Down</span>
|
||||
<div class="resource-tags">
|
||||
<span class="tag">Status</span>
|
||||
</div>
|
||||
<p class="resource-description">Service status checker</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1513,9 +1778,8 @@
|
|||
<svg class="alert-icon" role="img" aria-hidden="true">
|
||||
<use href="#icon-alert" stroke="currentColor" stroke-width="2" fill="none" />
|
||||
</svg>
|
||||
<div><strong>💡 Pro Tip:</strong> Combine your debrid service with automation tools like
|
||||
<strong>Debrid Media Manager (DMM)</strong> or <strong>Overseerr</strong> for a seamless
|
||||
media experience.
|
||||
<div><strong>💡 Pro Tip:</strong> Join communities to get help, share experiences, and stay updated on service changes. Combine your debrid service with tools like
|
||||
<strong>Debrid Media Manager (DMM)</strong> or <strong>Stremio with Comet/Torrentio</strong> for a seamless media experience.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1555,7 +1819,7 @@
|
|||
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
|
||||
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
|
||||
</svg>
|
||||
<span>9 Services</span>
|
||||
<span>10 Services</span>
|
||||
</div>
|
||||
<div class="footer-stat">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
|
|
@ -1618,15 +1882,13 @@
|
|||
<div class="footer-section">
|
||||
<h5>Resources</h5>
|
||||
<ul class="footer-links">
|
||||
<li><a href="https://github.com/debridmediamanager/awesome-debrid" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<li><a href="#debrid-resources-tools">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<polyline points="16 18 22 12 16 6"></polyline>
|
||||
<polyline points="8 6 2 12 8 18"></polyline>
|
||||
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" />
|
||||
</svg>
|
||||
Awesome Debrid
|
||||
Tools & Apps
|
||||
</a></li>
|
||||
<li><a href="https://github.com/debridmediamanager/debrid-media-manager" target="_blank"
|
||||
<li><a href="https://debridmediamanager.com/" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
||||
|
|
@ -1644,20 +1906,19 @@
|
|||
</svg>
|
||||
RDT Client
|
||||
</a></li>
|
||||
<li><a href="https://github.com/g0ldyy/comet" target="_blank"
|
||||
<li><a href="https://www.stremio.com/downloads" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<circle cx="12" cy="12" r="5"></circle>
|
||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||
<polygon points="5 3 19 12 5 21 5 3" />
|
||||
</svg>
|
||||
Comet Addon
|
||||
Stremio
|
||||
</a></li>
|
||||
<li><a href="https://github.com/debridmediamanager/awesome-debrid" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z" />
|
||||
</svg>
|
||||
Awesome Debrid
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -1693,6 +1954,45 @@
|
|||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h5>Community</h5>
|
||||
<ul class="footer-links">
|
||||
<li><a href="https://www.reddit.com/r/RealDebrid/" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path>
|
||||
<circle cx="9" cy="7" r="4"></circle>
|
||||
<path d="M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75"></path>
|
||||
</svg>
|
||||
r/RealDebrid
|
||||
</a></li>
|
||||
<li><a href="https://www.reddit.com/r/debridmediamanager/" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path>
|
||||
<circle cx="9" cy="7" r="4"></circle>
|
||||
<path d="M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75"></path>
|
||||
</svg>
|
||||
r/DMM
|
||||
</a></li>
|
||||
<li><a href="https://github.com/fynks/debrid-services-comparison/discussions" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
|
||||
</svg>
|
||||
Discussions
|
||||
</a></li>
|
||||
<li><a href="https://torrentfreak.com/" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
|
||||
<path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
|
||||
</svg>
|
||||
News
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
|
|
|
|||
Loading…
Reference in a new issue