diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index c4192631..00000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 1628fae8..c7690d1c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,13 +64,11 @@
Simple library which helps you to retrieve...
the source of various video streaming sites
-the urls to these streaming sites.
-npm install sourcescrapper
+ $ npm install sourcescrapper
Usage
const { scrappers } = require('sourcescrapper');
@@ -105,6 +103,8 @@ Usage
console.log(scrap.info.source[0].url);
})();
+ API
+