Skip to content

Instantly share code, notes, and snippets.

@MarceauGiraud
MarceauGiraud / tldv.py
Last active April 14, 2025 16:04 — forked from akash-gajjar/tldv.py
Download videos from TLDV.io
from datetime import datetime
from os import system
import requests
import json
import re
## 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