Go to file
Mattias Wadman b6c66dbc79 [svt] Extract timestamp and thumbnail in more cases (#27130)
Add timestamp, set to "valid from" which i think could been seen as publish time.
Add thumbnail in more cases, seems to was only done in the embedded data case for some reason.
Switch svtplay test url to an existing video and also one with no expire date.
Also add an additional thumbnail url test regex.
2021-10-23 01:06:51 +02:00
bin bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
devscripts improve copykitku patch hook 2021-10-23 01:06:51 +02:00
docs version 2020.11.01 2020-11-01 05:17:15 +01:00
haruhi_dl [svt] Extract timestamp and thumbnail in more cases (#27130) 2021-10-23 01:06:51 +02:00
test [YoutubeDL] Fix --ignore-errors for playlists with generator-based en… 2021-10-23 01:06:50 +02:00
.copykitkurc.toml copykitku project config and patch hook 2021-02-24 11:26:54 +01:00
.gitignore version 2020.11.20 2020-11-20 13:36:08 +01:00
.gitlab-ci.yml playwright extractor testing 2021-02-24 17:17:22 +01:00
AUTHORS bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
ChangeLog version 2021.02.23 2021-02-23 15:06:34 +01:00
haruhi-dl.plugin.zsh bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
LICENSE 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
MANIFEST.in bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
README.md updated readme about python 2 2021-02-22 20:42:57 +01:00
setup.cfg bulk project name change, expect bugssssss 2020-11-01 04:39:17 +01:00
setup.py version 2021.02.22 2021-02-22 20:44:54 +01:00
tox.ini drop python 3.2-3.5 support 2020-11-01 22:51:06 +01:00
youtube_dl add symlink from youtube_dl to haruhi_dl 2021-02-11 16:33:05 +01:00

Haruhi-DL

build status PyPI Downloads License: LGPL 3.0 or later Sasin stole 70 million PLN Trans rights!

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.

Our main repository is on our GitLab: https://git.sakamoto.pl/laudompat/haruhi-dl

A Microsoft GitHub mirror exists as well: https://github.com/haruhi-dl/haruhi-dl

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/laudompat/haruhi-dl.git

Python 2 support is dropped and we recommend to switch to Python 3, though it may still work.

Usage

$ haruhi-dl "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

That's it! You just got rickrolled!

Full manual with all options:

$ haruhi-dl --help

Contributing

If you want to contribute, send us a diff to contribute@haruhi.download, or submit a Pull Request on our mirror at Microsoft GitHub.