2012-01-19 23:29:28 +01:00
|
|
|
Livestreamer
|
|
|
|
============
|
2013-03-14 03:37:04 +01:00
|
|
|
Livestreamer is a library and a CLI that can be used to retrieve information and stream data from various livestreaming and VOD services.
|
2012-01-19 23:29:28 +01:00
|
|
|
|
2013-03-14 03:37:04 +01:00
|
|
|
See http://livestreamer.tanuki.se/ for more information on how to use it.
|
2012-10-05 18:40:12 +02:00
|
|
|
|
2013-03-14 03:37:04 +01:00
|
|
|
Contributing
|
2012-12-11 21:45:14 +01:00
|
|
|
------------
|
2012-03-21 22:49:15 +01:00
|
|
|
|
2013-03-14 03:37:04 +01:00
|
|
|
If you wish to contribute to this project please follow these guidelines:
|
2012-03-21 22:49:15 +01:00
|
|
|
|
2013-03-14 03:37:04 +01:00
|
|
|
- Basic Git knowledge (http://gun.io/blog/how-to-github-fork-branch-and-pull-request/).
|
|
|
|
- Coding style: It's not strictly PEP8 (http://www.python.org/dev/peps/pep-0008) but at least tries to stay close to it.
|
|
|
|
- Add unit tests if possible and make sure existing ones pass.
|
|
|
|
- Make sure your code is compatible with Python 2.6+ and 3.2+.
|
|
|
|
- Squash commits where it makes sense to do so (fixing typos or other mistakes should not be a separate commit).
|
|
|
|
- Open a pull request that relates to but one subject with a clear title and description.
|