Skip to content

Commit 687ac32

Browse files
committed
Refactor task manager section to reflect new project: yt-music-downloader. Updated title, description, and GitHub link for the Python script that downloads music from YouTube using yt-dlp.
1 parent 173e175 commit 687ac32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/page.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -323,17 +323,17 @@ export default function Page() {
323323
</CardFooter>
324324
</Card>
325325

326-
{/* Task Manager */}
326+
{/* yt-music-downloader */}
327327
<Card className="hover-lift flex flex-col">
328328
<CardHeader>
329-
<CardTitle>Task Manager</CardTitle>
329+
<CardTitle>ytmusic Downloader</CardTitle>
330330
<CardDescription>
331-
CLI task management application with priority scheduling
331+
Python script for downloading music from YTmusic using the yt-dlp library
332332
</CardDescription>
333333
</CardHeader>
334334
<CardContent>
335335
<p className="text-muted-foreground">
336-
Efficient task organization with priority-based scheduling and deadline tracking
336+
A simple Python script to download audio from YouTube videos
337337
</p>
338338
</CardContent>
339339
<CardFooter className="mt-auto">
@@ -343,11 +343,11 @@ export default function Page() {
343343
className="mt-4 text-foreground hover:text-success hover:border-success transition-colors"
344344
>
345345
<a
346-
href="#"
346+
href="https://github.com/fernand3z/yt-music-downloader"
347347
target="_blank"
348348
rel="noopener noreferrer"
349349
>
350-
Comming Soon <ArrowRightIcon className="ml-2 h-4 w-4" />
350+
View on GitHub <ArrowRightIcon className="ml-2 h-4 w-4" />
351351
</a>
352352
</Button>
353353
</CardFooter>

0 commit comments

Comments
 (0)