Skip to content

Instantly share code, notes, and snippets.

View asaah18's full-sized avatar

abdurrahman asaah18

View GitHub Profile
@asaah18
asaah18 / snippets.md
Last active June 21, 2025 10:08
snippets for YouTube downloader(yt-dlp)

YouTube downloader(yt-dlp) snippets

youtube download list

batch download links saved in a file seperated by new line

yt-dlp --prefer-free-formats --audio-multistreams --embed-subs --embed-thumbnail --embed-metadata --embed-chapters --batch-file links.txt
@asaah18
asaah18 / python guide.md
Last active January 25, 2025 15:13
a python guide/cheat-sheet intended to those who already know python and want a mind refresh or looking for a specific syntax

Python Guide

This python guide is intended to those who already know python and want a mind refresh or looking for a specific syntax.
-as this guide doesn't elaborate in explaining thing that a programmer would already know -like: variable, function, csv, json-

additionally, this guide is not intended to be a replacement for reading official Python documentation.

guide version: 2.1.0 | python version: 3.10

| Part of Version | Explanation |