aboutsummaryrefslogtreecommitdiffstats
path: root/lib/WWW/FairViewer/Search.pm
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-11-09 16:21:42 -0500
committerJesús <heckyel@hyperbola.info>2020-11-09 16:21:42 -0500
commitdbf55fce0e37447df68d9a69d21bc5c5bbe97992 (patch)
tree86cc088e0547004710af359c4366081f3f744b84 /lib/WWW/FairViewer/Search.pm
parent9838963cf2aab02241a37cee7d305025dc694d90 (diff)
downloadfair-viewer-dbf55fce0e37447df68d9a69d21bc5c5bbe97992.tar.lz
fair-viewer-dbf55fce0e37447df68d9a69d21bc5c5bbe97992.tar.xz
fair-viewer-dbf55fce0e37447df68d9a69d21bc5c5bbe97992.zip
Update from upstream
- Documented the configuration options in `man fair-viewer`. - Fixed the `--page=i` option. - Added the `--dimension=3d` option. - Added the `--license=creative_commons` option. - Some code clean-up.
Diffstat (limited to 'lib/WWW/FairViewer/Search.pm')
-rw-r--r--lib/WWW/FairViewer/Search.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/WWW/FairViewer/Search.pm b/lib/WWW/FairViewer/Search.pm
index 69ae560..7242637 100644
--- a/lib/WWW/FairViewer/Search.pm
+++ b/lib/WWW/FairViewer/Search.pm
@@ -50,11 +50,11 @@ sub _make_search_url {
return $self->_make_feed_url(
'search',
- region => $self->get_region,
- sort_by => $self->get_order,
- date => $self->get_date,
- pageToken => $self->page_token,
- duration => $self->get_videoDuration,
+ region => $self->get_region,
+ sort_by => $self->get_order,
+ date => $self->get_date,
+ page => $self->page_token,
+ duration => $self->get_videoDuration,
(@features ? (features => join(',', @features)) : ()),