Changeset 1543
- Timestamp:
- 05/27/09 23:53:02 (6 months ago)
- Location:
- trunk/ActionStreams/plugins/ActionStreams
- Files:
-
- 2 modified
-
services.yaml (modified) (12 diffs)
-
streams.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ActionStreams/plugins/ActionStreams/services.yaml
r1489 r1543 41 41 name: Dodgeball 42 42 url: http://www.dodgeball.com/user?uid={{ident}} 43 deprecated: 1 43 44 dogster: 44 45 name: Dogster … … 53 54 ident_example: 12345 54 55 service_type: network 55 ident_hint: You can find your Facebook user id within your profile URL. For example, http://www.facebook.com/profile.php?id=24400320.56 ident_hint: You can find your Facebook user ID in your profile URL. For example: http://www.facebook.com/profile.php?id=12345 56 57 ffffound: 57 58 name: FFFFOUND! … … 63 64 ident_example: 36381329@N00 64 65 service_type: photos 65 ident_hint: Enter your Flickr user id which contains "@" in it, e.g. 36381329@N00. Flickr userid is NOT the username in the URL of your photostream.66 ident_hint: Enter your Flickr user ID that has a "@" in it. Your Flickr user ID is NOT the username in the URL of your photo stream. 66 67 friendfeed: 67 68 name: FriendFeed … … 76 77 ident_label: User ID 77 78 ident_example: 12345 78 ident_hint: You can find your Goodreads user id within your profile URL. For example, http://www.goodreads.com/user/show/123456.79 ident_hint: You can find your Goodreads user ID in your profile URL. For example: http://www.goodreads.com/user/show/12345 79 80 googlereader: 80 81 name: Google Reader … … 104 105 url: http://iminta.com/people/{{ident}} 105 106 istockphoto: 106 name: iStock Photo107 name: iStockphoto 107 108 url: http://www.istockphoto.com/user_view.php?id={{ident}} 108 109 ident_label: User ID 109 110 ident_example: 123456 110 ident_hint: You can find your i stockphoto userid within your profile URL. For example, http://www.istockphoto.com/user_view.php?id=1234567.111 ident_hint: You can find your iStockphoto user ID in your profile URL. For example: http://www.istockphoto.com/user_view.php?id=123456 111 112 iusethis: 112 113 name: IUseThis … … 149 150 url: http://ma.gnolia.com/people/{{ident}} 150 151 service_type: links 152 deprecated: 1 151 153 mog: 152 154 name: MOG … … 194 196 ident_example: 1234567890123456789 195 197 service_type: network 196 ident_hint: You can find your orkut uid within your profile URL. For example,http://www.orkut.com/Main#Profile.aspx?rl=ls&uid=1234567890123456789198 ident_hint: You can find your Orkut user ID in your profile URL. For example: http://www.orkut.com/Main#Profile.aspx?rl=ls&uid=1234567890123456789 197 199 pandora: 198 200 name: Pandora … … 204 206 service_type: photos 205 207 p0pulist: 206 name: p0p ulist207 url: http://p0p ulist.com/list/hot_list/{{ident}}208 ident_label: User ID 209 ident_example: 12345 210 ident_hint: You can find your p0p ulist user id within your Hot List URL. for example, http://p0pulist.com/list/hot_list/10000208 name: p0p 209 url: http://p0p.com/list/hot_list/{{ident}} 210 ident_label: User ID 211 ident_example: 12345 212 ident_hint: You can find your p0p user ID in your Hot List URL. For example: http://p0pulist.com/list/hot_list/12345 211 213 pownce: 212 214 name: Pownce … … 233 235 ident_label: User ID 234 236 ident_example: 12345 235 ident_hint: You can find your SonicLiving user id within your share&subscribe URL. For example,http://sonicliving.com/user/12345/feeds237 ident_hint: You can find your SonicLiving user ID in your Share & Subscribe URL. For example: http://sonicliving.com/user/12345/feeds 236 238 steam: 237 239 name: Steam … … 251 253 service_type: network 252 254 ident_label: User ID 253 ident_hint: You can find your tribe userid within your profile URL. For example, http://people.tribe.net/dcdc61ed-696a-40b5-80c1-e9a9809a726a. 255 ident_example: dcdc61ed-696a-40b5-80c1-e9a9809a726a 256 ident_hint: You can find your Tribe user ID in your profile URL. For example: http://people.tribe.net/dcdc61ed-696a-40b5-80c1-e9a9809a726a 254 257 tumblr: 255 258 name: Tumblr … … 270 273 uncrate: 271 274 name: Uncrate 272 url: http:// uncrate.com/stuff/{{ident}}275 url: http://www.uncrate.com/stuff/{{ident}} 273 276 upcoming: 274 277 name: Upcoming … … 289 292 service_type: network 290 293 ident_label: User ID 291 ident_hint: You can find your VIRB userid within your home URL. For example, http://www.virb.com/backend/2756504321310091/your_home. 294 ident_example: 2756504321310091 295 ident_hint: You can find your Virb user ID in your home URL. For example: http://www.virb.com/backend/2756504321310091/your_home 292 296 vox: 293 297 name: Vox -
trunk/ActionStreams/plugins/ActionStreams/streams.yaml
r1522 r1543 653 653 - url 654 654 - title 655 url: 'http://p0p ulist.com/list/hot_list/{{ident}}.rss'655 url: 'http://p0p.com/list/hot_list/{{ident}}.rss' 656 656 rss: 657 657 thumbnail: image/url … … 839 839 - url 840 840 - title 841 url: 'http:// uncrate.com/stuff/{{ident}}'841 url: 'http://www.uncrate.com/stuff/{{ident}}' 842 842 identifier: url 843 843 scraper: 844 foreach: '# widgeth2'844 foreach: '#profile-recent-actions h2' 845 845 get: 846 846 title:
