diff options
Diffstat (limited to 'lib/WWW/FairViewer/CommentThreads.pm')
-rw-r--r-- | lib/WWW/FairViewer/CommentThreads.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/WWW/FairViewer/CommentThreads.pm b/lib/WWW/FairViewer/CommentThreads.pm index 094ebd7..760756e 100644 --- a/lib/WWW/FairViewer/CommentThreads.pm +++ b/lib/WWW/FairViewer/CommentThreads.pm @@ -36,11 +36,7 @@ Retrieve comments from a video ID. sub comments_from_video_id { my ($self, $video_id) = @_; - $self->_get_results( - $self->_make_feed_url("comments/$video_id", - sort_by => $self->get_comments_order, - ), - ); + $self->_get_results($self->_make_feed_url("comments/$video_id", sort_by => $self->get_comments_order)); } =head2 comment_to_video_id($comment, $videoID) |