Skip to content

[PATCH] youtube.lua: disable cookies if redirected to consent page

dantalian-pv requested to merge dantalian-pv/vlc-android:master into master

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:

  1. Define new TESTED_HASH in buildsystem/compile.sh:283 where this patch already exist
  2. Add this patch as a separate file, as it's defined right now.

Merge request reports