Coder Social home page Coder Social logo

codeconscious / youtube-audio-downloader Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 73 KB

A UI wrapper (using Avalonia) for downloading audio from online videos.

License: MIT License

C# 100.00%
avalonia csharp youtube youtube-dl youtube-downloader yt-dlp

youtube-audio-downloader's Introduction

ꉔꄲ꒯ꏂꉔꄲꋊꇙꉔ꒐ꄲ꒤ꇙ

Welcome! I'm Jon, and this is a small workshop where I occasionally upload small tools—sometimes for fun, sometimes to learn, sometimes to solve a problem, but generally for some mix of these. Got to keep learning!

はじめまして!ジョンといいます。ここは僕の小さなプログラミング工房です。開発が楽しいから、もっと学びたいから、ある問題や不便などを解決したいからと、さまざまな訳でツールを少しずつ開発してアップしていきたいと思います。勉強は一生続くものですね。よろしくお願いします!


🔗 My blog
✉️ hello[at]codeconscio.us

youtube-audio-downloader's People

Contributors

codeconscious avatar

Watchers

 avatar

youtube-audio-downloader's Issues

UI freezes during downloading

The UI freezes and becomes unusable during downloading operations. This is likely due to an issue in the async code, but it's a minor issue (given how simple the UI is anyway).

CS0108 errors regarding hiding inherited members

When running with dotnet run, several CS0108 warnings appear in the console, though the application runs without issue.

Example:

youtube-downloader/Entities/VideoDownload.cs(6,26): warning CS0108: 'VideoDownload.Pattern' hides inherited member 'Download.Pattern'. Use the new keyword if hiding was intended.

This might have started with the upgrade to .NET 7, but I'm unsure at this point.

CS8618 errors regarding non-null values when exiting constructors

When the application is run using dotnet run, multiple CS8618 errors appear in the console, though the application itself runs without problem.

Example:

youtube-downloader/Entities/Download.cs(13,12): warning CS8618: Non-nullable property 'Pattern' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

This is just a simple syntax fix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.