mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 12:07:11 +08:00
opt view fav
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -59,8 +59,8 @@ class FavDetailItemData extends BaseVideoItemModel with MultiSelectData {
|
||||
}
|
||||
}
|
||||
|
||||
static final _digitRegExp = RegExp(r'\d+');
|
||||
String resolveEpId(String url) => _digitRegExp.firstMatch(url)!.group(0)!;
|
||||
static final _digitRegExp = RegExp(r'ep(\d+)');
|
||||
String? resolveEpId(String url) => _digitRegExp.firstMatch(url)?.group(1);
|
||||
}
|
||||
|
||||
class Ogv {
|
||||
|
||||
Reference in New Issue
Block a user