admin
2021-03-10 d98c8bd9d1d4f749bd59aa2d3e0905db28c394a6
src/main/java/com/yeshi/buwan/util/video/BiliBiliParser.java
@@ -22,7 +22,7 @@
   public static JSONObject getRequestHeader(String aid) {
      JSONObject header = new JSONObject();
      header.put("Referer", "http://www.bilibili.com/mobile/video/av" + aid + ".html");
      header.put("Referer", "http://www.bilibili.com/mobile/juhe/av" + aid + ".html");
      return header;
   }