Skip to content

Commit d81244e

Browse files
tfgaStypox
andauthored
YT temp playlist URL: http => https
Co-authored-by: Stypox <stypox@pm.me>
1 parent 0fd2d4f commit d81244e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/local/playlist/ExportPlaylist.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fun exportAsYoutubeTempPlaylist(playlist: List<PlaylistStreamEntry>): String {
5656
.asReversed()
5757
.joinToString(separator = ",")
5858

59-
return "http://www.youtube.com/watch_videos?video_ids=$videoIDs"
59+
return "https://www.youtube.com/watch_videos?video_ids=$videoIDs"
6060
}
6161

6262
/**

0 commit comments

Comments
 (0)