|
Script Summary:
This script gets contents of reading item on Google Reader. You must set up SITE_INFO in source code. Version: 0.71 |
this script has 4 topics, 30 posts |
This script has no reviews. |
This script gets contents of reading item on Google Reader.You must set up SITE_INFO in source code.
/** SITE_INFO example **/
/************************************************/
url: 'Regular Expression of Blog or Feed URL',
xpath: 'xpath of contents'
charset: 'Shift_JIS' // optional
// multi part xpath
url: 'Regular Expression of Blog or Feed URL',
xpath: ['xpath of contents', 'more contents'],
charset: 'Shift_JIS' // optional
/************************************************/If the domain of feed is different from blog domain, you must write both in SITE_INFO.
For example,
url: 'http://(rssblog.ameba.jp|ameblo.jp)/',
※ 右手だけで使いたいときは「i」とかにキーを割り当てたほうがいいのかも。





