king04aman / All-In-One-Python-Projects

A huge collection of awesome beginner-friendly Python projects starting from very basics to advance. Prefect repository for learning python and enhancing your python programming skills.
https://github.com/king04aman/All-In-One-Python-Projects/
MIT License
62 stars 23 forks source link

Update scrape.py #10

Open Toby1219 opened 3 months ago

Toby1219 commented 3 months ago
  1. The request status code is 403, Fix it using useragent with the python module (fake_useragent) now status code is 200
  2. And update the selectors for movie name, runtime, genre, cast, plot, year, e.t.c
  3. created a new function to handle all request and bs4(parser)