Update spidder.py
Browse files- spidder.py +1 -1
spidder.py
CHANGED
@@ -2,7 +2,7 @@ import requests
|
|
2 |
from bs4 import BeautifulSoup
|
3 |
|
4 |
# Specify the URL
|
5 |
-
url = "
|
6 |
|
7 |
# Send a request to the website
|
8 |
response = requests.get(url)
|
|
|
2 |
from bs4 import BeautifulSoup
|
3 |
|
4 |
# Specify the URL
|
5 |
+
url = "http://btebadmission.gov.bd"
|
6 |
|
7 |
# Send a request to the website
|
8 |
response = requests.get(url)
|