iBR

Results 77 comments of iBR

Well, You can enter any url supported by yt-dlp, you can use like this `https://youtu.be/T9EKCoYlhZA` or `https://www.youtube.com/watch?v=T9EKCoYlhZA` ``` YoutubeDLRequest request = new YoutubeDLRequest("https://www.youtube.com/watch?v=T9EKCoYlhZA"); ``` Sorry if I don't understand correctly...

Could you please explain more, I don't understand what you mean.

Maybe this is related to youtube-dl [https://github.com/ytdl-org/youtube-dl/issues/14139](https://github.com/ytdl-org/youtube-dl/issues/14139) I tried the link and it works fine for me

``` youtube-dl -f best https://youtu.be/nIoQMVTxyd4 -v [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-f', 'best', 'https://youtu.be/nIoQMVTxyd4', '-v'] [debug] Encodings: locale UTF-8, fs...

You can take a look at documentation on building python for android can be seen [here](https://github.com/yausername/youtubedl-android/blob/master/BUILD_PYTHON.md). Same for ffmpeg [here](https://github.com/yausername/youtubedl-android/blob/master/BUILD_FFMPEG.md). Alternatively, you can use pre-built packages from [here (android5+)](http://termux.net/dists/stable/) or...

I think the screenshot provided by @Kita2345 is not related to this issue, as the download path and the path of move after download are the same destination. ![Screenshot_20220216-120630_Download Navi](https://user-images.githubusercontent.com/20098154/154222161-57da1774-7618-444d-ba13-143355d709b0.jpg)

> @xibr > The download and move path can't be the same. Therefore you are getting the error Exactly, if someone might have checked the checkbox move after the download...

About this issue I think we should check if the file exists when the resume button is pressed If not exists we must start the download from the beginning.

Check this maybe it helps https://github.com/anggrayudi/SimpleStorage

Even with battery optimization disable, Android still kills the download process in the background, try removing the app from recent apps the download will stop. Tested on android 10