public PixivLike()
 {
     pixiv = new Pixiv();
     c     = new Conf();
 }
 public PixivTop50()
 {
     p = new Pixiv();
 }