aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/compat.py
Commit message (Collapse)AuthorAge
* Fix file check on Python 3.Gravatar Christopher Rosell2012-09-26
|
* Get rid of urllib and use requests instead.Gravatar Christopher Rosell2012-09-07
|
* livestreamer.plugins.gomtv: Add some logging.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 logging.Gravatar Christopher Rosell2012-08-15
|
* Use "rtmpdump.exe" on Windows.Gravatar Christopher Rosell2012-06-18
|
* Add support for writing stream to stdout.Gravatar Christopher Rosell2012-05-26
|
* 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.
* Simplify Python compat.Gravatar Christopher Rosell2012-05-24
|
* Change the way plugins are used.Gravatar Christopher Rosell2012-03-21
| | | | | Also use http as default protocol when URL is missing protocol.
* Add SWF verification.Gravatar Christopher Rosell2011-10-26
|
* Add livestreamer.compat for 2.6 and 2.7 support.Gravatar Christopher Rosell2011-10-13