Skip to content

Instantly share code, notes, and snippets.

View javier-ortizt's full-sized avatar

Javier Ortiz T. javier-ortizt

  • 07:35 (UTC -04:00)
View GitHub Profile
@javier-ortizt
javier-ortizt / tldv.py
Last active May 21, 2025 14:03 — forked from akash-gajjar/tldv.py
Download videos from TLDV.io
import requests
import json
import re
import os
from datetime import datetime
from os import system
import traceback as tb
from concurrent.futures import ThreadPoolExecutor, as_completed
MAX_WORKERS = 5