NAME
Bing::Search::Source::Video - Video search with Bing
METHODS
Market
,Version
,Adult
,Options
, andsetOptions
-
See Bing::Search for documentation of these common attributes.
Video_Offset
and Video_Count
The default value for Video_Count
is 10, with a possible range of 1 to 50.
The sum of Video_Offset
and Video_Count
may not exceed 1,000.
Video_Filter
-
Contains an arrayref of filters. Don't fiddle with tis. Use
Video_setFilter
instead. Video_setFilter
-
Provide the name of a filter, optionally with a
+
to add it. Prepend a-
to instead remove the filter.A list of filters is available here: http://msdn.microsoft.com/en-us/library/dd560956.aspx.
Video_SortBy
-
Sort the results. Valid options are Date or Relevance.
AUTHOR
Dave Houston " dhouston@cpan.org ", 2010
LICENSE
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 33:
You forgot a '=back' before '=head1'
- Around line 39:
'=item' outside of any '=over'
- Around line 59:
L<> starts or ends with whitespace