Go to file
Laura Liberda 4eaf67ad2e [youtube] fix UnboundLocalError 2020-11-17 17:03:15 +01:00
bin bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
devscripts version 2020.11.16 2020-11-16 01:31:37 +01:00
docs version 2020.11.01 2020-11-01 05:17:15 +01:00
haruhi_dl [youtube] fix UnboundLocalError 2020-11-17 17:03:15 +01:00
test [test] fix youtube format selection test 2020-11-17 16:56:26 +01:00
.gitignore update .gitignore for jython 2020-11-02 12:26:52 +01:00
.gitlab-ci.yml no more download tests except cpython 3.9 2020-11-09 00:53:36 +01:00
AUTHORS bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
ChangeLog version 2020.11.16 2020-11-16 01:31:37 +01:00
LICENSE bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
MANIFEST.in bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
Makefile bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
README.md update readme with installing instructions 2020-11-17 15:45:09 +01:00
haruhi-dl.plugin.zsh bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
setup.cfg bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
setup.py version 2020.11.12 2020-11-12 02:53:28 +01:00
tox.ini drop python 3.2-3.5 support 2020-11-01 22:51:06 +01:00

README.md

Haruhi-DL

build status

This is a fork of youtube-dl, focused on bringing a fast, steady stream of updates. We'll do our best to merge patches to any site, not only youtube.

Installing

haruhi-dl is available on PyPI: version on PyPI

Install release from PyPI on Python 3.x:

$ python3 -m pip install --upgrade haruhi-dl

Install from master (unstable) on Python 3.x:

$ python3 -m pip install --upgrade git+https://git.sakamoto.pl/laudom/haruhi-dl.git

Install release from PyPI on Python 2.x:

$ python2 -m pip install --upgrade haruhi-dl

Install from master (unstable) on Python 2.x:

$ python2 -m pip install --upgrade git+https://git.sakamoto.pl/laudom/haruhi-dl.git

Contributing

If you want to contribute, send us a diff to contribute@haruhi.download.