Skip to content
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

video download #99

Open
hardikkarkar opened this issue Jun 17, 2017 · 1 comment
Open

video download #99

hardikkarkar opened this issue Jun 17, 2017 · 1 comment

Comments

@hardikkarkar
Copy link

How can i download video file using mulithreaddownload?

@salehmosleh
Copy link

salehmosleh commented Jan 25, 2018

like other files , just use video direct links. just like this :

  final DownloadRequest request = new DownloadRequest.Builder()
                    .setName("videoname.mkv")
                    .setUri("http://examplelink.com/downloadlink/video.mkv")
                    .setFolder(mDownloadDir)
                    .build();
            RequestCallBack req = new RequestCallBack(getApplicationContext());
            mDownloadManager.download(request, "download-primary-tag", req);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants