root/config/plagger/hsbt/config.youtube.yaml

Revision 22068, 1.1 kB (checked in by hsbt, 4 weeks ago)

using Crypt::Pit, and tiny change.

Line 
1global:
2  plugin_path:
3    - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin
4  assets_path: /home/hsbt/misc/plagger/assets
5  log:
6    level: debug
7  cache:
8    base: /home/hsbt/plagger
9  timezone: Asia/Tokyo
10
11plugins:
12  - module: Subscription::Config
13    config:
14      feed:
15        - url: http://www.youtube.com/results?search_query=大泉洋
16
17  - module: Filter::Rule
18    rule:
19      - expression: $args->{entry}->{date} = undef; 1
20      - module: Deduped
21        path: /home/hsbt/plagger/cache_rule/youtube.ooizumi.cache
22
23  - module: Filter::EntryFullText
24
25  - module: Filter::FindEnclosures
26
27  - module: Filter::HEADEnclosureMetadata
28
29  - module: Filter::FetchEnclosure
30    config:
31      dir: /home/hsbt/plagger/cache/youtube
32
33  - module: Filter::FFmpeg
34    config:
35      dir: /home/hsbt/public_html/plagger/enclosures
36      device: ipod
37      ext: mp4
38      encoding: utf8
39
40  - module: Filter::RewriteEnclosureURL
41    config:
42      rewrite:
43        - local: /home/hsbt/public_html
44          url:   http://vmware/~hsbt
45
46  - module: Publish::Feed
47    config:
48      format: RSS
49      dir: /home/hsbt/public_html/plagger
50      filename: youtube.ooizumi.xml
Note: See TracBrowser for help on using the browser.