# File lib/nicovideo/videopage.rb, line 67 def low? @params ||= get_params return true if CGI.unescape(@params['url']) =~ /low$/ return false end