Skip to content

Commit

Permalink
删除测试用URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lim committed Sep 22, 2022
1 parent 9505e0d commit 588c856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lux_GUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public MainWindow()

public ObservableCollection<StreamInfo> Streams { get; } = new ObservableCollection<StreamInfo>();

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;

Expand Down

0 comments on commit 588c856

Please sign in to comment.