This is the web crawler you can use to scrap the metadata of all the movies and tv shows available on Canadian Netflix
Project is created with:
- Python 3.9
The scrapped dataset will include 13 different attributes of each movie include:
- movie/tv show title : string
- genre : list[string]
- cast : list[string]
- director : list[string]
- time duration : int
- added date : timestamp
- added month : int
- added year : int
- parent control level : string
- original language : string
- subtitle options : list[string]
- description : string
I tried to implement all the OOP programing concept I learn from the real work experience. So I refactored the code to improve its readability and maintainability.
- src folder:
- This is the folder hold all the source script