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)
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!
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 likeytd-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-modeland adding more language variants (like "paylaş") fixes the issue.