jenslys / autovod

Automatically upload Twitch.tv / Kick.com streams in realtime to Youtube or a Rclone supported provider
MIT License
94 stars 10 forks source link

Extract base url and then add correct path #78

Closed jenslys closed 12 months ago

jenslys commented 1 year ago

Description

Extracts base domain from the provided API_URL and adds the necessary path so it always is correct regardless of what the user enters in the config.

Example: http://test.mydomain.com/test?=-> test.mydomain.com -> https://test.mydomain.com/info/

Related Issues

Checklist

Screenshots