# File lib/nicovideo/base.rb, line 96
    def get_comments video_id, num=500
      get_videopage(video_id).comments(num)
    end