rpm-software-management/urlgrabber
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
urlgrabber -- A high-level cross-protocol url-grabber INSTALLATION INSTRUCTIONS If you want to install urlgrabber on your system, simply open the package and run: python setup.py install Take a look at the install options by doing python setup.py install --help With no arguments, distutils will add all modules to a 'urlgrabber' package under your python site-packages directory. You can build rpms by running python setup.py bdist_rpm The rpms (both source and "binary") will be specific to the current distribution/version and may not be portable to others. This is because they will be built for the currently installed python. keepalive.py and byterange.py are generic urllib2 extension modules and can be used to add keepalive and range support to any urllib2 application. As of version 2.9.x, urlgrabber is no longer tested with python versions less than 2.2. It will probably work with 2.0, but will almost certainly NOT work under prior python versions.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published