Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been working on a feature that allows users to select multiple video qualities. I’ve written a separate piece of code that prompts the user for their input URL and presents options for selecting the desired quality via buttons. Once the user makes a selection, yt-dlp will handle the download accordingly.
I’ve tested this feature on my local machine, and it works smoothly—I can select the video format, and it downloads in that format as expected.
However, I’m experiencing some challenges integrating this feature into your existing code. I would appreciate your guidance on how to adapt my implementation to fit within the Telegram-Leecher-Bot. Alternatively, if you prefer, you can use my code to update the bot yourself.
Updated Features:
• Users can select different video qualities.
• Videos download in the user's selected format with the best available audio quality.
Could you please review this feature and let me know how we can proceed with the integration?
Beta Was this translation helpful? Give feedback.
All reactions