mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Add subdl beta
This commit is contained in:
parent
41a45dc95c
commit
0fb0dd7139
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ async def dlsub_callback(client, callback_query):
|
|||
await asyncio.sleep(3)
|
||||
return await callback_query.message.delete()
|
||||
scraper = cloudscraper.create_scraper()
|
||||
req = scraper.get("https://subscene.com/subtitles/the-big-bang-theory-first-season/english/136037").text
|
||||
req = scraper.get(link).text
|
||||
soup = BeautifulSoup(req,"lxml")
|
||||
judul = soup.find("div", {"class": "bread"}).find("a").get("href").split("/")[4]
|
||||
downloadlink = soup.find("div", {"class": "download"}).find('a')
|
||||
|
|
|
|||
Loading…
Reference in a new issue