From 588c85619536ea66f35cca182ec5f40b185b4254 Mon Sep 17 00:00:00 2001 From: lim Date: Thu, 22 Sep 2022 14:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E7=94=A8UR?= =?UTF-8?q?L?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lux_GUI/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lux_GUI/MainWindow.xaml.cs b/Lux_GUI/MainWindow.xaml.cs index 4dfdc2d..4852679 100644 --- a/Lux_GUI/MainWindow.xaml.cs +++ b/Lux_GUI/MainWindow.xaml.cs @@ -41,7 +41,7 @@ public MainWindow() public ObservableCollection Streams { get; } = new ObservableCollection(); - public string DownloadUrl { get; set; } = "https://www.bilibili.com/video/BV19D4y167sn/?spm_id_from=autoNext&vd_source=a9186f67cdf0c7ac1cc2d4f552d4dada"; + public string DownloadUrl { get; set; } public bool CanParser { get; set; } = true;