Compare commits

..

4 Commits

Author SHA1 Message Date
Marcelo Castellano
0121af2389
Merge 9baf58e333 into e132c4036c 2026-02-03 00:13:11 -03:00
Kingkor Roy Tirtho
e132c4036c chore: upgrade pubspec 2026-02-02 10:11:55 +06:00
Kingkor Roy Tirtho
759bf36387
cd: disable free disk space step 2026-02-01 22:16:18 +06:00
Kingkor Roy Tirtho
8bce0fa17d
fix: upgrade NewPipeExtractor to latest version fixinng playback issue 2026-02-01 17:28:00 +06:00
3 changed files with 14 additions and 13 deletions

View File

@ -78,14 +78,14 @@ jobs:
cache: true cache: true
git-source: https://github.com/flutter/flutter.git git-source: https://github.com/flutter/flutter.git
- name: free disk space # - name: free disk space
if: ${{ matrix.platform == 'android' }} # if: ${{ matrix.platform == 'android' }}
run: | # run: |
sudo swapoff -a # sudo swapoff -a
sudo rm -f /swapfile # sudo rm -f /swapfile
sudo apt clean # sudo apt clean
docker rmi $(docker image ls -aq) # docker rmi $(docker image ls -aq)
df -h # df -h
- name: Setup Java - name: Setup Java
if: ${{matrix.platform == 'android'}} if: ${{matrix.platform == 'android'}}
uses: actions/setup-java@v4 uses: actions/setup-java@v4

View File

@ -946,8 +946,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: HEAD ref: ab3ff415114b7b43593e6ee718ad3d760af18350
resolved-ref: "898fd4ebcef77f5177b08aa6f9b9047bd02c6b9b" resolved-ref: ab3ff415114b7b43593e6ee718ad3d760af18350
url: "https://github.com/KRTirtho/flutter_new_pipe_extractor.git" url: "https://github.com/KRTirtho/flutter_new_pipe_extractor.git"
source: git source: git
version: "0.1.0" version: "0.1.0"
@ -2728,10 +2728,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: youtube_explode_dart name: youtube_explode_dart
sha256: add33de45d80c7f71a5e3dd464dd82fafd7fb5ab875fd303c023f30f76618325 sha256: "3d731d71df9901b1915bae806781df519cff32517e36db279f844ae619669e45"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.0.0" version: "3.0.5"
yt_dlp_dart: yt_dlp_dart:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@ -114,7 +114,7 @@ dependencies:
wikipedia_api: ^0.1.0 wikipedia_api: ^0.1.0
win32_registry: ^1.1.5 win32_registry: ^1.1.5
window_manager: ^0.4.3 window_manager: ^0.4.3
youtube_explode_dart: ^3.0.0 youtube_explode_dart: ^3.0.5
yt_dlp_dart: yt_dlp_dart:
git: git:
url: https://github.com/KRTirtho/yt_dlp_dart.git url: https://github.com/KRTirtho/yt_dlp_dart.git
@ -122,6 +122,7 @@ dependencies:
flutter_new_pipe_extractor: flutter_new_pipe_extractor:
git: git:
url: https://github.com/KRTirtho/flutter_new_pipe_extractor.git url: https://github.com/KRTirtho/flutter_new_pipe_extractor.git
ref: ab3ff415114b7b43593e6ee718ad3d760af18350
http_parser: ^4.1.2 http_parser: ^4.1.2
collection: any collection: any
archive: ^4.0.7 archive: ^4.0.7