xxxxxxxxxx
#Is against TOS of youtube, but its a subcount so lol
def subcount(cid):
import requests
y = requests.get(f"https://www.youtube.com/subscribe_embed?channelid={cid}").text
y = y.split('<span class="yt-subscription-button-subscriber-count-branded-horizontal" role="button" tabindex="0">')[1]
y = y.split("</span>")[0]
return y