aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/utils.py
Commit message (Collapse)AuthorAge
* Add support for AkamaiHD's HTTP streaming protocol.Gravatar Christopher Rosell2012-10-04
|
* Handle empty lines in livestreamerrc.Gravatar Christopher Rosell2012-09-29
|
* No need to close *nix fifo, just remove it.Gravatar Christopher Rosell2012-09-18
|
* Move the named pipe stuff to a file-like class.Gravatar Christopher Rosell2012-09-18
|
* Catch more exceptions in urlopen.Gravatar Christopher Rosell2012-09-09
|
* Make urlget prefetch by default.Gravatar Christopher Rosell2012-09-09
|
* Add a exception argument to urlopen.Gravatar Christopher Rosell2012-09-08
|
* Get rid of urllib and use requests instead.Gravatar Christopher Rosell2012-09-07
|
* Add logging.Gravatar Christopher Rosell2012-08-15
|
* Add 15 sec timeout for HTTP requests.Gravatar Christopher Rosell2012-07-23
|
* Smoother JSON checks.Gravatar Christopher Rosell2012-07-05
|
* Improved livestreamerrc reading.Gravatar Christopher Rosell2012-06-14
| | | | | - Now supports comments prefixed with '#'. - Now handles arguments with no value.
* Refactor stream input/output.Gravatar Christopher Rosell2012-05-25
| | | | | - Now uses pbs library to handle subprocesses. - Removed -c option as not all plugins may be based on subprocesses.
* Added PluginError exception to make error handling nicer.Gravatar Christopher Rosell2012-04-21
| | | | Also added a utility function to do HTTP requests.
* Refactor the stream/command line handling.Gravatar Christopher Rosell2012-03-21
|
* Fix argument splitting.Gravatar Christopher Rosell2012-01-19
|
* Add argument reading from ~/.livestreamerrc.Gravatar Christopher Rosell2011-12-19
|
* Add SWF verification.Gravatar Christopher Rosell2011-10-26
|
* Initial commit.Gravatar Christopher Rosell2011-08-15