|
@@ -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)")
|