Update push

This commit is contained in:
jhengazuki 2025-08-23 23:22:24 +08:00
parent 0a0c2b2a24
commit 9ac695d673
3 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public class Push extends Spider {
vod.setVodId(url);
vod.setVodPic(Image.PUSH);
vod.setTypeName("FongMi");
vod.setVodName(url.startsWith("file://") ? new File(url).getName() : url);
vod.setVodName(url.startsWith("file://") ? new File(url).getName() : "");
if (url.contains("://") && url.contains("#")) url = url.replace("#", "***");
if (Util.isThunder(url)) {
vod.setVodPlayUrl(url);

Binary file not shown.

View File

@ -1 +1 @@
6e1a6ee68ebc096e7efa7fb5e9c691ed
9e7a987849b03ef100fbda194930949a