changed yt-dlp nightly release url

This commit is contained in:
Denis Çerri 2023-03-07 09:42:55 +01:00
parent d17aea86ee
commit 7d28c31ffc
No known key found for this signature in database
GPG key ID: 95C43D517D830350

View file

@ -30,7 +30,7 @@ class UpdateUtil(var context: Context) {
private val tag = "UpdateUtil"
private val downloadManager: DownloadManager = context.getSystemService(Context.DOWNLOAD_SERVICE) as DownloadManager
private val compositeDisposable = CompositeDisposable()
private val ytdlpNightly = "https://api.github.com/repos/ytdl-patched/yt-dlp/releases/latest"
private val ytdlpNightly = "https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest"
fun updateApp(): Boolean {
if (updatingApp) {