You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
388 B
Markdown
20 lines
388 B
Markdown
2 weeks ago
|
# peertubeSubsExtractor
|
||
|
|
||
|
Bash shell script ot extract subtitles from a peertube video.
|
||
|
|
||
|
```
|
||
|
git clone http://git.56k.es/fanta/peertubeSubsExtractor
|
||
|
cd peertubeSubsExtractor
|
||
|
chmod -x peertubeSubsExtractor.sh
|
||
|
```
|
||
|
|
||
|
Example:
|
||
|
```
|
||
|
./peertubeSubsExtractor.sh "https://peertube.uno/videos/watch/056a6e06-b5be-47bc-a525-4df0130c0727"
|
||
|
```
|
||
|
|
||
|
Dependencies:
|
||
|
jq and wget (debian: apt install wget jq)
|
||
|
|
||
|
|