mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-16 14:25:02 -05:00
* use https for all requests (including login)
This commit is contained in:
parent
c7925f9b50
commit
955547dcd8
@ -331,9 +331,8 @@ public class OpenSubtitlesXmlRpc {
|
|||||||
|
|
||||||
protected URL getXmlRpcUrl() {
|
protected URL getXmlRpcUrl() {
|
||||||
try {
|
try {
|
||||||
return new URL("http://api.opensubtitles.org/xml-rpc");
|
return new URL("https://api.opensubtitles.org/xml-rpc");
|
||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
// will never happen
|
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user