Results 6 issues of wakaka6

When installing with paru: ``` :: Downloading PKGBUILDs... (1/1) cgproxy-0.20-1 [--------------------------------------------------------------------------------------------------------------------] error: failed to parse srcinfo for 'cgproxy-0.20-1': key 'groups' requires a value: Line 8: groups = ``` Related issue:...

Fixed #207 ``` % TCI Whois Service. Terms of use: % https://tcinet.ru/documents/whois_ru_rf.pdf (in Russian) % https://tcinet.ru/documents/whois_su.pdf (in Russian) domain: WHOIS.RU nserver: jessica.ns.cloudflare.com. nserver: trey.ns.cloudflare.com. state: REGISTERED, DELEGATED, VERIFIED org: Domain...

whois server return ``` [ JPRS database provides information on network administration. Its use is ] [ restricted to network administration purposes. For further information, ] [ use 'whois -h...

## Summary Support proxy when getting ssl certificate ```py import asyncio from crawl4ai import ( AsyncWebCrawler, BrowserConfig, CrawlerRunConfig, CacheMode, DefaultMarkdownGenerator, CrawlResult, ) from crawl4ai.configs import ProxyConfig async def main(): browser_config...

### crawl4ai version 0.4.3b3 ### Expected Behavior API return ssl certification ### Current Behavior client: Internal Server Error server: "POST /crawl_direct HTTP/1.1" 500 Internal Server Error ### Is this reproducible?...

🐞 Bug
⚙️ In-progress
📌 Root caused

## Summary Support proxy when getting ssl certificate Same as #864 PR, but based on next branches. ```py import asyncio from crawl4ai import ( AsyncWebCrawler, BrowserConfig, CrawlerRunConfig, CacheMode, DefaultMarkdownGenerator, CrawlResult,...