我正在为Minecraft mods制作一个包管理实用程序,其中很多都是 使用MediaFire分发。我希望能够直接下载mod文件 主人MediaFire。我尝试在页面源代码中进行浏览,但我不知道足够的HTML或Javascript是否有用。如果给出下载页面的URL,我将如何从MediaFire下载文件?
答案 0 :(得分:1)
它以阅读MediaFire Acceptable Use Policy
开始和结束您同意在使用MediaFire服务时,您可能不会:
使用 为任何非法目的提供服务;
使用任何机器人,蜘蛛,网站搜索和/或检索应用程序,或 用于检索或索引服务的任何部分的其他设备 公共搜索引擎除外;
答案 1 :(得分:0)
我知道它已经2年了,但必须这样做 这是代码。
以下代码需要 selenium 和 phantomjs
<div>
<input name="select-customer" type="radio">btn 1
<input name="select-customer" type="radio">btn 2
</div>
<div>
<input type="checkbox" name="choice-selection">Choice 1
<input type="checkbox" name="choice-selection">Choice 2
<input type="checkbox" name="choice-selection">Choice 3
<input type="checkbox" name="choice-selection">Choice 4
</div>
<button class="disable">Button</button>