ruhend-scraper 9.0.7 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/index.js +2 -2
  2. package/main.js +262109 -90243
  3. package/package.json +2 -3
  4. package/readme.md +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruhend-scraper",
3
- "version": "9.0.7",
3
+ "version": "10.0.0",
4
4
  "description": "scraper downloader tiktok ytmp3 ytmp4 Facebook instagram youtube search",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,9 +18,8 @@
18
18
  },
19
19
  "homepage": "https://github.com/ruhend2001/maleficent",
20
20
  "dependencies": {
21
- "@distube/ytdl-core": "npm:@ru-hend/ytdl-core",
22
21
  "cheerio": "1.0.0-rc.10",
23
22
  "node-fetch": "^2.6.1",
24
- "yt-search": "^2.12.1"
23
+ "yt-search": "npm:@ru-hend/yt-search"
25
24
  }
26
25
  }
package/readme.md CHANGED
@@ -18,7 +18,8 @@ results JSON
18
18
  { title, author, username, published, like, comment, share, views, bookmark, video, cover, music, profilePicture }
19
19
  */
20
20
  ```
21
-
21
+ /**
22
+ Removed
22
23
  🎗 YTMP3
23
24
 
24
25
  ```ts
@@ -34,7 +35,7 @@ return data or console.log(data)
34
35
  ```
35
36
 
36
37
  🎗 YTMP4
37
-
38
+ Removed
38
39
  ```ts
39
40
  const { ytmp4 } = require('ruhend-scraper')
40
41
  import { ytmp4 } from 'ruhend-scraper'
@@ -45,7 +46,7 @@ or
45
46
  const data = await ytmp4(url)
46
47
  return data or console.log(data)
47
48
  ```
48
-
49
+ **/
49
50
 
50
51
  🎗 INSTAGRAM
51
52