From 5ec2f4e0b12d933513fceb02522a8b2f1c1e3a64 Mon Sep 17 00:00:00 2001 From: Oshan96 Date: Sat, 14 Mar 2020 14:24:14 +0530 Subject: [PATCH] - Fixed bug regarding captcha solving manually --- Anime_Scraper.py | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Anime_Scraper.py b/Anime_Scraper.py index c97c7b3..a901872 100644 --- a/Anime_Scraper.py +++ b/Anime_Scraper.py @@ -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") diff --git a/README.md b/README.md index 21fbb31..e326f1e 100644 --- a/README.md +++ b/README.md @@ -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 :