mirror of
https://github.com/thecyberlearn/chat-backend.git
synced 2026-08-18 15:52:53 +00:00
Features: - Django REST API backend - Multi-strategy web scraping system (Beautiful Soup, Playwright, Firecrawl) - Anti-detection features (proxy rotation, user-agent rotation) - Data export functionality (JSON, CSV, TXT) - Business and CrawledPage models - Enhanced crawling service with fallback mechanisms 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "1134",
|
|
"installByDefault": true,
|
|
"browserVersion": "129.0.6668.29"
|
|
},
|
|
{
|
|
"name": "chromium-tip-of-tree",
|
|
"revision": "1256",
|
|
"installByDefault": false,
|
|
"browserVersion": "130.0.6695.0"
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1463",
|
|
"installByDefault": true,
|
|
"browserVersion": "130.0"
|
|
},
|
|
{
|
|
"name": "firefox-beta",
|
|
"revision": "1462",
|
|
"installByDefault": false,
|
|
"browserVersion": "130.0b2"
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "2070",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1446",
|
|
"mac10.15": "1616",
|
|
"mac11": "1816",
|
|
"mac11-arm64": "1816",
|
|
"mac12": "2009",
|
|
"mac12-arm64": "2009"
|
|
},
|
|
"browserVersion": "18.0"
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1010",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "android",
|
|
"revision": "1001",
|
|
"installByDefault": false
|
|
}
|
|
]
|
|
}
|