3dyd / issues-ys

Bug tracking for 3DYD Youtube Source
0 stars 0 forks source link

"media.url" parameter issue #13

Open SlazE888 opened 5 years ago

SlazE888 commented 5 years ago

I'm noticed that such issue happen only with youtube.com & youtu.be sites. I try to open this URL: https://www.youtube.com/watch?v=4Q498FCZYso&ys_audio_only=1 But in fact filter returns in "media.url" parameter, URL like this(without parameters specified by me at the end of URL): https://www.youtube.com/watch?v=4Q498FCZYso

As a result, I have no way to disable video output in filter logic algorithm. I need only audio for Visualization.

3dyd commented 5 years ago

Settings overriding via URL query parameters does not work in v2.0.

SlazE888 commented 4 years ago

Settings overriding via URL query parameters does not work in v2.0.

It was not my point. I know that settings overriding via URL query parameters does not work in v2.0. All music videos from my personal M3U-playlists have URLs like this: https://www.youtube.com/watch?v=4Q498FCZYso&ext=.aac I found workaround to avoid such issues, and it would be nice to fix it, just need to add character before & character and filter can shows full address as it should(please see picture bellow), like this: https://www.youtube.com/watch?v=4Q498FCZYso&ext=.aac

a

SlazE888 commented 4 years ago

Settings overriding via URL query parameters does not work in v2.0.

It's not my point. I'm also noticed that for URLs from music.youtube.com: https://music.youtube.com/watch?v=kHxtOKCYXDg filter returns in "media.url" parameter, URL like this: https://WWW.youtube.com/watch?v=kHxtOKCYXDg it would be nice to fix it.

3dyd commented 4 years ago

I see. Unfortunately filter algorithm works a bit differently. media.url contains "canonical" URL which may be different from URL specified when opening video.

I'll add some way to make your use case possible.