# File lib/twitter/client/search.rb, line 38
      def videos(q, options={})
        get("/i/search/video_facets.json", options.merge(:q => q), :phoenix => true).map do |status|
          Twitter::Status.new(status)
        end
      end