# File lib/nicovideo/newarrival.rb, line 29
    def url
      opt = '?page=' + @pagenum.to_s if @pagenum
      "#{BASE_URL}/newarrival#{opt}"
    end