Skip to content

Instantly share code, notes, and snippets.

View akash-gajjar's full-sized avatar
🎯
Focusing

Aakash Gajjar akash-gajjar

🎯
Focusing
View GitHub Profile
@akash-gajjar
akash-gajjar / PULL_REQUEST_TEMPLATE.md
Created May 3, 2023 12:19
PULL_REQUEST_TEMPLATE.md
@akash-gajjar
akash-gajjar / tldv.py
Last active December 21, 2025 19:39
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