Commit 7bb15b15 by yangchen

测试

parent fc02384b
......@@ -25,8 +25,7 @@ public class MediaSelfSource {
public static void main(String[] args) {
ProxyFactory.init("zookeeper://192.168.0.36:2181","local",GroupType.PROVIDER);
List<String> urlList = new ArrayList<>();
urlList.add("http://yugang.blogchina.com/713055888.html");
urlList.add("https://item.btime.com/m_9bf5d805a257ddc87");
urlList.add("https://www.itouchtv.cn/article/8212be3f0e2898c4064df4158a12d9b0");
List<MediaSelfSourceBean> u = MediaSelfSource.getMediaSelfSource(urlList);
for(MediaSelfSourceBean b : u) {
System.out.println(b.toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment