Git Product home page Git Product logo

Comments (4)

pukkandan avatar pukkandan commented on May 21, 2024 2

The printing functions of youtube-dl are all over the place (and needs refactoring). I wouldn't know where to even start to implement this.

Maybe someone else will be interested in implementing this. If not, I will get back to this once I am done with all the other projects

from yt-dlp.

pukkandan avatar pukkandan commented on May 21, 2024

I forgot to link this issue with #1125. But since that PR, you can use --quiet --progress to show progress bar in quiet mode

from yt-dlp.

TowardMyth avatar TowardMyth commented on May 21, 2024

Hi @pukkandan thanks for implementing this fix. Now, when I call on yt-dlp in a Python script, and set quiet=True in the ydl_opts dictionary, a progress bar will still show up despite quiet=True (I did not specify progress). Could you make it so that:

  1. If quiet=True and progress=True, then a progress bar is shown
  2. Else if quiet=True and progress=False or progress is not specified, then a progress bar is not shown?

from yt-dlp.

pukkandan avatar pukkandan commented on May 21, 2024

The default of noprogress is False. Set noprogress=True to not show progress bar

I will see if I can tie the default of noprogress to quiet since progress doesnt show in youtube-dl when quiet

from yt-dlp.

Related Issues (20)

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.