• Stars
    star
    59
  • Rank 499,742 (Top 11 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

这是一个Android端对网页内的图片/视频进行探测的一个小应用,目前可用于Tumblr的资源下载。但通过自己编写资源探测脚本,可以支持任意网页的资源嗅探工作。原理比较简单,通过WebView加载页面和页面内合适的iframe子页面,通过注入js检测页面的资源并回调到java下载。This is a simple tool to download video and pics from urls in android phone. The tools is designed for downloading tumblr video and pics at the beginning, but it can also be used to detect other website when we specify a *.js file for detecting.