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
from datetime import datetime | |
import requests | |
import json | |
import os | |
import subprocess | |
# Instalar ffmpeg y requests | |
# Definir la ruta base para la descarga y conversión de archivos | |
base_dir = os.path.dirname(os.path.abspath(__file__)) |