Skip to content

Commit 4451e8c

Browse files
committed
Add pr0dl project data
1 parent e9851d3 commit 4451e8c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/data/projects.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ export interface Project {
88
}
99

1010
export const projects: Project[] = [
11+
{
12+
name: 'pr0dl',
13+
description: ' A command-line downloader for pr0gramm.com. Fetches media URLs from the API and downloads them in parallel with resume support. ',
14+
//url: 'https://github.com/ryodari/pr0dl',
15+
sourceUrl: 'https://github.com/ryodari/pr0dl',
16+
tags: ['Rust'],
17+
status: 'active',
18+
},
1119
{
1220
name: 'beparano.id',
1321
description: 'This website. Built with Astro, Tailwind CSS, and hosted on GitHub Pages.',

0 commit comments

Comments
 (0)