GithubHelp home page GithubHelp logo

wrapyoutubedl's People

Contributors

detaybey avatar gokceyucel avatar winxaito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wrapyoutubedl's Issues

Exit prompt sugession

Right now the exit prompt shows either always or never according to one boolean option. It would be ideal to show the prompt only when a download or conversion is in progress, or an item is qued for download. It makes little sense to have an exit prompt under normal circumstances.

Post-processing tasks aren't run

After a video is downloaded, the file has missing metadata. Using the command line to call youtube-dl, I used the following arguments taken from line 67 of AudioDownloader.cs:

var arguments = string.Format(@"--continue --no-overwrites --restrict-filenames --extract-audio --audio-format mp3 {0} -o ""{1}""", url, destinationPath); //--ignore-errors

after the download, the final line of output is:

[ffmpeg] Post-process file C:\path_to_file\test.mp3 exists, skipping

it seems this is happening because the arguments include the path to filename. Ideally it should create an intermediate file, probably .webm or .m4a or something, then run post tasks, then create the .mp3 file, but if it creates the .mp3 file to begin with you'll get the above error saying the file exists

Build Error

Hello, I'm not familiar with the following syntax which throws a build error. I tried removing the ? but then a runtime error is thrown.

StartedDownload?.Invoke(this, e)

Any insight?

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.