Rai Play video download

This script allows you to download videos on Rai Play

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

  • --- /tmp/diffy20241221-1005829-mh26mi 2024-12-21 16:46:06.130086170 +0000
  • +++ /tmp/diffy20241221-1005829-h64i76 2024-12-21 16:46:06.131086190 +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 {