haruhi-dl/README.md

44 lines
2.1 KiB
Markdown
Raw Normal View History

2021-01-18 02:35:46 +01:00
# [Haruhi-DL](https://haruhi.download/)
2017-10-20 21:11:11 +02:00
2020-11-19 13:03:51 +01:00
[![build status](https://img.shields.io/gitlab/pipeline/laudom/haruhi-dl/master?gitlab_url=https%3A%2F%2Fgit.sakamoto.pl&style=flat-square)](https://git.sakamoto.pl/laudom/haruhi-dl/-/pipelines)
[![PyPI Downloads](https://img.shields.io/pypi/dm/haruhi-dl?style=flat-square)](https://pypi.org/project/haruhi-dl/)
[![License: LGPL 3.0 or later](https://img.shields.io/pypi/l/haruhi-dl?style=flat-square)](https://git.sakamoto.pl/laudom/haruhi-dl/-/blob/master/README.md)
2020-11-22 20:21:16 +01:00
[![Sasin stole 70 million PLN](https://img.shields.io/badge/Sasin-stole%2070%20million%20PLN-orange?style=flat-square)](https://www.planeta.pl/Wiadomosci/Polityka/Ile-kosztowaly-karty-wyborcze-Sasin-do-wiezienia-Wybory-odwolane)
2021-01-18 02:35:46 +01:00
[![Trans rights!](https://img.shields.io/badge/Trans-rights!-5BCEFA?style=flat-square)](http://transfuzja.org/en/artykuly/trans_people_in_poland/situation.htm)
This is a fork of [youtube-dl](https://yt-dl.org/), focused on bringing a fast, steady stream of updates. We'll do our best to merge patches to any site, not only youtube.
2011-08-06 01:14:13 +02:00
2021-01-18 22:40:58 +01:00
Our main repository is on our GitLab: https://git.sakamoto.pl/laudompat/haruhi-dl
2021-02-22 20:42:57 +01:00
2021-01-18 22:40:58 +01:00
A Microsoft GitHub mirror exists as well: https://github.com/haruhi-dl/haruhi-dl
2021-01-18 02:35:46 +01:00
## Installing
2020-11-19 13:03:51 +01:00
haruhi-dl is available on PyPI: [![version on PyPI](https://img.shields.io/pypi/v/haruhi-dl?style=flat-square)](https://pypi.org/project/haruhi-dl/)
Install release from PyPI on Python 3.x:
```sh
$ python3 -m pip install --upgrade haruhi-dl
```
Install from master (unstable) on Python 3.x:
```sh
2021-01-18 22:40:58 +01:00
$ python3 -m pip install --upgrade git+https://git.sakamoto.pl/laudompat/haruhi-dl.git
```
2021-02-22 20:42:57 +01:00
**Python 2 support is dropped and we recommend to switch to Python 3**, though it may still work.
2020-11-19 13:03:51 +01:00
## Usage
```sh
$ haruhi-dl "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
```
That's it! You just got rickrolled!
Full manual with all options:
```sh
$ haruhi-dl --help
```
## Contributing
2021-01-18 22:40:58 +01:00
If you want to contribute, send us a diff to <contribute@haruhi.download>, or submit a Pull Request on [our mirror at Microsoft GitHub](https://github.com/haruhi-dl/haruhi-dl).