Width adjustments

This commit is contained in:
Karim shoair
2025-04-08 21:42:26 +02:00
parent f6435b8d29
commit e4370778f0
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
.md-grid {
max-width: 65%;
max-width: 90%;
}
@@ -1,11 +1,5 @@
# Migrating from BeautifulSoup to Scrapling
<style>
.md-grid {
max-width: 85%;
}
</style>
If you're already familiar with BeautifulSoup, you're in for a treat. Scrapling is faster, provides similar parsing capabilities, and adds powerful new features for fetching and handling modern web pages. This guide will help you quickly adapt your existing BeautifulSoup code to take advantage of Scrapling's capabilities.
Below is a table that covers the most common operations you'll perform when scraping web pages. Each row shows how to accomplish a specific task in BeautifulSoup and the corresponding way to do it in Scrapling.