From 6403fb0679facc41a39370e501e49b24fb19c2f8 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Sat, 28 May 2022 01:05:29 +0800 Subject: [PATCH] Fix end in `jav321` --- WebCrawler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebCrawler/__init__.py b/WebCrawler/__init__.py index 7546802..e6ec1e1 100644 --- a/WebCrawler/__init__.py +++ b/WebCrawler/__init__.py @@ -157,7 +157,7 @@ def get_data_from_json(file_number, oCC): print(f"[+]Find movie [{file_number}] metadata on website '{source}'") break except: - break + continue # Return if data not found in all sources if not json_data: