fixed one character typo in ENDPOINTS constants for scraping raw paste metadata
This commit is contained in:
parent
ce9626655a
commit
d713b509d2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Pastebinner
|
|||
:raw => '/api_raw.php',
|
||||
:scraping => '/api_scraping.php',
|
||||
:scrape_item => '/api_scrape_item.php',
|
||||
:srape_item_meta => '/api_scrape_item_meta.php' }
|
||||
:scrape_item_meta => '/api_scrape_item_meta.php' }
|
||||
|
||||
# basic example hash for creating a paste:
|
||||
# params = { 'api_dev_key': @api_dev_key, 'api_option': 'paste'. 'api_paste_code': paste_data}
|
||||
|
|
Loading…
Add table
Reference in a new issue