aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins/ownedtv.py
Commit message (Collapse)AuthorAge
* Get rid of urllib and use requests instead.Gravatar Christopher Rosell2012-09-07
|
* Make the library more thread safe.Gravatar Christopher Rosell2012-08-23
|
* livestreamer.plugins.ownedtv: Add alternative CDNs to stream list.Gravatar Christopher Rosell2012-08-17
|
* Add logging.Gravatar Christopher Rosell2012-08-15
|
* livestreamer.plugins.ownedtv: Fetch SWF URL from page.Gravatar Christopher Rosell2012-08-04
|
* livestreamer.plugins.ownedtv: Add SWF verification.Gravatar Christopher Rosell2012-07-27
|
* 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
|
* fix for own3d's new layout/scheme.Gravatar frontendloader2012-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
* 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
|
* alter regular expression in ownedtv plugin to again find the channel idGravatar termac2012-02-29
|
* livestreamer.plugins.ownedtv: Always use first stream.Gravatar Christopher Rosell2011-12-19
|
* Add livestreamer.compat for 2.6 and 2.7 support.Gravatar Christopher Rosell2011-10-13
|
* livestreamer.plugins.ownedtv: Add proper CDN handling.Gravatar Christopher Rosell2011-10-13
|
* Initial commit.Gravatar Christopher Rosell2011-08-15