Page 1 of 1
YouTube downloader
Posted: 21 Dec 2018 07:51
by Rafi4
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
Re: YouTube downloader
Posted: 23 Dec 2018 18:16
by Desmanto
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.
Re: YouTube downloader
Posted: 23 Dec 2018 21:45
by Rafi4
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
Re: YouTube downloader
Posted: 24 Dec 2018 17:01
by Desmanto
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.