mod: av替换为bv

This commit is contained in:
guozhigq
2023-06-22 16:15:20 +08:00
parent 4e47281e7d
commit 28e7980c47
17 changed files with 98 additions and 71 deletions

View File

@ -76,6 +76,7 @@ class SearchVideoItemModel {
cid = json['id'];
arcurl = json['arcurl'];
aid = json['aid'];
bvid = json['bvid'];
title = json['title'].replaceAll(RegExp(r'<.*?>'), '');
description = json['description'];
pic = 'https:${json['pic']}';