From c528582a92be809b909f7af09d5ca05b96fe5553 Mon Sep 17 00:00:00 2001 From: ingbyr Date: Tue, 27 Feb 2018 16:17:35 +0800 Subject: [PATCH] fix update url of the old version Former-commit-id: 137e9723730d8005a11863c992990671a8c4f112 [formerly 4ce0dffe229ca1a09a92c094cb3acbce06b26675] Former-commit-id: 831a391d15abfc94aa70b1e08f439eec6308ed93 --- RemoteConf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RemoteConf.json b/RemoteConf.json index 6f1f631..bfed057 100644 --- a/RemoteConf.json +++ b/RemoteConf.json @@ -1,5 +1,5 @@ { - "youget": "https://raw.githubusercontent.com/soimort/youget/master/src/you_get/version.py", - "youtubedl": "https://raw.githubusercontent.com/rg3/youtubedl/master/youtube_dl/version.py", + "youget": "https://raw.githubusercontent.com/soimort/you-get/develop/src/you_get/version.py", + "youtubedl": "https://raw.githubusercontent.com/rg3/youtube-dl/master/youtube_dl/version.py", "appversion": "0.2.2" } \ No newline at end of file