Youtube MP3 download button → ytmp3 (auto-download) - (by SuchtiOnTour)

Adds a Download button next to the Share button and auto-downloads the MP3 via ytmp3.la

< Feedback on Youtube MP3 download button → ytmp3 (auto-download) - (by SuchtiOnTour)

Review: OK - script works, but has bugs

§
Posted: 2026-04-14

The script cannot find the Share button on YouTube because the selector is outdated. YouTube now uses a different component structure (yt-button-view-model), and the script only searches for older elements like ytd-button-renderer.

Additionally, the script only checks for "share" and "teilen" in text/aria-label, but on some locales (e.g. Turkish), the button label is "Paylaş", so it is not detected.

Updating the selector to include yt-button-view-model and adding more language variants (like "paylaş") fixes the issue.

SuchtiOnTourAuthor
§
Posted: 2026-04-23

Thanks for the feedback!

Just pushed an update that adds the yt-button-view-model selector and multi-language support for the Share button. Should catch it now even on newer YouTube versions and in different locales.

Let me know if it works for you now!

Post reply

Sign in to post a reply.