1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-06-25 14:43:00 +00:00

YT temp playlist URL: http => https

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
tfga 2025-03-10 19:11:20 -03:00 committed by GitHub
parent 0fd2d4fed6
commit d81244e77c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ fun exportAsYoutubeTempPlaylist(playlist: List<PlaylistStreamEntry>): String {
.asReversed()
.joinToString(separator = ",")
return "http://www.youtube.com/watch_videos?video_ids=$videoIDs"
return "https://www.youtube.com/watch_videos?video_ids=$videoIDs"
}
/**