OSDN Git Service

ニコニコ動画のgetthumbinfo取得時に発生したXmlExceptionを無視
[opentween/open-tween.git] / OpenTween / Thumbnail / Services / Nicovideo.cs
index eaaa601..88542a2 100644 (file)
@@ -77,6 +77,7 @@ namespace OpenTween.Thumbnail.Services
                     IsPlayable = true,
                 };
             }
+            catch (XmlException) { }
             catch (HttpRequestException) { }
 
             return null;