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

This no longer seems to work, seems like the page structure has changed. #79

Closed Deadsy81 closed 5 years ago

Deadsy81 commented 5 years ago

The code doesn't seem to find the elements it's looking for.

document.querySelectorAll("iframe");

Above line returns an empty object.

Any chance this might get fixed/reworked?

linuxnico commented 5 years ago

Works for me with latest script, tampermonkey 4.9.5941 2019-05-04, and ff 67.0.4 64b Try update tampermonkey, and firefox.

Deadsy81 commented 5 years ago

Ok, odly enough it works on my work computer. I'll need to check what the difference on my home computer. Firefox and tampermonkey are up to date on both. Might be something else causing my issue since I didn't see any of the added UI elements I now see on my work computer.

Thanks for looking into this in any case.

Deadsy81 commented 5 years ago

Now it works at home too, without changing anything. Maybe there was somekind of temporary problem with the site which caused me to not see the download elements. Who knows...

RuSimita commented 5 years ago

The same thing happened to me: did not work yesterday, changed nothing, just waited, read your message, panicked, and today it works like a charm again without having modified anything. Runa

On Jul 3, 2019, at 9:21 AM, Deadsy81 notifications@github.com wrote:

Now it works at home too, without changing anything. Maybe there was somekind of temporary problem with the site which caused me to not see the download elements. Who knows...

— 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

Thanks for feeding back guys.