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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user