Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokull/itunes-fetch
https://github.com/jokull/itunes-fetch
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jokull/itunes-fetch
- Owner: jokull
- Created: 2012-06-30T13:13:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-30T13:14:49.000Z (over 12 years ago)
- Last Synced: 2024-12-17T03:58:30.588Z (15 days ago)
- Language: Python
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
itunes-fetch: Add URL’s to iTunes
=================================Because `wget` and drag–n–drop is too much effort. And progress bars.
Prerequisites
-------------Install the requirements: python-requests, clint and rfc6266.
$ mkvirtualenv itunes-fetch # Optional but wise
$ pip install requests clint rfc6266Usage
-----Put itunes_fetch.py somewhere on your `$PATH`. Make sure to `chmod +x` it (make
it executable).$ workon itunes-fetch
$ itunes_fetch.py http://www.tld.com/song.mp3Features
--------+ Follows redirects
+ Download progress bar
+ Built on python-requests
+ Prints the Content-Disposition’s filename for convenience