Git Product home page Git Product logo

Comments (2)

eyaadh avatar eyaadh commented on June 14, 2024 1

I addressed this on the 16th video of YouTube series. Have a look, I shared the link with the exact time for the frame where I started talking about it on the video.

However if you still wish to change the quality of the YouTube videos downloaded, you can alter the following line.

Currently it is:
'format': 'bestvideo[height<=480][ext=mp4]+bestaudio[height<=480][ext=m4a]/best',
basically what this means is download best format available but not better that 480p. Change it to:
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best',
the above amendment will upload the best available quality, however keep in mind there are limitations to file sizes which you can upload on telegram. Increase in quality == Increase in file size

That being said, given the complications I discussed on the YouTube video and the above mentioned I do not think this would be a beneficial amendment to do on the main repo i.e. I will close this issue with the hope I have given you a workaround that you can do on your environment to do the necessary amendments to fit your needs.

from megadlbot_oss.

aritradatta0 avatar aritradatta0 commented on June 14, 2024

Thank You very Much Sir

from megadlbot_oss.

Related Issues (13)

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.