-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot add video from url #196
Comments
Does this occur when trying to download from YT rather than soundcloud? |
|
It looks changed youtubedl-android behavior but I cannot find cause. ┌─[turtton@tArchDesktop] - [~] - [日 2月 04, 19:33]
└─[$] <> URL=https://soundcloud.com/letiamash/bi-doromoyou-letiamash-bootleg-fc-anicommune-vol3
┌─[turtton@tArchDesktop] - [~] - [日 2月 04, 19:33]
└─[$] <> yt-dlp --dump-single-json -f b $URL | jq '. | {id: .id, title: .fulltitle, type: ._type, thumbnailId: .thumbnail, url: .webpage_url, video_url: .url, domain: .webpage_url_domain}'
{
"id": "1555258468",
"title": "[Buy→FreeDL] ビードロ模様 (Letiamash Bootleg) [F/C AniCommune vol.3]",
"type": "video",
"thumbnailId": "https://i1.sndcdn.com/artworks-sk1NdKfzy5iLWECy-RUIfSg-original.jpg",
"url": "https://soundcloud.com/letiamash/bi-doromoyou-letiamash-bootleg-fc-anicommune-vol3",
"video_url": "https://cf-media.sndcdn.com/y5GWykGsLML5.128.mp3?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiKjovL2NmLW1lZGlhLnNuZGNkbi5jb20veTVHV3lrR3NMTUw1LjEyOC5tcDMqIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzA3MDQzMjExfX19XX0_&Signature=S9myuxdba5UBdDa6x1SwLj~w5aOAkWJm7JaDmOr0gwx0v32igvH7uqUmzJ0WpyYFUE80Mx1lordg2zJqv0w0jwvrYZLAeNZGJmS2BQl33pTQAzi6e~YzXvHixMA75TEcvt7E4Tx3jCssGSCbJzJ1t5yFeldNJkuY8PAmovB04NpOtMZYVNlAMqDJxJEnXRxUeTC1vM2Ui~wIntGF6CYjTSMdiC~BZXBfL0uLA1jEHf3vkK8U0bDHE11hn9zUQKjN5xOSEUujALxIp-9QKPVltflOV5jg0VcxFjwuVkuxO1BFLX5~qB77~w2s~9N6WBfwXf7nzdQTju-Wr4FkYA27qg__&Key-Pair-Id=APKAI6TU7MMXM5DG6EPQ",
"domain": "soundcloud.com"
} |
I tested in physical device GooglePixel6a(Android 14) and succeed importing YT and soundcloud, but failed to play YT video(soundcloud musics were played. |
I created a library that's an abstraction for https://github.com/sealedtx/java-youtube-downloader and makes it extremely easy to download YT videos using Java I've set up an action to publish it to GitHub Packages, and one package has been published, but I don't know how to let people use it If you know how, please let me know so I can add that to a README |
MavenRegistry on Github is not recommended to use as it always requires authentication to import dependency. YtAlarm uses youtubedl-android to support various websites and I have no plans to change to other libraries. |
Then you could create an issue on their repo, and maybe temporarily use my library with https://jitpack.io/ |
I do not know why, but everything looks work fine for now, so close this issue. |
Describe the bug
A clear and concise description of what the bug is.
バグの内容の簡素な説明
SSIA. I tried yt and soundcloud but both failed.
To Reproduce
Steps to reproduce the behavior(再現手順):
Related code:
YtAlarm/app/src/main/kotlin/net/turtton/ytalarm/worker/VideoInfoDownloadWorker.kt
Line 106 in af1e7e5
Expected behavior
A clear and concise description of what you expected to happen.
期待した挙動
Success import
Screenshots
If applicable, add screenshots to help explain your problem.
スクリーンショット(あれば)
Smartphone (please complete the following information):
バグが発生した端末の情報
Additional context
Add any other context about the problem here.
その他追加で情報があればここに
The text was updated successfully, but these errors were encountered: