OSDN Git Service

Gyazoのサムネイル表示を修正(https対応)
authorspx <spx268@gmail.com>
Sun, 9 Aug 2015 22:59:46 +0000 (07:59 +0900)
committerspx <spx268@gmail.com>
Sun, 9 Aug 2015 22:59:46 +0000 (07:59 +0900)
OpenTween/Thumbnail/ThumbnailGenerator.cs

index bdab196..dc6bd51 100644 (file)
@@ -212,7 +212,7 @@ namespace OpenTween.Thumbnail
 
                 // Gyazo
                 new MetaThumbnailService(
-                    @"^http://gyazo\.com/[a-zA-Z0-9]+",
+                    @"^https?://gyazo\.com/[a-zA-Z0-9]+",
                     new string[] { "twitter:image" }),  // og:imageはgifが静止画になる
             };
         }