Tags
Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated last month
All versions
3.0.0-beta.6
Beta
WM-YT/3.0.0-beta.6last month 933
Compatibility
Minecraft: Java Edition
1.21.11
1.21.1
1.20.1
1.19.2
1.18.2
Platforms
Fabric
Forge
NeoForge
Supported environments
Client-side
Required content
Changes
📦 RELEASE 3.0.0-beta.6
- 🐛 Fixed: YouTube (and other) links failing to resolve — replaced NewPipeExtractor with yt-dlp, which keeps up with YouTube's player signature/throttling changes. The standalone yt-dlp binary is fetched on demand at runtime (no Python required)
- ✨ Added Facebook, Instagram and Newgrounds support, alongside YouTube and SoundCloud
- ✨ Added a BotGuard po_token retry (rustypipe-botguard) for YouTube "confirm you're not a bot" blocks
- ⚙️ Changed: now requires WaterMedia 3.0.0-beta.19+, which fixes the slow load on split video+audio sources
- ⚙️ Changed: CI now auto-updates yt-dlp weekly and publishes to CurseForge & Modrinth
- 📄 Added bundled license notices for the third-party tools (yt-dlp — Unlicense, XZ for Java — 0BSD)
Known incompatibilities
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| watermedia_platform_extension-3.0.0-beta.6-sources.jar | Unknown | 54.98 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:P0w3IrnX:X7yPmUwi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P0w3IrnX:X7yPmUwi"
}


