Screenshots
Example Usage
using YoutubeExplode; using var youtube = new YoutubeClient(); // You can specify either the video URL or its ID var videoUrl = "https://youtube.com/watch?v=u_yIGGhubZs"; var video = await youtube.Videos.GetAsync(videoUrl); var title = video.Title; // "Collections - Blender 2.80 Fundamentals" var author = video.Author.ChannelTitle; // "Blender" var duration = video.Duration; // 00:07:20
See also
AndKittyInjector
Open Source
Inject a shared library into a process using ptrace…
ipatool
Open Source
Command-line tool that allows searching and downloading app packages (known as ipa files) from the i…
bddisasm
Open Source
bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, bas…
pylabview
Open Source
Python reader of LabVIEW RSRC files (VI, CTL, LLB). File format description on the Wiki.…
BitMono
Open Source
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.…
NebulaFD
Free
A work in progress, reimagined decompiler for Clickteam Fusion.…