yemingfeng 4 months ago
parent
commit
16dbcdd7d3

File diff suppressed because it is too large
+ 0 - 0
js/pornhub.bundle.js


File diff suppressed because it is too large
+ 0 - 0
js/tiktok.bundle.js


File diff suppressed because it is too large
+ 0 - 0
js/xvideos.bundle.js


File diff suppressed because it is too large
+ 0 - 0
js/youtube.bundle.js


+ 1 - 1
js/youtube/index.html

@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <title>JavaScript in Browser</title>
-    <script src="youtubev1.js"></script>
+    <script src="youtubev2.js"></script>
     <script src="test.js"></script>
 </head>
 </html>

+ 2 - 5
js/youtube/youtubev1.js

@@ -180,10 +180,6 @@ detail = async (url, requestId, platform) => {
             const apiResp = await request('POST', apiUrl, JSON.stringify({
                 "context": {
                     "client": {
-                        "clientName": "IOS",
-                        "clientVersion": "19.29.1",
-                        "deviceMake": "Apple",
-                        "deviceModel": "iPhone16,2",
                         "hl": "en",
                         "osName": "iPhone",
                         "osVersion": "17.5.1.21F90",
@@ -192,7 +188,8 @@ detail = async (url, requestId, platform) => {
                         "gl": "US",
                         "utcOffsetMinutes": 0
                     }
-                }, "videoId": url.replace('https://www.youtube.com/watch?v=', '')
+                },
+                "videoId": url.replace('https://www.youtube.com/watch?v=', '')
             }), {
                 'Host': 'www.youtube.com',
                 'Connection': 'keep-alive',

+ 2 - 5
js/youtube/youtubev2.js

@@ -162,10 +162,6 @@ detail = async (url, requestId, platform) => {
             const apiResp = await request('POST', apiUrl, JSON.stringify({
                 "context": {
                     "client": {
-                        "clientName": "IOS",
-                        "clientVersion": "19.29.1",
-                        "deviceMake": "Apple",
-                        "deviceModel": "iPhone16,2",
                         "hl": "en",
                         "osName": "iPhone",
                         "osVersion": "17.5.1.21F90",
@@ -174,7 +170,8 @@ detail = async (url, requestId, platform) => {
                         "gl": "US",
                         "utcOffsetMinutes": 0
                     }
-                }, "videoId": url.replace('https://www.youtube.com/watch?v=', ''), "params": "CgIQBg"
+                },
+                "videoId": url.replace('https://www.youtube.com/watch?v=', '')
             }), {
                 'Host': 'www.youtube.com',
                 'Connection': 'keep-alive',

Some files were not shown because too many files changed in this diff