alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.27k stars 395 forks source link

Fix PWA manifest for relative paths #370

Closed philipphutterer closed 9 months ago

philipphutterer commented 9 months ago

In my recent PR for the PWA share target I made a mistake with absolute instead of relative paths. This lead to incorrect behavior with URL paths other than root. This PR fixes that and adds a short comment to the URL RegExp as discussed (https://github.com/alexta69/metube/pull/361#discussion_r1438685903).

alexta69 commented 9 months ago

Thanks @philipphutterer !