87 packages tagged with “downloader”
Fast and reliable multipart downloader with asynchronous progress events for .NET
FFmpeg assemly downloader. Download ffmpeg binary data on Windows, Mac or Linux.
Xrm ToolBox Plugin which download attachments files from any Data Verse table. Take fetch xml as input to filter out the records.
A Portable Download Manager for .NET
A simple high performance downloader for .NET with multi-chunk and bandwidth throttling support.
A high Performance C# file downloader that asyncrounously downloads files as pieces. Made as a faster, more efficent replacement to Microsoft's WebClient.
Download subtitles (by name, file or directory) for any Movie/TV Show.
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
A simple downloader package that can be used for creating simple yet efficient file downloading applications. If you'd like, please send me your opinions on the package through email so that I could improve it as time goes on. This version of the project has discontinued and has moved to here: https://www.nuget.org/packages/CarbonlessWebOperations/1.1.0 This project will no longer be updated.
Managed and testable .NET bindings for Microsoft Windows Background Intelligent Transfer Service (BITS) technology.
libvideo (aka VideoLibrary) is a modern .NET library for downloading YouTube videos. It is portable to most platforms and is very lightweight. Find us on GitHub at https://github.com/omansak/libvideo
The WeTransfer downloader takes care of your received WeTransfers fully automatically. The tool reads an email inbox fully automatically and takes all WeTransfer emails. The download link is read from these and the data is downloaded. This version of the WeTransfer downloader is designed for use as a Nuget package. The emails can be retrieved via EWS | IMAP | Graph | Pop3 connections. The configuration is done here in the mail handler. The WeTransfer-Downloader can be used as a standalone application. Drivers for the Edge | Firefox | Chrome browsers are installed in the package.
A downloader API for .net standard. It has partition downloading with stop/start features.
Fastest youtube downloader API using Y2Mate.com
Allows for navigating and downloading from Cloudflare sites in under-attack mode
This is a HTTP(S) file downloader with support of caching and resuming of partially downloaded files. The main goal of .NET File Downloader is to facilitate downloading of big files on bad internet connections. It supports resuming of partially downloaded files. So if the download is interrupted and restarted, only the remaining part of file would be downloaded again.
This library can be used to check for application updates. It is designed for WPF and Windows Forms applications. In order to use it, you require an XML file on a remote or local server that represents the Update class.
Download manager supporting segmented downloading with pause and resume. SegmentDownloader.Protocol package is required if you aren't implementing your own IProtocolProvider.
download file in blazor wasm project from byte array
Segment downloader protocol component, extension for SegmentDownloader.Core. Includes HTTP, FTP protocols.
[DEPRECTATED] Use Xamarin.Google.Android.Vending.Expansion.Downloader instead. C# implementation of Google's Android APK Expansion Downloader.
A simple downloader package that can be used for creating simple yet efficient file downloading applications. If you'd like, please send me your opinions on the package through email so that I could improve it as time goes on.
Control everything: Visual Studio, MSBuild Tools, CI, and more. Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and … ⚠ Modern Official Packages will be distributed as https://www.nuget.org/packages/vsSolutionBuildEvent Please consider upgrading 📦 https://www.nuget.org/packages/vsSBE.CI.MSBuild is no longer maintained. Open source project https://github.com/3F/vsSolutionBuildEvent
M3U8.Downloader - download m3u8 video files.
A free to use library as a download manager. Includes retry, priority, cancel, etc.. function. Features: • StatusRequest: Calls a Head request and returns a response message with the headers. • SiteRequest: Scans a website for all references. • GetRequest: To download the response into a file. • LoadRequest: Extends GetRequest with chunked download.
YouTubeStreamDownloader is a .NET 8 package that allows developers to interact with YouTube. It provides functionality to retrieve video metadata, download videos, extract audio, get subtitles, and fetch playlists and channel information using the YoutubeExplode library.
A light weight CLI tool for downloading wallpapers
A TikTok video/audio downloader library.
Collect, process and store intraday data from IEX Cloud.
A free to use library as wrapper around the HttpClient to use as a download manager or as easy producer consumer implementation. All Requests will be handled by an PriorityQueue in a parallel state to have a simple and efficient way to handle many Requests. Tested with more than 1000 HttpRequests. Also includes retry, priority and cancel function. Classes: • StatusRequest: Calls a Head request and returns a response message with the headers. • OwnRequest: Wrapper around your own requests. Easy to self-expand function. • SiteRequest: Scans a website for all references. • LoadRequest: To download the response into a file. o This is a HTTP file downloader with pause and resuming function. Returns an IProgress to get the download progress.