You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some recent changes on YouTube, the audio/video files of YouTube videos do not have a parameter mime=audio (or video). In this way, the extension cannot detect the audio files in order to put them in the player. Also, the video files are not detected in order to be blocked. Any contribution is more than welcome!
Looking at the transfer sizes it seems like they've combined audio+video together most likely to serve built-in ads in the near future. You can however still get mime=audio and mime=video from the mobile browser version (m.youtube.com), this will probably change once they properly implement the audio+video version.
This might be the end of audio only youtube, unless there is something in the request body that can be changed...
I'm wondering if is possible to use the worst video choice in force when enabling the blocking video function for the chrome extension? I know nothing about browser application nor javascript :(
After some recent changes on YouTube, the audio/video files of YouTube videos do not have a parameter mime=audio (or video). In this way, the extension cannot detect the audio files in order to put them in the player. Also, the video files are not detected in order to be blocked. Any contribution is more than welcome!
https://github.com/Thunderarea/music-mode-for-youtube/blob/6fa67b31a665255c549bcb205e29f6aa4ed35183/source/js/video_handler.js#L197C9-L197C48
The text was updated successfully, but these errors were encountered: