This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from imdb import IMDb | |
import re | |
from urllib.request import urlopen as uReq | |
from bs4 import BeautifulSoup as soup | |
from datetime import datetime, timedelta | |
from selenium import webdriver | |
from selenium.webdriver.common.by import By | |
import time | |
import requests | |
import time |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.