Fix vodPlayUrl trans

main
FongMi 4 years ago
parent 530e3a73af
commit 33049b7328
  1. 2
      app/src/main/java/com/github/catvod/bean/Vod.java
  2. 2
      jar/custom_spider.jar.md5

@ -87,7 +87,7 @@ public class Vod {
}
public void setVodPlayUrl(String vodPlayUrl) {
this.vodPlayUrl = vodPlayUrl;
this.vodPlayUrl = Trans.get(vodPlayUrl);
}
public void setVodTag(String vodTag) {

@ -1 +1 @@
7051ed03b13cdcdd5014781e8d54d384
eee007ae41ef82c0919aad09f2a2a6c2

Loading…
Cancel
Save