Update push
This commit is contained in:
parent
0a0c2b2a24
commit
9ac695d673
|
|
@ -38,7 +38,7 @@ public class Push extends Spider {
|
||||||
vod.setVodId(url);
|
vod.setVodId(url);
|
||||||
vod.setVodPic(Image.PUSH);
|
vod.setVodPic(Image.PUSH);
|
||||||
vod.setTypeName("FongMi");
|
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 (url.contains("://") && url.contains("#")) url = url.replace("#", "***");
|
||||||
if (Util.isThunder(url)) {
|
if (Util.isThunder(url)) {
|
||||||
vod.setVodPlayUrl(url);
|
vod.setVodPlayUrl(url);
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
6e1a6ee68ebc096e7efa7fb5e9c691ed
|
9e7a987849b03ef100fbda194930949a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue