Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New charts url #9

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Requires two letter country code, upper or lower
ddxv committed Oct 13, 2023
commit 83bdab199bb04c7ecb8cc255dc340949307ddca2
1 change: 0 additions & 1 deletion itunes_app_scraper/scraper.py
Original file line number Diff line number Diff line change
@@ -89,7 +89,6 @@ def get_app_ids_for_collection(self, collection="", category="", num=50, country


try:
print(url)
result = requests.get(url, timeout=timeout).json()
except json.JSONDecodeError:
raise AppStoreException("Could not parse app store response")