This file contains 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
import requests | |
from bs4 import BeautifulSoup | |
URL = 'https://www.imdb.com/calendar/?region=MX' | |
""" | |
1.- Obtener el maqueto HTML | |
- Si el archivo HTML no existe de forma local, crearlo. | |
- Si el archivo HTML existe de forma local, obtener su contenido. | |
2.- Obtener la información |