Fix vodPlayUrl trans

pull/69/head
FongMi 4 years ago
parent 4c5a262ba2
commit bfc6bef0af
  1. 2
      app/src/main/java/com/github/catvod/bean/Vod.java
  2. BIN
      jar/custom_spider.jar
  3. 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) {

Binary file not shown.

@ -1 +1 @@
7051ed03b13cdcdd5014781e8d54d384
eee007ae41ef82c0919aad09f2a2a6c2

Loading…
Cancel
Save