Transformers
khulnasoft commited on
Commit
e3ea210
·
verified ·
1 Parent(s): 0b1e227

Update spidder.py

Browse files
Files changed (1) hide show
  1. 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 = "https://example.com"
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)