aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Release version 1.0.0.Gravatar Christopher Rosell2012-04-29
|
* 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
|
* livestreamer.plugins.ustreamtv: A more proper fix for AMF parsing.Gravatar Christopher Rosell2012-04-19
|
* livestreamer.plugins.ustreamtv: Fix AMF parsing.Gravatar Christopher Rosell2012-04-19
|
* Only require argparse on Python <2.7 and <3.2.Gravatar Christopher Rosell2012-04-19
|
* Merge pull request #6 from doda/masterGravatar Christopher Rosell2012-04-19
|\ | | | | Add "best" quality.
| * Putting some organizational logic into the Plugin base class to ↵Gravatar Dominik Dabrowski2012-04-19
| | | | | | | | automatically choose a 'best' quality
* | Merge pull request #5 from doda/masterGravatar Christopher Rosell2012-04-19
|\| | | | | Update setup.py for Python 2.6 since it doesn't ship with argparse.
| * update setup.py for python2.6 since it doesnt ship with argparseGravatar Dominik Dabrowski2012-04-19
|/
* Make livestreamer more usable as a library.Gravatar Christopher Rosell2012-03-21
|
* Move CLI related constant to cli.py.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.
* livestreamer.plugins.ownedtv: Use two regexes.Gravatar Christopher Rosell2012-03-21
| | | | | It seems both regexes are needed for different URLs. Should now work on both /live/id and /channelname URLs.
* Another ownedtv regex fix.Gravatar Christopher Rosell2012-03-14
|
* Merge pull request #3 from termac/masterGravatar Christopher Rosell2012-02-29
|\ | | | | fix for ownedtv plugin
| * alter regular expression in ownedtv plugin to again find the channel idGravatar termac2012-02-29
|/
* Use a markdown README instead.Gravatar Christopher Rosell2012-01-19
|
* Update README.Gravatar Christopher Rosell2012-01-19
|
* livestreamer.plugins.justintv: Now supports subscription channels.Gravatar Christopher Rosell2012-01-19
| | | | Needs a cookie passed with --jtv-cookie to get a subscription key.
* Plugins can now add extra arguments to the cli.Gravatar Christopher Rosell2012-01-19
|
* Fix argument splitting.Gravatar Christopher Rosell2012-01-19
|
* Add argument reading from ~/.livestreamerrc.Gravatar Christopher Rosell2011-12-19
|
* livestreamer.plugins.ownedtv: Always use first stream.Gravatar Christopher Rosell2011-12-19
|
* Some code rearrangements.Gravatar Christopher Rosell2011-10-26
|
* Add SWF verification.Gravatar Christopher Rosell2011-10-26
|
* livestreamer.plugins.justintv: Behave more like flash player.Gravatar Christopher Rosell2011-10-19
|
* Add livestreamer.compat for 2.6 and 2.7 support.Gravatar Christopher Rosell2011-10-13
|
* Fix typo in README.Gravatar Christopher Rosell2011-10-13
|
* livestreamer.plugins.ownedtv: Add proper CDN handling.Gravatar Christopher Rosell2011-10-13
|
* Update README.Gravatar Christopher Rosell2011-08-15
|
* Add example usage to README.Gravatar Christopher Rosell2011-08-15
|
* Initial commit.Gravatar Christopher Rosell2011-08-15