@@ -56,32 +56,26 @@ jobs:
5656 .tool-desc { color: #666; }
5757 h1 { color: #2c3e50; text-align: center; }
5858 .subtitle { text-align: center; color: #7f8c8d; margin-bottom: 40px; }
59- .highlight { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }
6059 </style>
6160 </head>
6261 <body>
6362 <h1>🎬 Media Harvest</h1>
6463 <p class="subtitle">Bulk content extraction and download tools</p>
6564
6665 <div class="tool-grid">
67- <a href="standalone_extractor.html" class="tool-card highlight">
68- <div class="tool-title">✨ Standalone Edition (RECOMMENDED)</div>
69- <div class="tool-desc">Works entirely in your browser! No backend required. Reddit + YouTube metadata extraction.</div>
70- </a>
71-
7266 <a href="index.html" class="tool-card">
73- <div class="tool-title">📺 YouTube Transcript Extractor (Full) </div>
74- <div class="tool-desc">Extract transcripts from YouTube videos in bulk (requires backend) </div>
67+ <div class="tool-title">📺 YouTube Transcript Extractor</div>
68+ <div class="tool-desc">Extract transcripts from YouTube videos in bulk</div>
7569 </a>
7670
7771 <a href="simple_extractor.html" class="tool-card">
7872 <div class="tool-title">🔗 URL to Markdown</div>
79- <div class="tool-desc">Convert URLs to markdown links with metadata (requires backend) </div>
73+ <div class="tool-desc">Convert URLs to markdown links with metadata</div>
8074 </a>
8175
8276 <a href="reddit_downloader.html" class="tool-card">
8377 <div class="tool-title">📱 Reddit Downloader</div>
84- <div class="tool-desc">Bulk download Reddit content and media (requires backend) </div>
78+ <div class="tool-desc">Bulk download Reddit content and media</div>
8579 </a>
8680
8781 <a href="debug_frontend.html" class="tool-card">
9185 </div>
9286
9387 <p style="text-align: center; margin-top: 40px; color: #888;">
94- <strong>💡 Try the Standalone Edition first!</strong> It works immediately without any setup.
95- <br>For full transcript extraction, you'll need to run the backend server locally.
88+ <strong>Note:</strong> For full functionality, you'll need to run the backend server locally or deploy it separately.
9689 </p>
9790 </body>
9891 </html>
0 commit comments