Module: Delicious
- Defined in:
- lib/delicious.rb
Overview
- Author
-
Thiago Bueno Silva ([email protected])
- License
-
Distributes under the same terms as Ruby
Defined Under Namespace
Classes: Collector, Link, Person, Tag
Constant Summary collapse
- FRESH =
Possible types of lists
0
- POPULAR =
1
- RECENT =
2
- SEARCH =
3
- BASE_URL =
'http://del.icio.us'
- POPULAR_URL =
BASE_URL+'/popular'
- HOT_LIST_URL =
BASE_URL+'/?view=hotlist'
- RECENT_URL =
BASE_URL+'/recent'
- SEARCH_URL =
BASE_URL+'/search?context=all&p='
- FRESH_QUERY =
POPULAR_QUERY = "//ul[@id='bookmarklist']/li/div"
- SEARCH_QUERY =
"//div/[@id='bd']/div[@id='yui-main']/div[@id='content']/ul/li/div"