Fetch
Fetch copied to clipboard
The best file downloader library for Android
I successfully downlaod a one video but when I try to download with another video url , the download process doesn't work at all . Why ?????
jcenter is deprecated, when do you think that the library will be available in other repositories as mavenCentral or google?
Fetch 3.1.4x Standard config. Download complete normally, everything seems normal. But some times files get corrupt. Also sometimes it failed to get file size. Old version 3.1.2 did not have...
Thank you for this beautiful library. I really appreciate your work. I am having an issue while downloading M3U8 videos. The library is downloading M3U8 manifest file itself instead of...
'DefaultFetchNotificationManager' is abstract; cannot be instantiated this error message is coming. this is my code FetchConfiguration fetchConfiguration = new FetchConfiguration.Builder(mContext) .setDownloadConcurrentLimit(10000) .setNotificationManager(new DefaultFetchNotificationManager(mContext)) .setHttpDownloader(new OkHttpDownloader(Downloader.FileDownloaderType.PARALLEL)) .build(); Fetch fetch = Fetch.Impl.getInstance(fetchConfiguration);
`jcenter` is at end of life, please migrate it to Maven Central.
Library crash when building pending intent for notification ## Expected Behavior Application not crashing when using **DefaultFetchNotificationManager** ## Current Behavior Crash catch stack: ```kotlin Targeting S+ (version 31 and above)...
I add the dependecy but my project does not load its classes etc. Although syn finished successfully, but not working like other libraries.
Hi, i'm trying to use this library and it seems like a great work 👍 I want to download file to shared storage (_Movies/myVideo.mp4_). Currently Fetch supports `file:///files/` and `content://com.contentprovider.provider/`...