diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-12-16 14:14:04 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-12-16 14:14:04 -0800 |
| commit | c8b6fdff97092021f58d12776ab9e210a0da50a4 (patch) | |
| tree | 220e590417aee629fe9b50d1a126ef918ab8d310 /src/pages/projects.astro | |
| parent | bc0715c59ef06d5b95dacce9735778cbb1d17e2a (diff) | |
| parent | 7f3cc49f69fcbcf0bcf5c516203bed35684868c5 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index c65ee52..1d6ce8d 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -15,8 +15,8 @@ import Card from "../components/Card.astro"; <ul role="list" class="link-card-grid"> <Card href="https://github.com/pinapelz/ytmp3AutoTag" - title="ytmp3AutoTag" - body="JSwing application that downloads YouTube videos as MP3 and automatically tags them with metadata from the video" + title="ytID3AutoTag" + body="JSwing application that downloads YouTube videos as MP3 and automatically tags the ID3 fields throughing inferring the video metadata" language="Java" languageColor="#b07219" logoSrc="https://user-images.githubusercontent.com/21994085/232991117-a41a33e1-f45a-4043-aa6a-e886a31d2f11.png" @@ -33,7 +33,7 @@ import Card from "../components/Card.astro"; <Card href="https://github.com/pinapelz/NijiTrack" title="Nijitrack" - body="Python scripts that records historical subscriber data of YouTube channels and generates HTML reports of the data" + body="Python and Next.JS application that records and collects historical subscriber count for any subset of YouTube channels." language="Python" languageColor="#3572A5" logoSrc="https://github.com/pinapelz/NijiTrack/assets/21994085/c50e959a-34a9-4509-b892-921f6121c33b" |
