# Scraper Tools Inventory — Clean Suite

After audit and cleanup, the scraper tools live at `/home/rurouni/Scraper Suite/` on Debian. Organized by category:

```
Scraper Suite/
├── bypass/
│   └── FlareSolverr-3.5.0       # Cloudflare bypass (Docker, Python, most maintained)
├── video/
│   ├── vidsrc-bypass             # Resolve vidsrc/video embeds to direct m3u8
│   ├── iframe-extractor          # Extract video sources from iframe embeds
│   ├── mediaflow-proxy           # Rust streaming proxy (lightweight)
│   └── yt-dlp-2026.03.17        # Downloader/m3u8 extractor (1000+ sites)
├── tools/
│   ├── foxhound-0.0.26          # Go scraping framework with Camoufox stealth browser
│   ├── scrapling                # Python async scraping framework
│   └── proxy-scraper            # Proxy list scraper for rotation
└── docs/
```

## Quickly Removed (24 tools, ~1.5GB)

Duplicated or redundant tools removed: agentic-stealth-browser, camofox-browser, ghost-browser, cloudflare-bypass-main, CyberScraper-2077, anansi, silkworm, Cyberdrop-DL, Decodo-master, duplicate vidsrc-bypass, both ultimate-scraper copies (1.2GB combined with APK source dumps), ultimate-frontend, Scraper directory.

## SSH Access

CachyOS (where tools were originally found) via SSH:
```
Host cachyos
    HostName 192.168.1.111
    User raymond
    IdentityFile ~/.ssh/id_ed25519
```

Note: CachyOS uses fish shell. Wrap commands in `bash -c '...'` for compatibility.
