Thanks for sharing your work which is inspiring!
Some general questions: Did you write from scratch, or did you start from a template such as a general crawler?
I am a new learner, your answer will be much appreciated!
Also realised, your code has try: except Exception:, when something goes wrong, it will not report the detail error message, and just say <class 'Exception'>
Is there a reason you use Exception?
Thanks for sharing your work which is inspiring!
Some general questions: Did you write from scratch, or did you start from a template such as a general crawler?
I am a new learner, your answer will be much appreciated!
Also realised, your code has try: except Exception:, when something goes wrong, it will not report the detail error message, and just say <class 'Exception'>
Is there a reason you use Exception?