brave-real-browser-mcp-server 2.45.0 → 2.45.2
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.
- package/README.md +123 -25
- package/package.json +2 -2
- package/packages/brave-real-blocker/package.json +2 -2
- package/packages/brave-real-launcher/package.json +2 -2
- package/packages/brave-real-playwright-core/package.json +1 -1
- package/packages/brave-real-puppeteer-core/package.json +2 -2
- package/src/shared/tools.js +16 -16
package/README.md
CHANGED
|
@@ -99,31 +99,31 @@ Or if installed globally:
|
|
|
99
99
|
|
|
100
100
|
### Available MCP Tools (23 Optimized)
|
|
101
101
|
|
|
102
|
-
| # | Tool |
|
|
103
|
-
|
|
104
|
-
| 1 | `browser_init`
|
|
105
|
-
| 2 | `navigate`
|
|
106
|
-
| 3 | `get_content`
|
|
107
|
-
| 4 | `wait`
|
|
108
|
-
| 5 | `click`
|
|
109
|
-
| 6 | `type`
|
|
110
|
-
| 7 | `browser_close`
|
|
111
|
-
| 8 | `solve_captcha`
|
|
112
|
-
| 9 | `random_scroll`
|
|
113
|
-
| 10 | `find_element`
|
|
114
|
-
| 11 | `save_content_as_markdown`
|
|
115
|
-
| 12 | `redirect_tracer`
|
|
116
|
-
| 13 | **`extract_data`**
|
|
117
|
-
| 14 | `press_key`
|
|
118
|
-
| 15 | `progress_tracker`
|
|
119
|
-
| 16 | `deep_analysis`
|
|
120
|
-
| 17 |
|
|
121
|
-
| 18 | `link_harvester`
|
|
122
|
-
| 19 | `cookie_manager`
|
|
123
|
-
| 20 | `file_downloader`
|
|
124
|
-
| 21 | **`media_extractor`**
|
|
125
|
-
| 22 | `execute_js`
|
|
126
|
-
| 23 | `form_automator`
|
|
102
|
+
| # | Tool | Description | Status |
|
|
103
|
+
|---|------|-------------|--------|
|
|
104
|
+
| 1 | `browser_init` 🚀 | Initialize Brave browser with 50+ stealth features, anti-detection, Turnstile auto-solver, proxy support, ad blocker, AI auto-healing | ✅ |
|
|
105
|
+
| 2 | `navigate` 🧭 | Navigate to URL with smart retry (3 attempts), context recovery, AI healing, customizable wait strategies (load/DOMContentLoaded/networkidle) | ✅ |
|
|
106
|
+
| 3 | `get_content` 📄 | Get page content in 4 formats: **html** (full HTML), **text** (plain), **markdown** (formatted), **rawHttp** (raw HTTP without JS — fast, bypasses JS protections). AI selector healing + attribute extraction | ✅ **Enhanced** |
|
|
107
|
+
| 4 | `wait` ⏳ | Smart wait: selector, navigation, timeout, networkidle, or AI-predicted optimal timing | ✅ |
|
|
108
|
+
| 5 | `click` 👆 | Human-like click with ghost cursor, AI healing, iframe support, hover-first for dynamic controls, auto video player detection (JWPlayer/VideoJS/Plyr/VidStack/DooPlayer) | ✅ |
|
|
109
|
+
| 6 | `type` ⌨️ | Type with human speed variation, smart clearing, iframe support, optional Enter key press | ✅ |
|
|
110
|
+
| 7 | `browser_close` 🔴 | Close browser with cleanup, optional session save (cookies + storage) | ✅ |
|
|
111
|
+
| 8 | `solve_captcha` 🔓 | Auto-solve: Turnstile, reCAPTCHA, hCaptcha (JS-based) + Text/Image OCR. Merged with form automation — AI field matching, human-like typing, auto-submit | ✅ |
|
|
112
|
+
| 9 | `random_scroll` 📜 | Human-like scroll with AI pattern detection, lazy-load trigger, direction: up/down/random/smart | ✅ |
|
|
113
|
+
| 10 | `find_element` 🔍 | Find elements by CSS selector, XPath, or text content. AI auto-heals broken selectors, extracts smart attributes | ✅ |
|
|
114
|
+
| 11 | `save_content_as_markdown` 📝 | Save page as AI-cleaned Markdown file — removes ads/clutter, includes images and meta | ✅ |
|
|
115
|
+
| 12 | `redirect_tracer` 🔀 | Trace full redirect chains: HTTP 301/302 + JS navigations (window.location, setTimeout) + meta refresh. Auto-decodes encoded URLs, returns status codes + headers | ✅ |
|
|
116
|
+
| 13 | **`extract_data`** 🔎 | **8 modes:** regex, json, meta, structured, auto, **deobfuscate** (JS decode: _0x arrays, hex, unicode, eval, webpack, terser, string concat, rotation), **apiDiscovery** (hidden APIs via runtime interception), **decrypt** (Base64 chain, hex, URL, ROT13, AES-256-CBC + auto key extract) | ✅ **Power** |
|
|
117
|
+
| 14 | `press_key` 🎹 | Press keyboard keys with human-like timing, modifier support (Ctrl/Shift/Alt), repeat count | ✅ |
|
|
118
|
+
| 15 | `progress_tracker` 📈 | Track automation progress (0-100%), AI estimates remaining time | ✅ |
|
|
119
|
+
| 16 | `deep_analysis` 🧠 | Deep page analysis: DOM structure, scripts, anti-bot detection (Cloudflare/DataDome/reCAPTCHA), tech stack, SEO tags, security headers, AI scraping strategy recommendations | ✅ |
|
|
120
|
+
| 17 | **`network_recorder`** 📡 | **9 actions:** start (+ inject API interceptors for fetch/XHR/sendBeacon + WebSocket interceptor), stop, get, clear, **get_media** (HLS/DASH/video), **get_navigations** (JS redirects), **get_api_calls** (with full request/response bodies), **get_intercepted_apis** (runtime monkey-patched calls), **get_websockets** (all WS connections + messages) | ✅ **Power** |
|
|
121
|
+
| 18 | `link_harvester` 🔗 | Extract all links: hidden (display:none), Base64/URL encoded, obfuscated (data attrs, JS vars), iframe links (multi-level), dynamic links. Auto-decode enabled | ✅ |
|
|
122
|
+
| 19 | `cookie_manager` 🍪 | Cookie CRUD: get/set/delete/clear/export/import. AI optimizes session persistence | ✅ |
|
|
123
|
+
| 20 | `file_downloader` ⬇️ | Download files with resume support, batch download (multiple URLs), auto-decode Base64/URL encoded URLs, AES decryption for encrypted files | ✅ |
|
|
124
|
+
| 21 | **`media_extractor`** 🎬 | **6 actions:** extract (video/audio/HLS/DASH/download from page + 3+ level nested iframes), list_iframes, switch_iframe, player_control (JWPlayer/VideoJS/Plyr/VidStack/DooPlayer — play/pause/seek/sources), decode_url (auto/url/base64/aes), batch_extract | ✅ **New** |
|
|
125
|
+
| 22 | `execute_js` 💻 | Execute custom JavaScript: async support, error handling, iframe context execution (by index or selector), configurable timeout | ✅ |
|
|
126
|
+
| 23 | `form_automator` 📋 | Smart form automation: AI field detection and matching, human-like typing, auto-fill, captcha integration, validation before submit | ✅ |
|
|
127
127
|
|
|
128
128
|
#### Tool Optimization Summary
|
|
129
129
|
|
|
@@ -393,6 +393,104 @@ Powerful decoding capabilities for obfuscated content extraction:
|
|
|
393
393
|
|
|
394
394
|
---
|
|
395
395
|
|
|
396
|
+
## 🔥 Deep Scraping Power Features
|
|
397
|
+
|
|
398
|
+
Advanced capabilities for bypassing obfuscation, intercepting hidden APIs, and decrypting encoded data.
|
|
399
|
+
|
|
400
|
+
### 1. Raw HTTP Mode (`get_content`)
|
|
401
|
+
|
|
402
|
+
Fetch raw HTML without JavaScript rendering — fast, lightweight, bypasses JS-based protections:
|
|
403
|
+
|
|
404
|
+
```javascript
|
|
405
|
+
{ "tool": "get_content", "params": { "format": "rawHttp" }}
|
|
406
|
+
// Returns: raw HTML source code via Node.js fetch (no browser needed)
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
### 2. Enhanced Deobfuscation (`extract_data`)
|
|
410
|
+
|
|
411
|
+
Decode obfuscated JavaScript from any page:
|
|
412
|
+
|
|
413
|
+
```javascript
|
|
414
|
+
{ "tool": "extract_data", "params": { "type": "deobfuscate" }}
|
|
415
|
+
```
|
|
416
|
+
|
|
417
|
+
| Capability | Pattern |
|
|
418
|
+
|---|---|
|
|
419
|
+
| String arrays | `var _0x3f0cd6 = [...]` |
|
|
420
|
+
| Hex strings | `'\x68\x74\x74\x70'` → `http` |
|
|
421
|
+
| Unicode escapes | `'\u0066\u0065\u0074\u0063\u0068'` → `fetch` |
|
|
422
|
+
| Eval unpacker | `eval(function(p,a,c,k,e,d){...})` |
|
|
423
|
+
| Webpack modules | `__webpack_require__`, `module.exports` |
|
|
424
|
+
| Terser mappings | `var a="fetch",b="POST"` |
|
|
425
|
+
| String concat | `"htt"+"ps://"+"api"` → `https://api` |
|
|
426
|
+
| Array rotation | `push(arr.shift())` patterns |
|
|
427
|
+
|
|
428
|
+
### 3. API Discovery (`extract_data`)
|
|
429
|
+
|
|
430
|
+
Find hidden API endpoints via static analysis + runtime interception:
|
|
431
|
+
|
|
432
|
+
```javascript
|
|
433
|
+
{ "tool": "extract_data", "params": { "type": "apiDiscovery" }}
|
|
434
|
+
// Returns: fetchEndpoints, xhrEndpoints, formActions, scriptSources, dynamicApis
|
|
435
|
+
```
|
|
436
|
+
|
|
437
|
+
### 4. Response Auto-Decryption (`extract_data`)
|
|
438
|
+
|
|
439
|
+
Auto-detect and decode encrypted/encoded data:
|
|
440
|
+
|
|
441
|
+
```javascript
|
|
442
|
+
// Auto-decrypt with key extraction from page scripts
|
|
443
|
+
{ "tool": "extract_data", "params": { "type": "decrypt", "encryptedData": "base64string..." }}
|
|
444
|
+
|
|
445
|
+
// With explicit AES key
|
|
446
|
+
{ "tool": "extract_data", "params": { "type": "decrypt", "encryptedData": "...", "aesKey": "secret" }}
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
| Decoder | Description |
|
|
450
|
+
|---|---|
|
|
451
|
+
| Base64 chain | Recursive decode up to 5 levels, auto-detect JSON |
|
|
452
|
+
| Hex | `68747470733a2f2f` → `https://` |
|
|
453
|
+
| URL decode | Multi-level `%2F%2F` → `//` |
|
|
454
|
+
| ROT13 | Caesar cipher (reports if result contains URLs) |
|
|
455
|
+
| AES-256-CBC | With user key or auto-extracted key from CryptoJS patterns |
|
|
456
|
+
|
|
457
|
+
### 5. Runtime API Interception (`network_recorder`)
|
|
458
|
+
|
|
459
|
+
Capture API calls from obfuscated/webpack code via pre-page-load monkey-patching:
|
|
460
|
+
|
|
461
|
+
```javascript
|
|
462
|
+
// Start recording (injects interceptors via evaluateOnNewDocument)
|
|
463
|
+
{ "tool": "network_recorder", "params": { "action": "start" }}
|
|
464
|
+
|
|
465
|
+
// Navigate to page...
|
|
466
|
+
|
|
467
|
+
// Get intercepted APIs (caught from monkey-patched fetch/XHR/sendBeacon)
|
|
468
|
+
{ "tool": "network_recorder", "params": { "action": "get_intercepted_apis" }}
|
|
469
|
+
// Returns: { type, url, method, headers, body, timestamp }
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
### 6. WebSocket Recording (`network_recorder`)
|
|
473
|
+
|
|
474
|
+
Capture WebSocket connections and messages:
|
|
475
|
+
|
|
476
|
+
```javascript
|
|
477
|
+
{ "tool": "network_recorder", "params": { "action": "get_websockets" }}
|
|
478
|
+
// Returns: { count, totalMessages, websockets: [{ id, url, status, messages }] }
|
|
479
|
+
```
|
|
480
|
+
|
|
481
|
+
### 7. XHR Body Capture (`network_recorder`)
|
|
482
|
+
|
|
483
|
+
Capture full request/response bodies for API calls:
|
|
484
|
+
|
|
485
|
+
```javascript
|
|
486
|
+
{ "tool": "network_recorder", "params": { "action": "start", "captureXhrBody": true }}
|
|
487
|
+
// Later:
|
|
488
|
+
{ "tool": "network_recorder", "params": { "action": "get_api_calls" }}
|
|
489
|
+
// Returns: requestBody, responseBody, responseJson for each API call
|
|
490
|
+
```
|
|
491
|
+
|
|
492
|
+
---
|
|
493
|
+
|
|
396
494
|
### Unified CLI
|
|
397
495
|
|
|
398
496
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-browser-mcp-server",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.2",
|
|
4
4
|
"description": "MCP Server for Brave Real Browser - Puppeteer with Brave Browser, Stealth Mode, Ad Blocker, and Turnstile Auto-Solver for undetectable web automation.",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"license": "ISC",
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
77
|
-
"brave-real-puppeteer-core": "^24.37.3-brave.
|
|
77
|
+
"brave-real-puppeteer-core": "^24.37.3-brave.15",
|
|
78
78
|
"ghost-cursor": "^1.4.2",
|
|
79
79
|
"puppeteer-extra": "^3.3.6",
|
|
80
80
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-blocker",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.2",
|
|
4
4
|
"description": "Advanced uBlock Origin management and stealth features for Brave Real Browser",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@cliqz/adblocker-puppeteer": "^1.34.0",
|
|
57
57
|
"@ghostery/adblocker-puppeteer": "^2.14.1",
|
|
58
58
|
"adm-zip": "^0.5.10",
|
|
59
|
-
"brave-real-puppeteer-core": "^24.37.3-brave.
|
|
59
|
+
"brave-real-puppeteer-core": "^24.37.3-brave.15",
|
|
60
60
|
"cross-fetch": "^4.1.0",
|
|
61
61
|
"fs-extra": "^11.3.3",
|
|
62
62
|
"got": "^13.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-launcher",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.2",
|
|
4
4
|
"description": "Launch Brave Browser with ease from node. Based on chrome-launcher with Brave-specific support.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"typescript": "^5.0.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"brave-real-blocker": "^1.21.
|
|
57
|
+
"brave-real-blocker": "^1.21.2",
|
|
58
58
|
"escape-string-regexp": "^5.0.0",
|
|
59
59
|
"is-wsl": "^3.1.1",
|
|
60
60
|
"which": "^6.0.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-puppeteer-core",
|
|
3
|
-
"version": "24.37.3-brave.
|
|
3
|
+
"version": "24.37.3-brave.15",
|
|
4
4
|
"description": "🦁 Brave Real-World Optimized Puppeteer & Playwright Core with 1-5ms ultra-fast timing, 50+ professional stealth features, intelligent browser auto-detection, and 100% bot detection bypass. Features cross-platform Brave browser integration, comprehensive anti-detection, and breakthrough performance improvements.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"dependencies": {
|
|
137
137
|
"@puppeteer/browsers": "2.12.1",
|
|
138
|
-
"brave-real-launcher": "^1.27.
|
|
138
|
+
"brave-real-launcher": "^1.27.2",
|
|
139
139
|
"chromium-bidi": "14.0.0",
|
|
140
140
|
"debug": "^4.4.3",
|
|
141
141
|
"devtools-protocol": "0.0.1566079",
|
package/src/shared/tools.js
CHANGED
|
@@ -72,8 +72,8 @@ const TOOLS = [
|
|
|
72
72
|
{
|
|
73
73
|
name: 'get_content',
|
|
74
74
|
emoji: '📄',
|
|
75
|
-
description: 'Get page content
|
|
76
|
-
descriptionHindi: 'पेज का कंटेंट लेना
|
|
75
|
+
description: 'Get page content in multiple formats: html (full HTML), text (plain text), markdown (formatted MD), rawHttp (raw HTTP response without JS rendering - fast, no browser needed, bypasses JS protections). Supports CSS selector targeting, AI auto-healing for broken selectors, JS wait, and attribute extraction.',
|
|
76
|
+
descriptionHindi: 'पेज का कंटेंट लेना — formats: html/text/markdown/rawHttp। rawHttp mode बिना JS के raw HTML fetch करता है। AI healing + selector targeting।',
|
|
77
77
|
category: 'extraction',
|
|
78
78
|
requiresBrowser: true,
|
|
79
79
|
requiresPage: true,
|
|
@@ -306,8 +306,8 @@ const TOOLS = [
|
|
|
306
306
|
{
|
|
307
307
|
name: 'redirect_tracer',
|
|
308
308
|
emoji: '🔀',
|
|
309
|
-
description: 'Trace
|
|
310
|
-
descriptionHindi: '
|
|
309
|
+
description: 'Trace complete redirect chains including HTTP 301/302 redirects, JavaScript-based navigations (window.location, setTimeout redirects), and meta refresh tags. Auto-decodes encoded URLs in the chain. Returns full redirect path with status codes and headers.',
|
|
310
|
+
descriptionHindi: 'पूरी redirect chain ट्रेस — HTTP 301/302 + JS navigation + meta refresh। Auto URL decode।',
|
|
311
311
|
category: 'network',
|
|
312
312
|
requiresBrowser: true,
|
|
313
313
|
requiresPage: false,
|
|
@@ -325,12 +325,12 @@ const TOOLS = [
|
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
327
|
|
|
328
|
-
// 13. Extract Data (MERGED: search_regex + extract_json + scrape_meta_tags)
|
|
328
|
+
// 13. Extract Data (MERGED: search_regex + extract_json + scrape_meta_tags + POWER FEATURES)
|
|
329
329
|
{
|
|
330
330
|
name: 'extract_data',
|
|
331
331
|
emoji: '🔎',
|
|
332
|
-
description: 'Universal data extractor -
|
|
333
|
-
descriptionHindi: 'डेटा
|
|
332
|
+
description: 'Universal data extractor with 8 modes: (1) regex - pattern matching with flags, (2) json - JSON path extraction, (3) meta - HTML meta tags + Open Graph + Twitter Cards, (4) structured - CSS selector-based extraction, (5) auto - AI picks best method, (6) deobfuscate - decode obfuscated JS: _0x string arrays, hex strings, unicode escapes, eval unpacker, webpack modules, terser single-letter mappings, string concatenation resolver ("htt"+"ps://" → "https://"), array rotation detection, (7) apiDiscovery - find hidden API endpoints via runtime fetch/XHR interception + static analysis of scripts, (8) decrypt - auto-decode encrypted data: recursive Base64 chain (5 levels), hex, URL decode, ROT13, AES-256-CBC with auto key extraction from CryptoJS patterns in page scripts.',
|
|
333
|
+
descriptionHindi: 'यूनिवर्सल डेटा एक्सट्रैक्टर — 8 modes: regex, json, meta, structured, auto, deobfuscate (JS decode), apiDiscovery (hidden APIs), decrypt (Base64/hex/AES auto-decrypt)।',
|
|
334
334
|
category: 'extraction',
|
|
335
335
|
requiresBrowser: true,
|
|
336
336
|
requiresPage: true,
|
|
@@ -397,8 +397,8 @@ const TOOLS = [
|
|
|
397
397
|
{
|
|
398
398
|
name: 'deep_analysis',
|
|
399
399
|
emoji: '🧠',
|
|
400
|
-
description: 'Deep page analysis
|
|
401
|
-
descriptionHindi: 'गहरा विश्लेषण
|
|
400
|
+
description: 'Deep page analysis: DOM structure, scripts, styles, accessibility, performance metrics, SEO tags, security headers, anti-bot detection (Cloudflare, DataDome, reCAPTCHA), technology stack identification, and AI-powered recommendations for scraping strategy.',
|
|
401
|
+
descriptionHindi: 'गहरा पेज विश्लेषण — DOM, scripts, anti-bot detection, tech stack, SEO, AI recommendations।',
|
|
402
402
|
category: 'analysis',
|
|
403
403
|
requiresBrowser: true,
|
|
404
404
|
requiresPage: true,
|
|
@@ -413,12 +413,12 @@ const TOOLS = [
|
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
415
|
|
|
416
|
-
// 17. Network Recorder
|
|
416
|
+
// 17. Network Recorder (POWER ENHANCED)
|
|
417
417
|
{
|
|
418
418
|
name: 'network_recorder',
|
|
419
419
|
emoji: '📡',
|
|
420
|
-
description: 'Record network with
|
|
421
|
-
descriptionHindi: 'नेटवर्क
|
|
420
|
+
description: 'Record all network activity with 9 actions: (1) start - begin recording + inject pre-page-load API interceptors (monkey-patches fetch, XMLHttpRequest, navigator.sendBeacon) + WebSocket constructor interceptor, (2) stop - stop recording, (3) get - get all records with filters, (4) clear - clear all records, (5) get_media - get only video/audio/HLS/DASH stream URLs, (6) get_navigations - track JS redirects and meta refreshes, (7) get_api_calls - get all API calls with full request/response bodies (JSON, form data), (8) get_intercepted_apis - get runtime-intercepted API calls captured via monkey-patched fetch/XHR/sendBeacon (catches calls from obfuscated/webpack code), (9) get_websockets - get all WebSocket connections and messages (sent + received with timestamps). Supports filters: resourceType, urlPattern, mediaOnly.',
|
|
421
|
+
descriptionHindi: 'नेटवर्क रिकॉर्डर — 9 actions: start/stop/get/clear/get_media/get_navigations/get_api_calls/get_intercepted_apis/get_websockets। Runtime API interception + WebSocket capture।',
|
|
422
422
|
category: 'network',
|
|
423
423
|
requiresBrowser: true,
|
|
424
424
|
requiresPage: false,
|
|
@@ -445,8 +445,8 @@ const TOOLS = [
|
|
|
445
445
|
{
|
|
446
446
|
name: 'link_harvester',
|
|
447
447
|
emoji: '🔗',
|
|
448
|
-
description: 'Extract all links including hidden, encoded, and
|
|
449
|
-
descriptionHindi: 'लिंक्स निकालना
|
|
448
|
+
description: 'Extract all links from page including hidden links (display:none, visibility:hidden), Base64/URL encoded links, obfuscated links (data attributes, JS variables), links inside iframes (multi-level), and dynamically generated links. Supports CSS selector filtering and auto-decode.',
|
|
449
|
+
descriptionHindi: 'सभी लिंक्स निकालना — hidden, encoded, obfuscated, iframe, dynamic links।',
|
|
450
450
|
category: 'extraction',
|
|
451
451
|
requiresBrowser: true,
|
|
452
452
|
requiresPage: true,
|
|
@@ -513,8 +513,8 @@ const TOOLS = [
|
|
|
513
513
|
{
|
|
514
514
|
name: 'media_extractor',
|
|
515
515
|
emoji: '🎬',
|
|
516
|
-
description: 'Universal media extractor -
|
|
517
|
-
descriptionHindi: 'मीडिया
|
|
516
|
+
description: 'Universal media extractor with 6 actions: (1) extract - find all video/audio/HLS/DASH/download URLs from page + nested iframes (3+ levels deep), (2) list_iframes - list all iframes with indices, (3) switch_iframe - switch context to specific iframe, (4) player_control - control video players (JWPlayer, VideoJS, Plyr, VidStack, DooPlayer) via API: play/pause/seek/sources, (5) decode_url - decode obfuscated URLs: auto/url/base64/aes with key+IV, (6) batch_extract - extract from multiple URLs at once. Supports quality selection (best/worst/all) and deep script scanning.',
|
|
517
|
+
descriptionHindi: 'मीडिया एक्सट्रैक्टर — 6 actions: extract/list_iframes/switch_iframe/player_control/decode_url/batch_extract। Video players + iframes + decoders।',
|
|
518
518
|
category: 'extraction',
|
|
519
519
|
requiresBrowser: true,
|
|
520
520
|
requiresPage: true,
|