NAME

Plagger::Plugin::CustomFeed::YouTube - Get YouTube search result or rss

SYNOPSIS

- module: CustomFeed::YouTube
  config:
    query: Twenty Four
    sort: video_date_uploaded
    page: 5

DESCRIPTION

This plugin fetches the result of YouTube search or the rss of a specified tag.

CONFIG

query

Specify search query.

sort

Set sort condition. Available condisions are below. Default is video_date_uploaded.

relevance
video_date_uploaded
video_view_count
video_avg_rating
page

Number of pages of search result you get. Default is 1.

AUTHOR

Gosuke Miyashita

SEE ALSO

Plagger