Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cd5442

Browse files
committed
Restructure README.md
See streamlink#1104 - Move all links to the readme footer (except certain external links) - Update all links and use https where possible - Fix markdown format (headers, lists, links, code blocks) - Reword paragraphs - Add more links to the Streamlink website - Use markdown for all Open Collective links and images - Reorder badges in the readme header - Add Open Collective link to the footer of the issue template
1 parent 6e7b4b4 commit 5cd5442

2 files changed

Lines changed: 74 additions & 51 deletions

File tree

ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ Streamlink and Python version: ...
3939
### Comments, logs, screenshots, etc.
4040

4141
...
42+
43+
44+
[Love Streamlink? Please consider supporting our collective. Thanks!](https://opencollective.com/streamlink/donate)

README.md

Lines changed: 71 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,121 @@
1-
# Streamlink
1+
# [Streamlink][streamlink-website]
22

3-
[![Backers on Open Collective](https://opencollective.com/streamlink/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/streamlink/sponsors/badge.svg)](#sponsors) [![Build Status](https://travis-ci.org/streamlink/streamlink.svg?branch=master)](https://travis-ci.org/streamlink/streamlink)
4-
[![codecov.io](http://codecov.io/github/streamlink/streamlink/coverage.svg?branch=master)](http://codecov.io/github/streamlink/streamlink?branch=master)
3+
[![TravisCI build status][travisci-build-status-badge]][travisci-build-status]
4+
[![codecov.io][codecov-coverage-badge]][codecov-coverage] [![Backers on Open Collective][opencollective-backers-badge]](#backers) [![Sponsors on Open Collective][opencollective-sponsors-badge]](#sponsors)
55

66
Streamlink is a CLI utility that pipes flash videos from online streaming services to a variety of video players such as VLC, or alternatively, a browser.
77

88
The main purpose of streamlink is to convert CPU-heavy flash plugins to a less CPU-intensive format.
99

10-
Streamlink is a fork of the [livestreamer](https://github.com/chrippa/livestreamer) project.
10+
Streamlink is a fork of the [Livestreamer][livestreamer] project.
1111

1212
Please note that by using this application you're bypassing ads run by
1313
sites such as Twitch.tv. Please consider donating or paying for subscription
1414
services when they are available for the content you consume and enjoy.
1515

16-
# Installation
1716

18-
Streamlink can be installed by using Python or through the installers below.
17+
# [Installation][streamlink-installation]
1918

20-
**Installation via Python pip:**
21-
```
19+
#### Installation via Python pip
20+
21+
```bash
2222
sudo pip install streamlink
2323
```
24-
Note: For Windows, omit "sudo"
2524

26-
**Manual installation via Python:**
27-
```
25+
#### Manual installation via Python
26+
27+
```bash
2828
git clone https://github.com/streamlink/streamlink
2929
sudo python setup.py install
3030
```
3131

32-
**Installers for Windows/Mac/Linux:**
33-
34-
- [Mac OSX](https://streamlink.github.io/install.html#other-platforms)
35-
36-
- [Windows](https://streamlink.github.io/install.html#windows-binaries)
32+
#### Windows, MacOS, Linux and BSD specific installation methods
3733

38-
- [Windows portable version](https://streamlink.github.io/install.html#windows-portable-version)
34+
- [Windows][streamlink-installation-windows]
35+
- [Windows portable version][streamlink-installation-windows-portable]
36+
- [MacOS][streamlink-installation-others]
37+
- [Linux and BSD][streamlink-installation-linux]
3938

40-
- [Linux and BSD](https://streamlink.github.io/install.html#linux-and-bsd-packages)
4139

4240
# Features
4341

4442
Streamlink is built via a plugin system which allows new services to be easily added.
4543

46-
Major streaming services such as:
47-
- [Dailymotion](http://dailymotion.com/live)
48-
- [Livestream](https://livestream.com)
49-
- [Twitch](http://twitch.tv)
50-
- [UStream](http://ustream.tv)
51-
- [YouTube Live](http://youtube.com)
44+
Supported streaming services, among many others, are:
5245

53-
Are supported.
46+
- [Dailymotion](https://www.dailymotion.com)
47+
- [Livestream](https://livestream.com)
48+
- [Twitch](https://www.twitch.tv)
49+
- [UStream](http://www.ustream.tv)
50+
- [YouTube Live](https://www.youtube.com)
5451

55-
A full list of plugins can be found on the [plugin page](https://streamlink.github.io/plugin_matrix.html).
52+
A list of all supported plugins can be found on the [plugin page][streamlink-plugins].
5653

5754

5855
# Quickstart
5956

60-
After installation simply use:
57+
After installing, simply use:
58+
6159
```
62-
streamlink twitch.tv/lirik source
60+
streamlink STREAMURL best
6361
```
6462

65-
And Streamlink will automatically open a default video player and begin streaming!
66-
67-
For full details on how to use Streamlink visit our documentation at [streamlink.github.io](https://streamlink.github.io)
63+
Streamlink will automatically open the stream in its default video player!
64+
See [Streamlink's detailed documentation][streamlink-documentation] for all available configuration options, CLI parameters and usage examples.
6865

6966

7067
# Contributing
7168

72-
Feel free to open a bug or contribute to code!
73-
74-
No need to go through a large CONTRIBUTING.md doc. The only requirement being that we get at least one ACK from a maintainer. Fork / clone us and open a PR!
69+
All contributions are welcome.
70+
Feel free to open a new thread on the issue tracker or submit a new pull request.
71+
Please read [CONTRIBUTING.md][contributing] first. Thanks!
7572

76-
<a href="graphs/contributors"><img src="https://opencollective.com/streamlink/contributors.svg?width=890" /></a>
73+
[![Contributors][opencollective-contributors]][contributors]
7774

7875

7976
## Backers
8077

81-
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/streamlink#backer)]
78+
Thank you to all our backers! \[[Become a backer][opencollective-backer]\]
8279

83-
<a href="https://opencollective.com/streamlink#backers" target="_blank"><img src="https://opencollective.com/streamlink/backers.svg?width=890"></a>
80+
[![Backers on Open Collective][opencollective-backers-image]][opencollective-backers]
8481

8582

8683
## Sponsors
8784

88-
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/streamlink#sponsor)]
89-
90-
<a href="https://opencollective.com/streamlink/sponsor/0/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/0/avatar.svg"></a>
91-
<a href="https://opencollective.com/streamlink/sponsor/1/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/1/avatar.svg"></a>
92-
<a href="https://opencollective.com/streamlink/sponsor/2/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/2/avatar.svg"></a>
93-
<a href="https://opencollective.com/streamlink/sponsor/3/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/3/avatar.svg"></a>
94-
<a href="https://opencollective.com/streamlink/sponsor/4/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/4/avatar.svg"></a>
95-
<a href="https://opencollective.com/streamlink/sponsor/5/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/5/avatar.svg"></a>
96-
<a href="https://opencollective.com/streamlink/sponsor/6/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/6/avatar.svg"></a>
97-
<a href="https://opencollective.com/streamlink/sponsor/7/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/7/avatar.svg"></a>
98-
<a href="https://opencollective.com/streamlink/sponsor/8/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/8/avatar.svg"></a>
99-
<a href="https://opencollective.com/streamlink/sponsor/9/website" target="_blank"><img src="https://opencollective.com/streamlink/sponsor/9/avatar.svg"></a>
100-
101-
85+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. \[[Become a sponsor][opencollective-sponsor]\]
86+
87+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/0/avatar.svg)](https://opencollective.com/streamlink/sponsor/0/website)
88+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/1/avatar.svg)](https://opencollective.com/streamlink/sponsor/1/website)
89+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/2/avatar.svg)](https://opencollective.com/streamlink/sponsor/2/website)
90+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/3/avatar.svg)](https://opencollective.com/streamlink/sponsor/3/website)
91+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/4/avatar.svg)](https://opencollective.com/streamlink/sponsor/4/website)
92+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/5/avatar.svg)](https://opencollective.com/streamlink/sponsor/5/website)
93+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/6/avatar.svg)](https://opencollective.com/streamlink/sponsor/6/website)
94+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/7/avatar.svg)](https://opencollective.com/streamlink/sponsor/7/website)
95+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/8/avatar.svg)](https://opencollective.com/streamlink/sponsor/8/website)
96+
[![Open Collective Streamlink Sponsor](https://opencollective.com/streamlink/sponsor/9/avatar.svg)](https://opencollective.com/streamlink/sponsor/9/website)
97+
98+
99+
[streamlink-website]: https://streamlink.github.io
100+
[streamlink-plugins]: https://streamlink.github.io/plugin_matrix.html
101+
[streamlink-documentation]: https://streamlink.github.io/cli.html
102+
[streamlink-installation]: https://streamlink.github.io/install.html
103+
[streamlink-installation-windows]: https://streamlink.github.io/install.html#windows-binaries
104+
[streamlink-installation-windows-portable]: https://streamlink.github.io/install.html#windows-portable-version
105+
[streamlink-installation-linux]: https://streamlink.github.io/install.html#linux-and-bsd-packages
106+
[streamlink-installation-others]: https://streamlink.github.io/install.html#other-platforms
107+
[livestreamer]: https://github.com/chrippa/livestreamer
108+
[contributing]: https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md
109+
[changelog]: https://github.com/streamlink/streamlink/blob/master/CHANGELOG.rst
110+
[contributors]: https://github.com/streamlink/streamlink/graphs/contributors
111+
[travisci-build-status]: https://travis-ci.org/streamlink/streamlink
112+
[travisci-build-status-badge]: https://travis-ci.org/streamlink/streamlink.svg?branch=master
113+
[codecov-coverage]: https://codecov.io/github/streamlink/streamlink?branch=master
114+
[codecov-coverage-badge]: https://codecov.io/github/streamlink/streamlink/coverage.svg?branch=master
115+
[opencollective-contributors]: https://opencollective.com/streamlink/contributors.svg?width=890
116+
[opencollective-backer]: https://opencollective.com/streamlink#backer
117+
[opencollective-backers]: https://opencollective.com/streamlink#backers
118+
[opencollective-backers-image]: https://opencollective.com/streamlink/backers.svg?width=890
119+
[opencollective-sponsor]: https://opencollective.com/streamlink#sponsor
120+
[opencollective-backers-badge]: https://opencollective.com/streamlink/backers/badge.svg
121+
[opencollective-sponsors-badge]: https://opencollective.com/streamlink/sponsors/badge.svg

0 commit comments

Comments
 (0)