Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Update README and ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi authored and low-batt committed May 1, 2022
1 parent 7317bcb commit ca9b526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ assignees: ''

<!-- If your issue is related to playback, please check whether mpv has the same problem. If so, this might not be an issue with IINA but rather an bug with mpv. Try reporting an issue there. -->
- [ ] MPV does not have this problem.
- [ ] [Official IINA](https://github.com/iina/iina) does not have this problem.


**How often does this happen?**
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
## Features

* HDR playback
* Danmaku ( supports Bilibili only due to the limitation of `yt-dlp`, experimental )
* Danmaku ( supports Bilibili only due to the limitation of `yt-dlp`, experimental ). I used some code from [iina-danmaku](https://github.com/xjbeta/iina-danmaku), Thanks [xjbeta](https://github.com/xjbeta)
* AppleScript. I used code from [Wevah's AppleScript support PR](https://github.com/iina/iina/pull/2857), Thanks [Wevah](https://github.com/Wevah)
* LOTS of bug fixes and performance improvements from [low-batt](https://github.com/iina-plus?type=source)

## About youtube-dl

Expand All @@ -21,6 +23,8 @@ We no longer embed the outdated youtube-dl. Users must install `yt-dlp` manually
$ brew install yt-dlp
```

See [the official document](https://github.com/yt-dlp/yt-dlp#readme) for detail

## Build

```bash
Expand Down

0 comments on commit ca9b526

Please sign in to comment.