Skip to content

Commit 5ec2f4e

Browse files
committed
- Fixed bug regarding captcha solving manually
1 parent b2b6dc6 commit 5ec2f4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Anime_Scraper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def extract_page_urls(start_episode, end_episode, token) :
8585
if api_key is None :
8686
Color.printer("ERROR", "No API Key Provided!")
8787
sys.exit(0)
88-
89-
if api_key != "" or api_key != "insert_2captcha_api_key":
88+
89+
if api_key != "" and api_key != "insert_2captcha_api_key":
9090
Color.printer("INFO", "Solving recaptcha...")
9191

9292
token = get_token("https://9anime.to/waf-verify")

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Follow these steps and you will be up and running in no time!
9090

9191
Let's try it!
9292

93+
> Note : There was a bug in v0.0.2-alpha release regarding this solution, so please download v0.0.3-alpha
94+
9395
> Assumptions : let's assume you want to download bleach episodes as in the previous question
9496
9597
Steps :

0 commit comments

Comments
 (0)