Skip to content

Commit

Permalink
- Fixed bug regarding captcha solving manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshan96 committed Mar 14, 2020
1 parent b2b6dc6 commit 5ec2f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Anime_Scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def extract_page_urls(start_episode, end_episode, token) :
if api_key is None :
Color.printer("ERROR", "No API Key Provided!")
sys.exit(0)
if api_key != "" or api_key != "insert_2captcha_api_key":

if api_key != "" and api_key != "insert_2captcha_api_key":
Color.printer("INFO", "Solving recaptcha...")

token = get_token("https://9anime.to/waf-verify")
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Follow these steps and you will be up and running in no time!

Let's try it!

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

0 comments on commit 5ec2f4e

Please sign in to comment.