aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/__init__.py
Commit message (Collapse)AuthorAge
* Release version 1.3.2.Gravatar Christopher Rosell2012-10-04
|
* cli: Add option to load plugins from custom directories.Gravatar Christopher Rosell2012-09-29
|
* Release version 1.3.1.Gravatar Christopher Rosell2012-09-29
|
* Release version 1.3.Gravatar Christopher Rosell2012-09-19
|
* Update README with URL to docs.Gravatar Christopher Rosell2012-08-24
|
* Add some docs.Gravatar Christopher Rosell2012-08-24
|
* Make the library more thread safe.Gravatar Christopher Rosell2012-08-23
|
* Add logging.Gravatar Christopher Rosell2012-08-15
|
* Added global options module.Gravatar Christopher Rosell2012-06-13
| | | | | | - Removed argument handlers from plugins and use options instead. - Removed arguments to stream.open() and use options instead. - Added rtmpdump option to override location manually.
* 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.
* Add more plugin exceptions.Gravatar Christopher Rosell2012-05-24
|
* Added PluginError exception to make error handling nicer.Gravatar Christopher Rosell2012-04-21
| | | | Also added a utility function to do HTTP requests.
* Make livestreamer more usable as a library.Gravatar Christopher Rosell2012-03-21
|
* Move CLI related constant to cli.py.Gravatar Christopher Rosell2012-03-21
|
* Change the way plugins are used.Gravatar Christopher Rosell2012-03-21
| | | | | Also use http as default protocol when URL is missing protocol.
* Add argument reading from ~/.livestreamerrc.Gravatar Christopher Rosell2011-12-19
|
* Some code rearrangements.Gravatar Christopher Rosell2011-10-26
|
* Initial commit.Gravatar Christopher Rosell2011-08-15