chore: change the hostname in default config to match the one assumed

(if not explicitly passed to the script, e.g. when running with flask)
This commit is contained in:
2025-09-05 18:51:09 +02:00
parent 3cf203ee27
commit 15d2de5228
3 changed files with 4 additions and 4 deletions

View File

@@ -560,7 +560,7 @@ def videos(data):
"liveNow": live_now,
"isPostLiveDvr": post_live_dvr,
"isUpcoming": is_upcoming,
"dashUrl": ythdd_globals.config['general']['public_facing_url'] + "/dash/not/implemented/", # not implemented
"dashUrl": ythdd_globals.config['general']['public_facing_url'] + "dash/not/implemented/", # not implemented
"premiereTimestamp": premiere_timestamp,
#"hlsUrl": hls_url, # broken after a change in iOS player