aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins/__init__.py
Commit message (Collapse)AuthorAge
* Improve quality weighting.Gravatar Christopher Rosell2012-09-30
|
* Add Ongamenet plugin.Gravatar Christopher Rosell2012-09-08
|
* Added GOMTV plugin support adapted from https://github.com/sjp/GOMstreamerGravatar Niall McAndrew2012-08-25
|
* 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
|
* Add SVTPlay plugin.Gravatar Christopher Rosell2012-06-18
|
* 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.
* 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 get_streams always return a dict.Gravatar Christopher Rosell2012-04-21
|
* Putting some organizational logic into the Plugin base class to ↵Gravatar Dominik Dabrowski2012-04-19
| | | | automatically choose a 'best' quality
* Make livestreamer more usable as a library.Gravatar Christopher Rosell2012-03-21
|
* Refactor the stream/command line handling.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.
* Plugins can now add extra arguments to the cli.Gravatar Christopher Rosell2012-01-19
|
* Initial commit.Gravatar Christopher Rosell2011-08-15