youtubedl-java
youtubedl-java copied to clipboard
Java wrapper for youtubedl executable
Hi! I am developping a little software to edit mp3 tags (with a javaFx interface) and I use your library to download, from youtube, mp3. And for some reason, the...
i cant not run it any solution maybe path issues
The interface is not available for call. Using 1.1 dependency in maven.
hi, @sapher , @lepouletsuisse . The ref links in readme file just redirect to current page. Guess should be a typo, I replaced it with the youtube-dl git repo link.
Hi, I needed to be able to get some more informations from a video. Example : - view_count - like_count - dislike_count - repost_count - average_rating I added the fields...
``` com.sapher.youtubedl.YoutubeDLException: at com.sapher.youtubedl.YoutubeDL.execute(YoutubeDL.java:90) at .Controller.lambda$request$0(Controller.java:55) at java.lang.Thread.run(Thread.java:748) ``` The code: ```java File bin = new File("bin/youtube-dl.exe"); YoutubeDL.setExecutablePath(bin.getAbsolutePath()); YoutubeDLRequest request = new YoutubeDLRequest(url, downloadDir.getPath()); request.setOption("format", "bestaudio"); request.setOption("output", uuid + ".%(ext)s");...
com.sapher.youtubedl.YoutubeDLException: Error running exec(). Command: [youtube-dl, https://www.youtube.com/watch?v=rHudVncqapU] Working Directory: Environment: [ANDROID_ROOT=/system, EMULATED_STORAGE_SOURCE=/mnt/shell/emulated, LOOP_MOUNTPOINT=/mnt/obb, LD_PRELOAD=libsigchain.so:libNimsWrap.so, ANDROID_BOOTLOGO=1, EMULATED_STORAGE_TARGET=/storage/emulated, EXTERNAL_STORAGE=/storage/emulated/legacy, SYSTEMSERVERCLASSPATH=/system/framework/services.jar:/system/framework/ethernet-service.jar:/system/framework/wifi-service.jar:/system/framework/com.powermo.smartshowcore.jar, ANDROID_SOCKET_zygote=11, PATH=/oem/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, ANDROID_ASSETS=/system/app, ASEC_MOUNTPOINT=/mnt/asec, BOOTCLASSPATH=/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/apache-xml.jar:/system/framework/qcmediaplayer.jar:/system/framework/vcard.jar:/system/framework/tcmiface.jar:/system/framework/qcom.fmradio.jar:/system/framework/WfdCommon.jar:/system/framework/oem-services.jar:/system/framework/vivo-framework.jar:/system/framework/vivo-media.jar:/system/framework/com.powermo.smartshow.jar, ANDROID_PROPERTY_WORKSPACE=9,0, ANDROID_STORAGE=/storage]
Release
Could you make a release containing latest changes?
W/System.err: com.sapher.youtubedl.YoutubeDLException: Error running exec(). Command: [youtube-dl, https://www.youtube.com/watch?v=dQw4w9WgXcQ, --retries, 10, --output, %(id)s, --ignore-errors] Working Directory: Environment: [EXTERNAL_ADD_USB_STORAGE4=/storage/USBstorage4, EXTERNAL_ADD_USB_STORAGE2=/storage/USBstorage2, EMULATED_STORAGE_TARGET=/storage/emulated, EXTERNAL_ADD_USB_STORAGE6=/storage/USBstorage6, EXTERNAL_ADD_USB_STORAGE3=/storage/USBstorage3, EXTERNAL_STORAGE_DOCOMO=/storage/external_SD, ANDROID_SOCKET_zygote=10, PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, EXTERNAL_ADD_USB_STORAGE5=/storage/USBstorage5, BOOTCLASSPATH=/system/framework/WfdCommon.jar:/system/framework/aspectjrt.jar:/system/framework/com.lge.frameworks.jar:/system/framework/com.lge.policy.jar:/system/framework/telephony-target.jar:/system/framework/com.lge.opt.jar:/system/framework/bc-fips.jar:/system/framework/tcmiface.jar:/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/apache-xml.jar, SECONDARY_STORAGE=/storage/external_SD, ANDROID_STORAGE=/storage, EXTERNAL_ADD_USB_STORAGE1=/storage/USBstorage1,...