youtubedl-android icon indicating copy to clipboard operation
youtubedl-android copied to clipboard

youtube-dl for android

Results 82 youtubedl-android issues
Sort by recently updated
recently updated
newest added

# [GUIDE]: How to update Python Hi guys, today I'm creating this issue to show you all the process I followed in order to build the Python package from source...

I have initialized and can use yt-dlp successfully but it doesn't seem to detect FFmpeg. Here is my code in onCreate ![image](https://github.com/user-attachments/assets/329a5035-f1a8-433a-8ede-f5712b64cf19) This is the first app I've developed so...

YouTubeDL not found java util class , so ,please provide solution

I hashed out the workings of getting HWaccel in ffmpeg working with yt-dlp, the args for a mobile device looks like `--ppa "ModifyChapters+ffmpeg_i:-hwaccel opencl -hwaccel_output_format opencl" --ppa "ModifyChapters+ffmpeg_o:-c:v hevc_mediacodec"` Most...

Hi, I am trying to downlaod videos with best quality, but when I use request.addOption("-f", "best"); I comes with a poor quality, What can I do to get 4k or...

videoInfo.getUrl(); returns null; Example: ```java VideoInfo videoInfo = YoutubeDL.getInstance().getInfo("https://www.youtube.com/watch?v=eYfjh0U6uQU"); System.out.println(videoInfo.getUrl()); // prints null ```

The library should be able to show you which processes are running so the app can easily manage multiple concurrent downloads. Because currently its unclear what is running and what...

implementation("io.github.junkfood02.youtubedl-android:library:0.16.0") implementation("io.github.junkfood02.youtubedl-android:ffmpeg:0.16.0") implementation("io.github.junkfood02.youtubedl-android:aria2c:0.16.0") // optional --------------------------------------------------------------------------- After introducing this library, the Release environment will fail to parse YouTube, while the Debug environment will be able to parse YouTube successfully, probably...

Try cutting a video with yt-dlp. Sample command: --download-sections "*6:11-7:42" -f "298+251" -P "/storage/emulated/0/Download/Testing" -o "%(title)s.%(ext)s" "https://www.youtube.com/watch?v=DEgt25yYidY" ![image](https://github.com/yausername/youtubedl-android/assets/75589932/400b0579-d84e-482f-bdd0-e29ce0143e9d)

![Screenshot_20241011_092226](https://github.com/user-attachments/assets/6b27d91d-f9b3-49c4-9ff2-c57982673026) Getting exception while executing below methods after updating min sdk 24 YoutubeDL.getInstance().init(ctx); FFmpeg.getInstance().init(ctx); Aria2c.getInstance().init(ctx);