Downloading videos into gallery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Downloading videos into gallery

I require the code to put an option to download the videos on the SoloLearn code playground to gallery ....thanks in advance

20th Sep 2017, 12:01 PM
CSK
4 Answers
+ 11
Well you can't do it using Sololearn code-playground. Because when you install Sololearn it never seeks an permission to access you gallery. But if you run that code in browser, you'll be able to do that.
20th Sep 2017, 2:22 PM
Suresh
+ 6
@CubiX , thanks for the detailed explanation!!☺😊
26th Sep 2017, 10:18 AM
CSK
+ 4
it will require very high study of jquery ...although u can do it..seqrch over the inetrnet🤔🤔🤔🤔🤔
20th Sep 2017, 2:19 PM
Ironman Pd
Ironman Pd - avatar
+ 3
I have to concur with Idrina on this one, there really isn't any chance to make this in the code playground. The code you execute in there, is sent to their servers for compilation and execution. You would have better luck in installing an IDE to your computer. I suggest Visual Studio Code. It's light, and you can add modifications to it. When it comes to downloading videos..- It completely depends on your source. Are you downloading then from a database? If so, then you should look in to connectors to your DB type for javascript.
26th Sep 2017, 9:47 AM
eRosz
eRosz - avatar