[Free] Youtube Video Downloader

Exactly, that is why I quoted it is legal if you download videos for personal, non-commercial use...
And do not "SHOUT" in the community...

Now documentation Is Good or not?

good.

I want to make an app for older Android versions (for example, Android 4.0) that plays YouTube videos.
Can I use it? It will be just a Screen with TextBox and VideoPlayer.

Btw what's the type of response from the server? It's a mp4 file or a site? (I will set the response as VideoPlayer media)

It is Video Url and You can use video player or Webview to play it and download it using Extension to download a file to ASD (app-specific directory) without WRITE permission

1 Like

Hmm... Not working.

EDIT: Sorry, this was my problem. I used math + block to join two strings :joy:. I didn't use App Inventor for a while, probably that's why.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

removed solution marker and reopened this thread

A post was merged into an existing topic: Have an idea for an Extension?

Not working in my device.is there any aia file to try in my device

There is a demo aia in the first post of this topic.

I tested this on my companion and I got this error

I used this extension before.In that time it worked properly.

Can you help me

Is there any other extensions doing this work

Hmmm, seems the extension no longer works. Google routinely update their api.

Why not just watch the video from the url instead.

Is there any other way to do it

It was not really because of that, I think rather that the php, js or whatever file is not available, since the url used in the extension responds at least the home properly.

This is an api, even easier because it makes the json and extracts the necessary data xD

Here is an example using this video
https://www.youtube.com/watch?v=jzi6RNVEOtA

and this is the api that gives you like several results of your search
https://line.1010diy.com/web/free-mp3-finder/query?q=jzi6RNVEOtA&type=youtube

and here it shows you the audio and video links available to download with their qualities
https://line.1010diy.com/web/free-mp3-finder/detailV1?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Djzi6RNVEOtA

So the raw URL looks like this

Search results by ID or URL
https://line.1010diy.com/web/free-mp3-finder/query?q=+YOUR CODE OR URL OF YOUTUBE+&type=youtube

Download Links (Audio & Video)
https://line.1010diy.com/web/free-mp3-finder/detailV1?url=+THE URL OF THE ITEM SELECTED+

Remove “+” signs in raw urls

Capicho? because this easy is about 1000 blocks and that's it :v jajaja [JOKE]

1 Like

I didn't understand.please explain little bit more.How I will show video .I only get some text from this.

Please reply

Is I can do this using html
Is I can upload videos to tinywebdb

tsk tsk (annoyed)
The web component is what you should use, and you’ll make a fetch request with the provided API.

Then, using dictionary blocks, manipulate the JSON response, extract the data you need, and that’s it xD

Try this online downloader: