Skip to content

Instantly share code, notes, and snippets.

@alpesh-bista
alpesh-bista / tldv.py
Created April 8, 2025 10:05 — forked from akash-gajjar/tldv.py
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