-
Updated
Jun 23, 2021 - Nim
#
download-file
Here are 93 public repositories matching this topic...
Faster requests on Python 3
python
curl
high-performance
cython
python-library
web-scraper
python3
speed
open-data
http-requests
web-scraping
scrapy
ndjson
python-requests
urllib
download-file
urllib3
faster-than-requests
requests3
requests-toolbelt
Got: Simple golang package and CLI tool to download large files faster 🏃 than cURL and Wget!
go
cli
golang
downloader
download-songs
download-photos
download-videos
hacktoberfest
download-file
chunks
partial-content
fast-downward
-
Updated
Nov 17, 2020 - Go
Automated Download Queue for Communities to take the best use of Internet bandwidth
download-manager
downloadqueue
download-file
download-queue
entreprise-file-downloader
automateddownloads
-
Updated
Apr 17, 2021 - JavaScript
一个轻量级的 PHP 网络操作类, 基于 Curl 封装并实现了 Get | Post | Upload | Download 等常用方法。
-
Updated
Nov 8, 2018 - PHP
Download a specific folder or file from a GitHub repo through command line
github
fetch
cli
files
downloader
command-line
download
npm-package
file
command-line-tool
fetcher
downloads
download-file
github-repository
file-downloader
files-downloader
commandline-options
-
Updated
Aug 21, 2020 - JavaScript
Downloader for android with pause, resume, cancel, queue options
-
Updated
Aug 20, 2019 - Kotlin
-
Updated
Aug 16, 2021 - Java
application
convert-videos
jdownloader
download-songs
download-photos
download-videos
extract-files
download-manager
windows-only
download-file
-
Updated
Jan 8, 2021 - HTML
Collection of automated tasks
python
git
automation
tweets
repository
graph
scheduler
excel
scheduled-jobs
youtube-dl
email-sender
expenses
vehicle-detection
pyautogui
selenium-tests
download-file
git-commands
nfl-stats
open-essentials
-
Updated
Aug 7, 2021 - Python
audio
machine-learning
youtube
download
machine-learning-algorithms
voice
sound
dataset
voice-recognition
pafy
download-file
machine-learning-models
audioset
sound-event-detection
machinelearning-python
voice-computing
voice-ml
-
Updated
Oct 20, 2020 - Python
Upload files from Angular client to a .NET API endpoint
api
angular
dotnet
dotnetcore
upload
file-upload
webapi
file-download
upload-file
download-file
webapi2
dotnet5
-
Updated
Mar 9, 2021 - C#
a web scraper which can find movies ,series ,software ,etc.. direct links and download them
windows
linux
screenshot
scraper
movie
spider
pyqt5
web-scraper
python3
series
query-language
download-manager
download-file
download-movies
-
Updated
May 18, 2020 - Python
A simple implementation for browser to switch string between buffer
-
Updated
Aug 11, 2021 - JavaScript
Android:Files download(REST&URL), Files Cache(DiskCache), Avoid of OOM(AndroidThreadPool)
-
Updated
Apr 18, 2017 - Java
Transfer files between iPhone app and Computer
-
Updated
May 20, 2018 - Objective-C
a simple batch downloader with python and wget
downloader
download
downloadmanager
wget-utility
download-manager
downloads
downloading
batch-download
download-file
-
Updated
Apr 5, 2019 - Python
1
gregyjames
commented
Nov 7, 2019
The write function for download currently downloads each part to a temporary file on the disk and then joins them to create the final file. However, it would be much more efficient to do this in memory. I.E writing to a object instead of a file. We would then join all these chunks to create the final file.
An example of this in C can be seen [here](https://curl.haxx.se/libcurl/c/getinmemory.htm
A very small (160KB, zero dependency) HTTP client for Java using HttpURLConnection
java
cookies
http-client
api-client
http-requests
httpclient
restify
cookiesession
basic-authentication
rest-client
httpurlconnection
download-file
jsonapi-library
basic-auth
json-api-client
-
Updated
May 12, 2020 - Java
Google Music Manager Downloader module / Easily download MP3 collection from Google Music
python
music
downloader
google
download
music-library
daemon
google-music
python-3
download-manager
download-file
google-musicmanager
-
Updated
Sep 22, 2020 - Python
upload file and download filed: javascript and csharp:
-
Updated
Apr 12, 2018 - JavaScript
R functions to download & import efficiently various spatio-temporal data
-
Updated
Jun 18, 2020 - R
node爬取网站js文件,css文件和图片
-
Updated
Dec 18, 2017 - JavaScript
Simple download manager with API interface
docker
downloader
download
downloadmanager
jdownloader
pyload
volumes
download-manager
download-file
linuxserver
jdownloader-2
fastapi
-
Updated
Aug 7, 2021 - Python
Improve this page
Add a description, image, and links to the download-file topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the download-file topic, visit your repo's landing page and select "manage topics."
Would it be possible to have an option to make Downloader pre-allocate the final file and stream into it directly instead of using temporary files? With large downloads the moving of temp files into the final file can take some time, especially with an overzealous anti-virus program.