-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.新增vip播放接口网络爬取的方式
- Loading branch information
liyiwei
committed
Sep 6, 2018
1 parent
b877886
commit 1657b53
Showing
38 changed files
with
1,358 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+366 KB
...tbs_sdk_thirdapp_v3.6.0.1325_43613_sharewithdownload_withoutGame_obfs_20180807_151115.jar
Binary file not shown.
57 changes: 57 additions & 0 deletions
57
app/schemas/group.tonight.vipvideohelper.dao.AppRoomDatabase/1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"formatVersion": 1, | ||
"database": { | ||
"version": 1, | ||
"identityHash": "7726c27f3d7a40caf099b770ba58e8d4", | ||
"entities": [ | ||
{ | ||
"tableName": "VipApiUrl", | ||
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `url` TEXT, `status` INTEGER NOT NULL, `createTime` INTEGER NOT NULL, `updateTime` INTEGER NOT NULL)", | ||
"fields": [ | ||
{ | ||
"fieldPath": "id", | ||
"columnName": "id", | ||
"affinity": "INTEGER", | ||
"notNull": true | ||
}, | ||
{ | ||
"fieldPath": "url", | ||
"columnName": "url", | ||
"affinity": "TEXT", | ||
"notNull": false | ||
}, | ||
{ | ||
"fieldPath": "status", | ||
"columnName": "status", | ||
"affinity": "INTEGER", | ||
"notNull": true | ||
}, | ||
{ | ||
"fieldPath": "createTime", | ||
"columnName": "createTime", | ||
"affinity": "INTEGER", | ||
"notNull": true | ||
}, | ||
{ | ||
"fieldPath": "updateTime", | ||
"columnName": "updateTime", | ||
"affinity": "INTEGER", | ||
"notNull": true | ||
} | ||
], | ||
"primaryKey": { | ||
"columnNames": [ | ||
"id" | ||
], | ||
"autoGenerate": true | ||
}, | ||
"indices": [], | ||
"foreignKeys": [] | ||
} | ||
], | ||
"setupQueries": [ | ||
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", | ||
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"7726c27f3d7a40caf099b770ba58e8d4\")" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,maximun-scale=1,mininum-scsle=1,user-scale=1"> | ||
<title>file chooser</title> | ||
<style> | ||
.filechooser{ | ||
width:95%; | ||
height: 50px; | ||
-webkit-background-clip: border-box; | ||
|
||
} | ||
</style> | ||
<script > | ||
var display=function (){ | ||
var path=document.getElementById("file_chooser").textContent; | ||
document.getElementById("filechooser_display").innerHTML("<b>"+path+"</b>"); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<ul class="listview"> | ||
<li class="listviewItem"> | ||
<fieldset class="itemset"> | ||
<input class="filechooser" id="file_chooser" type="file" placeholder="file path" onchange="display()" oninput="display()"><br> | ||
<p id="filechooser_display"></p> | ||
<div class="line_black"></div> | ||
|
||
</fieldset> | ||
</li> | ||
|
||
</ul> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, maximum-scale=1, minimum-scale=1, user-scale=1"> | ||
<title></title> | ||
<style type="text/css" rel="stylesheet"> | ||
.line{ | ||
width:100%; | ||
background: #000000; | ||
height: 1px; | ||
margin-top: 5px; | ||
margin-bottom: 5px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<video style="width:100%; height: auto;" controls> | ||
<source src=http://125.64.133.74/data9/userfiles/video02/2014/12/11/2796948-280-068-1452.mp4 > | ||
</video> | ||
<div style="width:100%;height: 25px;"></div> | ||
<button onclick="click_x5()" style="width:50%;height: 50px; float: left"> x5模式全屏</button> | ||
<button onclick="click_normal()" style="width:50%;height: 50px;"> 普通模式全屏</button> | ||
<div class="line"></div> | ||
<button onclick="click_LiteWnd()" style="width:50%;height: 50px; float: left"> 小窗模式</button> | ||
<button onclick="click_normal()" style="width:50%;height: 50px;"> 关闭小窗模式</button> | ||
<div class="line"></div> | ||
<button onclick="click_PageVideo()" style="width:50%;height: 50px; float: left"> 页面内全屏</button> | ||
<button onclick="click_normal()" style="width:50%;height: 50px;"> 关闭页面内全屏</button> | ||
</body> | ||
|
||
|
||
<script type="text/javascript" > | ||
function click_x5 (){ | ||
Android.onX5ButtonClicked(); | ||
location.reload(false); | ||
|
||
} | ||
function click_normal(){ | ||
Android.onCustomButtonClicked(); | ||
location.reload(false); | ||
} | ||
function click_LiteWnd(){ | ||
Android.onLiteWndButtonClicked(); | ||
location.reload(false); | ||
} | ||
function click_PageVideo(){ | ||
Android.onPageVideoClicked(); | ||
location.reload(false); | ||
} | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" context="width=device-width, maximum-scale=1, minimum-scale=0.5, user-scale=no"> | ||
<title><h2>请长按一下html元素</h2></title> | ||
<style type="text/css" rel="stylesheet"> | ||
h2,p,input{ | ||
font-size: 50px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h2>请长按一下html元素</h2><br> | ||
<p style="width:100%;">hello world!</p><br> | ||
<input style="width: 100%;" placeholder="文本编辑区" type="text"><br> | ||
<img src="image/nearly.png" style="width: 100% ; height: auto;" ><br> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<title></title> | ||
</head> | ||
<body> | ||
<h3>WebSocket 测试</h3> | ||
<p id="result"></p> | ||
</body> | ||
|
||
<script type="text/javascript"> | ||
var my_websocket = new WebSocket("ws://127.0.0.1:55555"); | ||
var result = document.getElementById("result"); | ||
|
||
if(!my_websocket){ | ||
result.innerHTML += "无法创建websocket实例<br>"; | ||
window.console.log("websocket can not be created!"); | ||
}else{ | ||
window.console.log("websocket create success!"); | ||
} | ||
|
||
my_websocket.onerror = function(){ | ||
result.innerHTML+="websocket连接失败<br>"; | ||
} | ||
my_websocket.onclose = function(){ | ||
result.innerHTML+="websocket 关闭<br>"; | ||
} | ||
|
||
my_websocket.onmessage = function(event){ | ||
result.innerHTML+="收到数据:"+event.data+" <br>"; | ||
} | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.