We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b2661 commit 8b0984fCopy full SHA for 8b0984f
README.md
@@ -24,7 +24,7 @@ Alternatively, add `"dayrev/extractor": "^1.0"` to your composer.json file.
24
##Usage
25
```php
26
$extractor = DayRev\Extractor\Provider::instance('embedly', ['api_key' => 'YOURKEYHERE']);
27
-$content = $extractor->extract($this->url);
+$content = $extractor->extract('http://www.espn.com/espn/wire/_/section/ncf/id/18398497');
28
```
29
30
## Tests
0 commit comments