diff --git a/lib/pastebinner.rb b/lib/pastebinner.rb index 25e5e3c..dc70dcc 100755 --- a/lib/pastebinner.rb +++ b/lib/pastebinner.rb @@ -124,6 +124,7 @@ class Pastebinner response = RestClient::Request.execute( method: :get, url: @scraping_api_url + ENDPOINTS[:scrape_item_meta] + "?i=#{unique_paste_key}") + response end ##### PREPARING THE PASTES FOR SERIALIZATION FOR ES CONFORMING TO PER INDEX SEARCHING