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

Dowlnload window disappears #72

Closed arriflex2 closed 5 years ago

arriflex2 commented 5 years ago

Before posting

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

Issue information

Bumbadawg commented 5 years ago

@arriflex2 hey, thanks for the feedback. When accessing a page by browsing the decoration works (on Firefox).

Although it seems the HTML decoration gets removed onLoad when refreshing a page indeed.

arriflex2 commented 5 years ago

Hi and thank you for your answer! I am not sure to completely understand your answer :) Is it a bug that can be fixes or is there a way to highjack this behaviour? Thanks!

Bumbadawg commented 5 years ago

From what i witnessed, the website client-side code seems to remove our decoration. We'll need to debug what's really happening here to find out a solution. For now, i don't have any idea how to counter it. Cheers

arriflex2 commented 5 years ago

Ok, thank you very much for your answer! All the best!

Le jeu. 20 sept. 2018 à 16:52, Bumba notifications@github.com a écrit :

From what i witnessed, the website client-side code seems to remove our decoration. We'll need to debug what's really happening here to find out a solution. For now, i don't have any idea how to counter it. Cheers

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GuGuss/ARTE-7-Downloader/issues/72#issuecomment-423213178, or mute the thread https://github.com/notifications/unsubscribe-auth/AHFQz3MuW42BH6AEyHF6H_TSnnqEFzgMks5uc6vFgaJpZM4WyJap .

Bumbadawg commented 5 years ago

@GuGuss Hey mate, ready to patch with https://github.com/GuGuss/ARTE-7-Downloader/pull/73

RuSimita commented 5 years ago

Hello, I am not a coder, however I have been able to make it work when the decoration disappears by going to the video page I want to see, blocking all java script related to arte.tv (the window becomes blurry, but it doesn’t matter), allowing akamai script though, then reloading and voilà! the decorations reappear and the video I want to see is sharp clear. I use Greasemonkey and Firefox 56.0.2.

Runa Simita

On Sep 20, 2018, at 7:55 AM, arriflex2 notifications@github.com wrote:

Ok, thank you very much for your answer! All the best!

Le jeu. 20 sept. 2018 à 16:52, Bumba notifications@github.com a écrit :

From what i witnessed, the website client-side code seems to remove our decoration. We'll need to debug what's really happening here to find out a solution. For now, i don't have any idea how to counter it. Cheers

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GuGuss/ARTE-7-Downloader/issues/72#issuecomment-423213178, or mute the thread https://github.com/notifications/unsubscribe-auth/AHFQz3MuW42BH6AEyHF6H_TSnnqEFzgMks5uc6vFgaJpZM4WyJap .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Bumbadawg commented 5 years ago

@RuSimita Nice workaround. Thus you confirm that was one of their scripts doing such mess :D Thanks for the info!

@arriflex2 A patch has been done, working around this issue, just update the script and you'll be good to go. You can close this issue it that works for you.

arriflex2 commented 5 years ago

Thank you team! You rocks!!

GuGuss commented 5 years ago

Should be fixed now. Please reopen if the issue reappears.