[PATCH] youtube.lua: disable cookies if redirected to consent page
There is an existing patch to support youtube redirection to consent page when trying to play youtube video in vlc palyer. This is already fixed for desktop vlc version, but does not work for android version. This PR just includes already existing patch in vlc repo. There are two ways to fix the problem with youtube redirection to consent page:
- Define new TESTED_HASH in
buildsystem/compile.sh:283
where this patch already exist - Add this patch as a separate file, as it's defined right now.