Created
January 20, 2009 07:09
-
-
Save fuba/49376 to your computer and use it in GitHub Desktop.
please fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins: | |
- module: Subscription::Config | |
config: | |
feed: | |
- url: http://twitter.com/fuba | |
meta: | |
follow_xpath: //span[contains(@class, 'entry-content')]/a | |
- module: CustomFeed::Simple | |
- module: Filter::TruePermalink | |
- module: Filter::Rule | |
rule: | |
module: Expression | |
expression: $args->{entry}->link !~ /twitter\.com/ | |
- module: Filter::Rule | |
rule: | |
module: Expression | |
expression: $args->{entry}->{link} = $args->{entry}->{permalink} | |
- module: Filter::Rule | |
rule: | |
module: Deduped | |
path: /Users/ec/memo/twitter.db | |
- module: Publish::HatenaBookmark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment