OSDN Git Service

img.azyobuzi.net のミラーサイトを追加
authorKimura Youichi <kim.upsilon@bucyou.net>
Sat, 19 Jan 2013 06:02:50 +0000 (15:02 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 19 Jan 2013 11:21:07 +0000 (20:21 +0900)
https://ss1.coressl.jp/img.azyobuzi.net/api/ を追加。
SSLが使えるので優先して利用する。

OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs

index 402a6b0..b256f4d 100644 (file)
@@ -33,7 +33,11 @@ namespace OpenTween.Thumbnail.Services
 {
     class ImgAzyobuziNet : IThumbnailService, IDisposable
     {
-        protected string[] ApiHosts = { "http://img.azyobuzi.net/api/", "http://img.opentween.org/api/" };
+        protected string[] ApiHosts = {
+            "https://ss1.coressl.jp/img.azyobuzi.net/api/",
+            "http://img.azyobuzi.net/api/",
+            "http://img.opentween.org/api/",
+        };
 
         protected string ApiBase;
         protected IEnumerable<Regex> UrlRegex = new Regex[] {};