First stable release of IntelliScrape.
Features:
• Automatic static and dynamic website detection
• Requests-based scraping
• Playwright-based rendering
• Clean text extraction
• YouTube support
• Simple API
Example:
from intelliscrape import scrape
text = scrape("https://example.com")
print(text)