Ben 9 月之前
父节点
当前提交
91c642109f
共有 7 个文件被更改,包括 6 次插入6 次删除
  1. 0 0
      js/pornhub.bundle.js
  2. 3 3
      js/pornhub/main.swift
  3. 1 1
      js/pornhub/pornhub.js
  4. 0 0
      js/tiktok.bundle.js
  5. 0 0
      js/xvideos.bundle.js
  6. 2 2
      js/xvideos/xvideos.js
  7. 0 0
      js/youtube.bundle.js

文件差异内容过多而无法显示
+ 0 - 0
js/pornhub.bundle.js


+ 3 - 3
js/pornhub/main.swift

@@ -138,8 +138,8 @@ func testSearch(keyword: String, ctx: JSContext) -> Void {
 
 let ctx = createJSContext()
 
-let remote = "https://d3crpuooyqht8f.cloudfront.net/e76b32a6-42a0-4682-a30c-0b5c2d75e5b9"
-let local = "file:///Users/ben/Desktop/app/be/be-ytb/js/bundle.js"
+let remote = "https://d3crpuooyqht8f.cloudfront.net/6de28ee5-042d-4088-8768-e9fad7076a05"
+//let local = "file:///Users/ben/Desktop/app/be/be-ytb/js/bundle.js"
 
 if let url = URL(string: remote) {
     downloadJSFile(url: url) { result in
@@ -147,7 +147,7 @@ if let url = URL(string: remote) {
         case .success(let jsString):
             print("下载远程JS成功")
             ctx.evaluateScript(jsString)
-            testDetail(url: "https://www.youtube.com/watch?v=JByDbPn6A1o", ctx: ctx)
+            testDetail(url: "https://cn.pornhub.com/view_video.php?viewkey=63ddbaeb0cd32", ctx: ctx)
 //            testSearch(keyword: "周杰伦", ctx: ctx)
         case .failure(let error):
             print("Download Error: \(error)")

+ 1 - 1
js/pornhub/pornhub.js

@@ -59,7 +59,7 @@ detail = async (url, platform) => {
         const formats = [];
         for (const item of mediaDefinitions) {
             const format = {
-                'videoUrl': item['videoUrl'],
+                'url': item['videoUrl'],
                 'format': item["format"],
                 "quality": item["quality"],
             }

文件差异内容过多而无法显示
+ 0 - 0
js/tiktok.bundle.js


文件差异内容过多而无法显示
+ 0 - 0
js/xvideos.bundle.js


+ 2 - 2
js/xvideos/xvideos.js

@@ -49,11 +49,11 @@ detail = async (url, platform) => {
         const formats = [];
         formats.push({
             "url": html.match(/html5player.setVideoUrlLow\('(.*)'\);/)[1],
-            "quality": "low"
+            "quality": "240"
         })
         formats.push({
             "url": html.match(/html5player.setVideoUrlHigh\('(.*)'\);/)[1],
-            "quality": "high"
+            "quality": "1080"
         })
 
         const videoDetails = {

文件差异内容过多而无法显示
+ 0 - 0
js/youtube.bundle.js


部分文件因为文件数量过多而无法显示