Upload files to ''
This commit is contained in:
parent
7a1595c57f
commit
2f6dba5fb3
28
README.md
28
README.md
@ -1,16 +1,15 @@
|
||||
# Yamabiko - A yt-dlp comment viewer
|
||||
|
||||
### General info
|
||||
## General info
|
||||
|
||||
Yamabiko turns the comments from the JSON file, downloaded with yt-dlp into a viewable, human-readable HTML page. The downloaded video file can also be shown on the page.
|
||||
|
||||
### Requirements
|
||||
## Requirements
|
||||
|
||||
* [Python 3](https://www.python.org/downloads/)
|
||||
|
||||
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
||||
|
||||
### How to use
|
||||
## How to use
|
||||
|
||||
Download the Youtube video with the comments file (JSON)
|
||||
|
||||
@ -29,27 +28,24 @@ python3 yamabiko.py -i filename.json
|
||||
or if you want to have the video on the page center
|
||||
|
||||
```
|
||||
python3 yamabiko.py -i filename.json -v filename.json
|
||||
python3 yamabiko.py -i filename.json -v filename.mp4
|
||||
```
|
||||
|
||||
After you should have a HTML file called **'index.html'**
|
||||
|
||||
Open it and HEYYYヽ(o^▽^o)ノ it's working (hopefully).
|
||||
|
||||
![](doc/page.png)
|
||||
<img src="doc/page.png" style="zoom: 50%;" />
|
||||
|
||||
**NOTICE: When drag and dropping the JSON and video file the whole path gets entered, meaning you can move the index.html around.**
|
||||
|
||||
### TODO / Fixing
|
||||
## TODO / Fixing
|
||||
|
||||
* It's sorted after date posted / Add sorting after likes, etc.
|
||||
* Reply of comments are just shown under each other
|
||||
* Other stuff which I do not care about ❤(っ^▿^)
|
||||
- [ ] Downloading stuff that gets pulled online
|
||||
- [ ] It's sorted after date posted / Add sorting after likes, etc.
|
||||
- [ ] Reply of comments are just shown under each other
|
||||
- [ ] Other stuff which I do not care about ❤(っ^▿^)
|
||||
|
||||
### Commits
|
||||
## Commits
|
||||
|
||||
Help is very much appreciated since I don't really want to work on this too much.
|
||||
|
||||
Just create an Issue, fork it send a PR and I'll check it or even change everything completely!
|
||||
|
||||
I don't really care that much ┐(︶▽︶)┌
|
||||
Help is very much appreciated since I don't really want to work on this too much. Just create an Issue, fork it send a PR and I'll check it or even change everything completely! I don't really care that much ┐(︶▽︶)┌
|
Loading…
Reference in New Issue
Block a user