YouTube downloader

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
Rafi4
Posts: 281
Joined: 01 Dec 2017 05:23

YouTube downloader

Post by Rafi4 » 21 Dec 2018 07:51

Hi Martin and all
how can I download YouTube videos to my SD card audio or video how can I create flow.

trigger = send or share intent received

condition = confirmation dialog
true =mp3 file
false=mp4 file to my internal storage or memory card.

how can I?

thanks from record4
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: YouTube downloader

Post by Desmanto » 23 Dec 2018 18:16

How do you download the video/mp3? Do you append the prefix to the url link? If yes, you can simply concatenate the link from the share intent extra. But you need to give example of your download first, before we can parse it.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

User avatar
Rafi4
Posts: 281
Joined: 01 Dec 2017 05:23

Re: YouTube downloader

Post by Rafi4 » 23 Dec 2018 21:45

hi desmanto

in this screen shot how can I paste link automatically and how can I get format mp3 or mp4. also give me how can I use Actoin "control UI ()" function "paste".

thanks from record4
Attachments
screenshot-1-1.png
screenshot-1-1.png (228.85 KiB) Viewed 7455 times
youtube_download .xml
(3.23 KiB) Downloaded 588 times
No.1 Automation app in play store Automagic Premium
Samsung Galaxy j2 non rooted.
Android 5.1.1

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: YouTube downloader

Post by Desmanto » 24 Dec 2018 17:01

No, you can't paste inside browser frame, it is sandboxed. There is no direct way you can use Control UI to paste it then. I thought the website support http post, but it hide the button behind a very complex javascript.

I used to know another way, by appending "ss" to the youtube url, this method will work. But I try it now and doesn't work anymore, the website probably shut down already. Need to find other way to do it.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Post Reply