YT temp playlist URL: http => https
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
39cc29a6a7
commit
5483d6cb35
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ fun exportAsYoutubeTempPlaylist(playlist: List<PlaylistStreamEntry>): String {
|
||||||
.asReversed()
|
.asReversed()
|
||||||
.joinToString(separator = ",")
|
.joinToString(separator = ",")
|
||||||
|
|
||||||
return "http://www.youtube.com/watch_videos?video_ids=$videoIDs"
|
return "https://www.youtube.com/watch_videos?video_ids=$videoIDs"
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue