Greasy Fork is available in English.

Rai Play video download

Questo script ti permette di scaricare i video su Rai Play

Precedente: v11.0.3 - 01/12/2020 - Fix headers issue on Violentmonkey (thanks to Greendragon) - Fix DRM warning
Nuova: v11.0.4 - 22/01/2021 - Fix check for DRM errors

  • --- /tmp/diffy20241009-1048843-8kwyja 2024-10-09 16:25:37.067110816 +0000
  • +++ /tmp/diffy20241009-1048843-1vejv4 2024-10-09 16:25:37.067110816 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name Rai Play video download
  • // @namespace http://andrealazzarotto.com
  • -// @version 11.0.3
  • +// @version 11.0.4
  • // @description This script allows you to download videos on Rai Play
  • // @description:it Questo script ti permette di scaricare i video su Rai Play
  • // @author Andrea Lazzarotto
  • @@ -129,7 +129,8 @@
  • }
  • },
  • (response) => {
  • - var drm = response.finalUrl.indexOf('DRM_RaiPlay') > 0;
  • + console.log(response);
  • + var drm = response.finalUrl.indexOf('DRM_') > 0;
  • if (drm) {
  • DRMError();
  • } else {