chore: update yt_dlp_dart

This commit is contained in:
Kingkor Roy Tirtho 2025-02-08 22:17:29 +06:00
parent b58dec7d1f
commit b1b7d0fda7
2 changed files with 8 additions and 4 deletions

View File

@ -2737,9 +2737,11 @@ packages:
yt_dlp_dart:
dependency: "direct main"
description:
path: "../yt_dlp_dart"
relative: true
source: path
path: "."
ref: e2d82305fab18566408d6f8758361017d1640c3d
resolved-ref: e2d82305fab18566408d6f8758361017d1640c3d
url: "https://github.com/KRTirtho/yt_dlp_dart.git"
source: git
version: "1.0.0"
sdks:
dart: ">=3.6.1 <4.0.0"

View File

@ -141,7 +141,9 @@ dependencies:
url: https://github.com/Hexer10/youtube_explode_dart.git
ref: e519db65ad0b0a40b12f69285932f9db509da3cf
yt_dlp_dart:
path: ../yt_dlp_dart
git:
url: https://github.com/KRTirtho/yt_dlp_dart.git
ref: e2d82305fab18566408d6f8758361017d1640c3d
dev_dependencies:
build_runner: ^2.4.13