ripper/README.md

31 lines
783 B
Markdown
Raw Normal View History

2021-01-03 16:08:49 +01:00
# ripper
2021-06-26 20:35:43 +02:00
Checks YouTube, Bitchute, and Peertube channels for new videos and downloads them quickly.
2021-01-03 16:13:23 +01:00
This is considerably faster than giving `youtube-dl` the channel URIs directly.
2021-06-26 20:35:43 +02:00
## YouTube
2021-01-03 16:13:23 +01:00
This script can use the YouTube Data API v3 if available, but has a fallback if either:
- no API Key is given
- the Data quota for the day has been exceeded
2021-06-26 20:35:43 +02:00
## Bitchute
2021-01-03 16:13:23 +01:00
Bitchute can also be used with this script.
This part of the script is quite generic and could easily be adjusted for other websites.
2021-06-26 20:35:43 +02:00
## Peertube
Peertube instances require the channel RSS feed URL to work.
2021-01-03 16:13:23 +01:00
See the documentation inside the `ripper` file for more information.
2021-01-03 19:21:47 +01:00
## Install
After `git clone`ing this repo, run the helper `installer`
```sh
./installer install
```
2021-01-14 15:00:28 +01:00
## Features to come
- Odysee support