-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetPath.java
More file actions
31 lines (26 loc) · 1.22 KB
/
NetPath.java
File metadata and controls
31 lines (26 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package com.cat.multi.net;
/**
* Created by cat on 2018/1/28.
* 下载路径
*/
public interface NetPath {
/**
* 别人的
*/
String urlPath0 = "https://201712mp4.89soso.com/20171205/9/1/xml/91_1b99a5d6c21a43d3ee8706786d4a9a19.mp4";
/**
* 平时一本正经
*/
String urlPath1 = "https://201712mp4.89soso.com/20171205/20/1/xml/91_b920c4d53b874149d6c03b71e6437427.mp4";
/**
* 喝酒
*/
String urlPath2 = "https://201712mp4.89soso.com/20171205/10/1/xml/91_a2f11e7a95d94f5b81a226a1f9c7676f.mp4";
String urlPath3 = "https://2017mp4.14popo.com/e/20170814/9/1/xml/91_a64037f9a7864122fd03f85786900568.mp4";
String urlPath4 = "https://2017mp4.14popo.com/e/20170814/15/1/xml/91_e4e98971a5f74cd0a3784d26fd55ec17.mp4";
String urlPath5 = "https://201712mp4.89soso.com/20171205/22/1/xml/91_7557e980ec674b73cc717210e3314668.mp4";
String urlPath6 = "https://2017mp4.54popo.com/e/20171109/1/1/xml/91_822da8ed0e5347a4df2d998d19eb9c28.mp4";
String urlPath7 = "https://www.4466cb.com/html/vodplay/?id=1684&j=1&hd=2";
String urlPath8 = "https://www.4466cb.com/html/vodplay/?id=1569&j=1&hd=2";
String urlPath9 = "http://video.jiagew762.com:8091/20180126/HGxrnThs/index.m3u8";
}