mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-26 17:45:55 +03:00
[GH-ISSUE #244] [BUG] Download videos with YouTube Plus #217
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michael1900 on GitHub (Dec 6, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/244
I have installed YouTube Plus and it worked well but when i try to download a video i can not find it, nor in Gallery or in other paths.
Where the video downloaded is saved?
@hugeBlack commented on GitHub (Dec 7, 2024):
I have youtube plus 5.0.2 and the download just worked. I think you might need to give LiveContainer limited access to photos so it can save your video.
@michael1900 commented on GitHub (Dec 7, 2024):
I will try asap...
@michael1900 commented on GitHub (Dec 7, 2024):
Ok now LC has the right permissions and download seems work well but still i can not find them in Gallery
@michael1900 commented on GitHub (Dec 7, 2024):
If i download an image from a video, the image is correctly saved in Gallery, but not the video itself.
i cant find the video.
Exactly the same with YTMusic, the download of an audio seems work but then i cant find it.
@hugeBlack commented on GitHub (Dec 7, 2024):
what's your livecontainer's version?
@michael1900 commented on GitHub (Dec 7, 2024):
In the info i see version 3.0.0
@michael1900 commented on GitHub (Dec 7, 2024):
Sometimes also i have this error but i dont know if it s a bug in LiveContainer or YTP itaelf:
Command execution failed with rc=1 and output=ffmpeg version v4.4-dev-416 Copyright (c) 2000-2020 the FFmpeg developers
built with Apple LLVM version 7.3.0 (clang-703.0.31)
configuration: --sysroot=/Applications/Xcode-v7.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk --prefix=/Users/taner/Projects/mobile-ffmpeg/prebuilt/ios-arm64/ffmpeg --enable-version3 --arch=aarch64 --cpu=armv8 --target-os=darwin --ar=/Applications/Xcode-v7.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar --cc=clang --cxx=clang++ --as='/Users/taner/Projects/mobile-ffmpeg/.tmp/gas-preprocessor.pl -arch aarch64 -- clang -arch arm64 -target aarch64-ios-darwin -march=armv8-a+crc+crypto -mcpu=generic -DMOBILE_FFMPEG_ARM64 -Wno-unused-function -Wno-deprecated-declarations -fstrict-aliasing -fembed-bitcode -DIOS -DMOBILE_FFMPEG_LTS -DMOBILE_FFMPEG_BUILD_DATE=20200725 -isysroot /Applications/Xcode-v7.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Oz -miphoneos-version-min=9.3 -I/Applications/Xcode-v7.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/usr/include' --ranlib=/Applications/Xcode-v7.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib --strip=/Applications/Xcode-v7.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip --enable-neon --enable-cross-compile --enable-pic --enable-asm --enable-inline-asm --enable-optimizations --enable-swscale --enable-static --disable-shared --enable-small --disable-v4l2-m2m --disable-outdev=v4l2 --disable-outdev=fbdev --disable-outdev=audiotoolbox --disable-indev=v4l2 --disable-indev=fbdev --disable-openssl --disable-xmm-clobber-test --disable-debug --disable-neon-clobber-test --disable-programs --disable-postproc --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-sndio --disable-schannel --disable-securetransport --disable-xlib --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-appkit --disable-alsa --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --enable-libmp3lame --enable-libvorbis --enable-libopencore-amrnb --enable-libshine --enable-libspeex --enable-libwavpack --enable-libilbc --enable-libopus --enable-libsoxr --enable-libtwolame --disable-sdl2 --enable-libvo-amrwbenc --enable-zlib --enable-audiotoolbox --enable-bzlib --enable-videotoolbox --disable-avfoundation --enable-iconv --enable-libmp3lame --enable-libvorbis --enable-libopencore-amrnb --enable-libshine --enable-libspeex --enable-libwavpack --enable-libilbc --enable-libopus --enable-libsoxr --enable-libtwolame --disable-sdl2 --enable-libvo-amrwbenc --enable-zlib --enable-audiotoolbox --enable-bzlib --enable-videotoolbox --disable-avfoundation --enable-iconv
libavutil 56. 55.100 / 56. 55.100
libavcodec 58. 96.100 / 58. 96.100
libavformat 58. 48.100 / 58. 48.100
libavdevice 58. 11.101 / 58. 11.101
libavfilter 7. 87.100 / 7. 87.100
libswscale 5. 8.100 / 5. 8.100
libswresample 3. 8.100 / 3. 8.100
/var/mobile/Containers/Data/Application/4751888A-8722-45F6-8C17-A37E2C962C0D/Documents/Data/Application/0A57B26D-5B85-4F: No such file or directory
.
@michael1900 commented on GitHub (Dec 7, 2024):
@hugeBlack also when i have not the error, almost never, the download of a video or sound seems like never completed because if i try to download it again or another one i have an error: simultaneous downloads are not available. Like the first download never ends.
Same with YTMusic.
@hugeBlack commented on GitHub (Dec 7, 2024):
Well This is the root cause:
Seems like the path exceeds length limit and was truncated so ffmpeg crashed.
Can you convert the app to Shared App (shared app has shorter path length) and try again?
@hugeBlack commented on GitHub (Dec 7, 2024):
YTmusic on me side don't have this issue though. You can check the "downloads" tab for you audio.
@michael1900 commented on GitHub (Dec 7, 2024):
Fixed! Thank you
@michael1900 commented on GitHub (Dec 7, 2024):
I have always this error or i am seeing in the wrong path?
@hugeBlack commented on GitHub (Dec 7, 2024):
Not sure what's going on, downloaded audios should be there. I have YTMusic 7.27.2 and YTMusicUltimate2.3, using LiveContainer 3.1.0, you may upgrade both YTUltimate and LiveContainer and have a try.
@michael1900 commented on GitHub (Dec 7, 2024):
Can you post a link to last same YTMusic and MusicUltimate ipa, please?
I am using this ipa: YouTube Music Ultimate 7.29.1.ipa
@hugeBlack commented on GitHub (Dec 7, 2024):
https://t.me/XipaX/1036
@michael1900 commented on GitHub (Dec 7, 2024):
Fixed! You are stunning!
it was a problem with the ytmusic last version used by me.
Can you help me to fix also the problem with eevee spotify in the other thread opened?
Thank you