Skip to content

Instantly share code, notes, and snippets.

View lostb053's full-sized avatar
💭
I may be slow to respond.

Lucky Jain lostb053

💭
I may be slow to respond.
View GitHub Profile
@MartinEesmaa
MartinEesmaa / youtube_formats.md
Last active July 31, 2025 11:45 — forked from AgentOak/youtube_formats.md
Youtube Format IDs

Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.

See the credits and also special thanks in below.

Last updated: 22 July 2025

Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22). Depending on the age and/or popularity of the video, not all formats will be available.

DASH video

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using TeleSharp.TL;
using TeleSharp.TL.Channels;
using TeleSharp.TL.Messages;
using TeleSharp.TL.Updates;