Socket
Socket
Sign inDemoInstall

youtube-search-scrapper

Package Overview
Dependencies
30
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.2

14

package.json
{
"name": "youtube-search-scrapper",
"version": "1.1.0",
"version": "1.1.2",
"description": "Search videos on YouTube without API key",

@@ -26,10 +26,8 @@ "main": "lib/index.js",

"angular youtube search",
"youtube api",
"youtube crawler"
"youtube scrapper"
],
"funding": {
"url": "https://paypal.me/dave7117",
"type": "paypal"
},
"author": "David Koller",
"contributors": [
"David Koller",
"Roberto Caselles"
],
"license": "ISC",

@@ -36,0 +34,0 @@ "files": [

@@ -1,13 +0,13 @@

# [youtube-search: Node.js](https://github.com/appit-online/youtube-search)
# [youtube-search: Node.js](https://github.com/rcaselles/youtube-search)
Search videos on youtube without API key
Search videos on youtube without API key. This is an updated fork from [appit-online version](https://github.com/appit-online/youtube-search)
**Table of contents:**
- [Quickstart](#quickstart)
* [Quickstart](#quickstart)
- [Installing the library](#installing-the-library)
- [Using the library](#using-the-library)
* [Installing the library](#installing-the-library)
* [Using the library](#using-the-library)
* [License](#license)
- [License](#license)

@@ -19,10 +19,9 @@ ## Quickstart

```bash
npm install youtube-search-without-api-key --save
npm install youtube-search-scrapper --save
```
### Using the library
```javascript
import * as yt from 'youtube-search-without-api-key';
import * as yt from 'youtube-search-scrapper';

@@ -58,3 +57,3 @@ /**

description:
'This video will show you how to download free music and videos on your iphone easy and fast 2020 ...' }
'This video will show you how to download free music and videos on your iphone easy and fast 2020 ...' }
},...]

@@ -64,3 +63,3 @@ ```

```javascript
const yt = require('youtube-search-without-api-key');
const yt = require('youtube-search-scrapper');

@@ -67,0 +66,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc