mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
update radioButton querySelector
This commit is contained in:
@ -45,7 +45,6 @@ global.download = () => {
|
|||||||
// selector of first button which is always "Start Radio"
|
// selector of first button which is always "Start Radio"
|
||||||
?.querySelector('ytmusic-menu-navigation-item-renderer.iron-selected[tabindex="0"] #navigation-endpoint')
|
?.querySelector('ytmusic-menu-navigation-item-renderer.iron-selected[tabindex="0"] #navigation-endpoint')
|
||||||
?.getAttribute("href");
|
?.getAttribute("href");
|
||||||
console.log(videoUrl)
|
|
||||||
if (videoUrl) {
|
if (videoUrl) {
|
||||||
videoUrl = baseUrl + "/" + videoUrl;
|
videoUrl = baseUrl + "/" + videoUrl;
|
||||||
metadata = null;
|
metadata = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user