Changes between Version 1 and Version 2 of Dev/nicovideo
- Timestamp:
- Mar 15, 2013 5:52:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/nicovideo
v1 v2 50 50 }}} 51 51 52 * http://ext.nicovideo.jp/api/getthumbinfo/sm1 削除動画 52 == 削除動画 == 53 * http://ext.nicovideo.jp/api/getthumbinfo/sm1 53 54 {{{#!xml 54 55 <?xml version="1.0" encoding="UTF-8"?> … … 60 61 </nicovideo_thumb_response> 61 62 }}} 63 64 == 配信終了 == 65 * http://ext.nicovideo.jp/api/getthumbinfo/so19903664 / http://ext.nicovideo.jp/api/getthumbinfo/1358994418 66 {{{#!xml 67 <?xml version="1.0" encoding="UTF-8"?> 68 <nicovideo_thumb_response status="fail"> 69 <error> 70 <code>NOT_FOUND</code> 71 <description>not found or invalid</description> 72 </error> 73 </nicovideo_thumb_response> 74 }}}