aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins
Commit message (Collapse)AuthorAge
* plugins.ustreamtv: Refactor to support more streams.Gravatar Christopher Rosell2012-10-04
|
* Add Livestream.com plugin (only the new version).Gravatar Christopher Rosell2012-10-04
|
* plugins.ustream: Update for new layout.Gravatar Christopher Rosell2012-10-02
|
* plugins.youtube: Adding a special signature to stream URL is now needed.Gravatar Christopher Rosell2012-09-30
|
* Improve quality weighting.Gravatar Christopher Rosell2012-09-30
|
* Fix broken plugins.onegamenet.Gravatar Christopher Rosell2012-09-22
|
* Add support for Apple HLS streams.Gravatar Christopher Rosell2012-09-21
|
* livestreamer.plugins.justintv: Verify stream info.Gravatar Christopher Rosell2012-09-11
|
* Add Ongamenet plugin.Gravatar Christopher Rosell2012-09-08
|
* Get rid of urllib and use requests instead.Gravatar Christopher Rosell2012-09-07
|
* livestreamer.plugins.justintv: Always use lowercase channel name.Gravatar Christopher Rosell2012-09-01
|
* livestreamer.plugins.justintv: Avoid SWF verification when possible.Gravatar Christopher Rosell2012-08-28
|
* livestreamer.plugins.gomtv: Add some logging.Gravatar Christopher Rosell2012-08-27
|
* livestreamer.plugins.gomtv: Handle main page URL.Gravatar Christopher Rosell2012-08-27
|
* livestreamer.plugins.gomtv: A few tweaks and fixes.Gravatar Christopher Rosell2012-08-25
| | | | | | | - Python 3.x compatible. - Fix cookie handling. - Remove unused methods and variables. - Coding style tweaks.
* Added GOMTV plugin support adapted from https://github.com/sjp/GOMstreamerGravatar Niall McAndrew2012-08-25
|
* Add some docs.Gravatar Christopher Rosell2012-08-24
|
* livestreamer.plugins.justintv: Small tweak to login check.Gravatar Christopher Rosell2012-08-23
|
* 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
|
* Fixing justintv channel name parser if mature content is enabled.Gravatar John Peterson2012-08-11
| | | | | | Fixing justintv channel name parser in case the mature content gate is displayed instead of the channel page. Signed-off-by: Christopher Rosell <chrippa@tanuki.se>
* livestreamer.plugins.justintv: Fix subscription access.Gravatar Christopher Rosell2012-08-05
|
* livestreamer.plugins.ownedtv: Fetch SWF URL from page.Gravatar Christopher Rosell2012-08-04
|
* livestreamer.plugins.justintv: Only request metadata when needed.Gravatar Christopher Rosell2012-08-03
|
* livestreamer.plugins.ownedtv: Add SWF verification.Gravatar Christopher Rosell2012-07-27
|
* Smoother JSON checks.Gravatar Christopher Rosell2012-07-05
|
* 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 YouTube plugin.Gravatar Christopher Rosell2012-05-25
|
* 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
|
* 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
|
* 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.
* 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.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
|
* livestreamer.plugins.ownedtv: Always use first stream.Gravatar Christopher Rosell2011-12-19
|
* 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
|