Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: New audio downloading mechanism #113

Closed
wants to merge 1 commit into from

Conversation

w3ll1ngt
Copy link

hi all,

i fixed the audio download issue with a new approach. due to recent changes in telegram’s interface, it's no longer possible to directly obtain the audio source link, so a different workaround was needed

this solution is to intercept requests triggered when the user plays an audio file. most of the changes are not related to the downloading itself but rather to mimicking telegram’s native interface. i have added download buttons next to the play button in audio elements and a download option in the right-click context menu

if this initial idea looks promising, i can refine it further by addressing some spinner issues and other details.

this pr should fix the issues: #101, #100, #62

@w3ll1ngt w3ll1ngt closed this Feb 23, 2025
@w3ll1ngt w3ll1ngt deleted the issues_62_100_101 branch February 23, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants