diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-23 14:38:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-23 14:38:49 -0400 |
| commit | 63937d680a30158a1910245790dd64e0cdb81aa9 (patch) | |
| tree | 46e170c8412bad6333c035c8efea89d3d73767ac /OpenSubtitlesHandler | |
| parent | 9807448fce0bba3b1aaf9fcb249efc5efe7b3146 (diff) | |
| parent | 02a325f77be4e24f3636c29ef69f437221505b1b (diff) | |
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
Diffstat (limited to 'OpenSubtitlesHandler')
| -rw-r--r-- | OpenSubtitlesHandler/Utilities.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSubtitlesHandler/Utilities.cs b/OpenSubtitlesHandler/Utilities.cs index 2ae116521b..d26c76b7cb 100644 --- a/OpenSubtitlesHandler/Utilities.cs +++ b/OpenSubtitlesHandler/Utilities.cs @@ -32,7 +32,7 @@ namespace OpenSubtitlesHandler /// </summary> public sealed class Utilities { - private const string XML_RPC_SERVER = "http://api.opensubtitles.org/xml-rpc"; + private const string XML_RPC_SERVER = "https://api.opensubtitles.org/xml-rpc"; /// <summary> /// Compute movie hash @@ -195,7 +195,7 @@ namespace OpenSubtitlesHandler RequestContentBytes = request, RequestContentType = "text/xml", UserAgent = userAgent, - Host = "api.opensubtitles.org:80", + Host = "api.opensubtitles.org:443", Url = XML_RPC_SERVER, // Response parsing will fail with this enabled |
