GuGuss / ARTE-7-Downloader

User script to download videos from the ARTE+7 website
GNU General Public License v3.0
263 stars 33 forks source link

Downloader stopped working on Chrome #51

Closed danielbezerracorral closed 7 years ago

danielbezerracorral commented 7 years ago

Arte Playground = version 2.5 Google Chrome = Version 54.0.2840.71 m yes, Tampermonkey = v4.1.10

It started about one week ago, and it happens with every video I try to download from Arte+7.

When I click on "download video", instead of downloading, a new tab is opened on my browser, and the video I wanted to download starts playing in this new tab which has a black background (see image) capture

Furthermore, when opening the Arte webpage, I'm being constantly redirected to a Tampermonkey page where I see the following message:

"A userscript wants to access a cross-origin resource. NAME Arte+7 Downloader TAB URL http://www.arte.tv/guide/fr/063632-002-A/les-sept-vies-du-sea-cloud-2-5?country=DE DESTINATION DOMAIN www.google.com DESTINATION URL https://www.google.com/recaptcha/api2/anchor?k=6LenSBkTAAAAADn-TGpN0-CQ__bz_4anv7UQTrJo&co=aHR0cDovL3d3dy5hcnRlLnR2Ojgw&hl=en&type=image&v=r20161028135114&theme=light&size=normal&cb=9ypu40e24yqx Focus source tabSkip timeout (9 seconds) A request to a cross origin resource is nothing unusual. You just have to check whether this script has a good reason to access this domain. For example there are only a very few reasons for a userscript to contact your bank.

Please note that userscript authors can avoid this dialog by adding @connect tags ⬀ to their scripts.

No matter how you'll decide, you can change your opinion at any time at the script's settings tab ⬀."

I normally click on the option "allow once"

Before posting

  1. Is your browser up-to-date ?
  2. Is your script up-to-date (see installation procedure) ?
  3. Have you tried restarting your web browser ?

    Issue information

    • Script version: (eg. 2.5)
    • Browser + version: (eg. Firefox 47 x64)
    • Script manager: (eg. Yes, greasemonkey)
    • Does it happen everywhere or on specific pages ?: (eg. it happens on http://future.arte.tv/fr/altruisme)
    • The issue: (eg. download button returns nothing)
danielbezerracorral commented 7 years ago

this is the URL of the strange black page :

http://arte.gl-systemhaus.de/am/tvguide/SAT/058378-000-A_HQ_2_VOF-STF_02554028_MP4-800_AMM-Tvguide.mp4

Bumbadawg commented 7 years ago

Thank you for the feedback @danielbezerracorral

When I click on "download video", instead of downloading, a new tab is opened on my browser, and the video I wanted to download starts playing in this new tab which has a black background (see image)

This is a normal behavior, at least on Firefox. Ctrl+s to save the mp4 or right click / save video.

A request to a cross origin resource is nothing unusual. You just have to check whether this script has a good reason to access this domain.

Indeed, this is how the Arte player works: makes a xrequest to another server to get the video file.

Please note that userscript authors can avoid this dialog by adding @connect tags ⬀ to their scripts.

That we can add.

Good day !

danielbezerracorral commented 7 years ago

Perfect, it works :)

Thank you, Bumba.

Best,

D.