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
pyinstxtractor-ng
Open Source
PyInstaller Extractor Next Generation…
ret-sync
Open Source
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2…
ipatool
Open Source
Command-line tool that allows searching and downloading app packages (known as ipa files) from the i…
Frida
Open Source
Kali
Dynamic instrumentation toolkit for developers, reverse engineers, and security researchers. Injects…
AAIdrive
Open Source
Implementations of some Android Auto features as unofficial IDrive apps…
BitMono
Open Source
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.…