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

Question regarding the include URL pattern #87

Closed erosman closed 4 years ago

erosman commented 4 years ago

ref: // @include *//*.arte.tv/*

The subject has come up and I would to verify whether *//*.arte.tv/* is an acceptable URL pattern for all script managers.

I have not seen the pattern documented. The documented pattern is with added : e.g. *://*.arte.tv/*

Bumbadawg commented 4 years ago

or even https://*.arte.tv/* Few years ago, i set this pattern, because of both http and https being used. Nowadays it seems the encrypted protocol is their default. I just changed it. If you find any reason to rollback to `://.arte.tv/` please comment below.

updated script: https://raw.githubusercontent.com/GuGuss/ARTE-7-Downloader/master/src/arte-downloader.js