mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 11:39:22 +01:00
fixed some typo on the comment
This commit is contained in:
parent
0d321c8107
commit
fe3832b127
@ -27,7 +27,7 @@ def get_download_links(episode_link):
|
|||||||
soup = BeautifulSoup(episode_link_resp.content, "html.parser")
|
soup = BeautifulSoup(episode_link_resp.content, "html.parser")
|
||||||
exist = soup.find("h1", {"class": "entry-title"})
|
exist = soup.find("h1", {"class": "entry-title"})
|
||||||
if exist is None:
|
if exist is None:
|
||||||
# 202
|
# 200
|
||||||
link = soup.find("li", {"class": "dowloads"})
|
link = soup.find("li", {"class": "dowloads"})
|
||||||
return link.a.get("href")
|
return link.a.get("href")
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user