Skip to content

Instantly share code, notes, and snippets.

View cnovasj's full-sized avatar
:electron:
En desarrollo

Juanjo cnovasj

:electron:
En desarrollo
  • Murcia, Spain
View GitHub Profile
@akash-gajjar
akash-gajjar / tldv.py
Last active May 28, 2025 21:21
Download videos from TLDV.io
from datetime import datetime
from os import system
import requests
import json
## Please install ffmpeg before running this script and make sure it's in your PATH
## brew install ffmpeg
## Please install requests before running this script
## pip3 install requests