mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
Merge pull request #242 from NLick47/gx_0
feat: 在视频解析页面中,新增支持视频av或bv号搜索
This commit is contained in:
@@ -610,7 +610,8 @@ public class ViewVideoDetailViewModel : ViewModelBase
|
||||
if (_infoService == null || refresh)
|
||||
{
|
||||
// 视频
|
||||
if (ParseEntrance.IsAvUrl(input) || ParseEntrance.IsBvUrl(input))
|
||||
if (ParseEntrance.IsAvUrl(input) || ParseEntrance.IsBvUrl(input)
|
||||
|| ParseEntrance.IsAvId(input) || ParseEntrance.IsBvId(input))
|
||||
{
|
||||
_infoService = new VideoInfoService(input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user