Skip to content

Instantly share code, notes, and snippets.

from bs4 import BeautifulSoup
import requests
import re
import random
#Python class for declaring movie attribtues.
class ExtractMovies(object):
def __init__(self, title, year, star, ratings ):
self.position = position
self.title = title