DoctorD1501 / JAVMovieScraper

Scrape XBMC and Kodi movie metadeta and automatically rename files for Japanese Adult Videos (JAV), American Adult DVDs, and American Adult Webcontent
GNU General Public License v2.0
748 stars 162 forks source link

是否可以添加代理功能? Is it possible to add proxy functionality? #316

Closed hiair2323 closed 3 years ago

hiair2323 commented 4 years ago

是否可以添加代理功能?因为我的网络需要vpn才可以打开一些网站 Is it possible to add proxy functionality? Because my network needs vpn to open some websites

willmao8 commented 4 years ago

兄弟 给你指条路 本机挂sock代理后 用Proxifier针对javaw.exe进程做代理就可以了

sn0wjin19 commented 4 years ago

不用,能有更简单的办法 java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=7890 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=7890 -jar JAVMovieScraper-v0.3.7.jar 用批处理保存运行这条就行 端口改成梯子的端口,我的这里是7890

zuko7177 commented 3 years ago

See https://github.com/DoctorD1501/JAVMovieScraper/wiki/Using-a-proxy

Wizell commented 3 years ago

This is already done.

Please see the previous message of @zuko7177