Guest User

Untitled

a guest
Jun 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. il = ItemSearch.new( 'Music', { 'Artist' => artist_title,
  2. 'Title' => album_name } )
  3. rg = ResponseGroup.new( 'Large' )
  4.  
  5. req = Request.new(AMAZON_KEY_ID, AMAZON_ASSOCIATES_ID, 'de')
  6. resp = req.search( il, rg, 5)
  7.  
  8. il = ItemSearch.new( 'Music', { 'Artist'=>'The Smiths', 'Title'=>'Hatful' })
Add Comment
Please, Sign In to add comment