I am stuck here , it gives me httperror : forbidden in line 4 . when I try with other website then it is working , but in this website it won't work why??
from bs4 import BeautifulSoup as bs
from urllib.request import urlopen
import urllib.request
sauce=urllib.request.urlopen("https://socialblade.com/youtube/top/50").read()
soup=urlopen(sauce,'lxml')
print(soup)