-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better experience for live recording - we got snapshot !
- Loading branch information
Showing
24 changed files
with
18,065 additions
and
17,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "none", | ||
"htmlWhitespaceSensitivity": "ignore" | ||
} | ||
{ | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "none", | ||
"htmlWhitespaceSensitivity": "ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,53 @@ | ||
[English version](/README_en.md) | ||
|
||
[For Dev 給開發](/README_dev.md) | ||
|
||
# YT 下載器 | ||
|
||
可以下載 youtube 影片的跨平台桌面應用程式 | ||
|
||
ver 2.2.0 | ||
|
||
[載點](https://github.com/7Red4/ytDownloader/releases) | ||
|
||
## 使用方法 | ||
|
||
![](https://i.imgur.com/RZxgorw.png) | ||
|
||
- 輸入 youtub 連結 (如果你的剪貼簿有連結則會在進入輸入欄時自動帶入) | ||
- 更改標題作為檔名 (預設為原片標題) | ||
- 選儲存路徑 | ||
- 按下載! | ||
- 等他好 | ||
|
||
[播放器的使用說明](https://hackmd.io/frnvaFWLQbSIWuYZflck1w?view) | ||
|
||
## 功能 | ||
|
||
### 通用 | ||
- [ ] 可以使用設定 | ||
- [ ] 能夠在背景運行 | ||
|
||
### Downloader | ||
|
||
- [x] 下載 youtube 影片 | ||
- [x] 選擇畫質與音質 | ||
- [x] 開/關燈模式 | ||
- [x] 直播中也可下載 | ||
- [x] 下載首圖 | ||
- [x] 只下載 音/視訊 | ||
- [x] 大量下載 | ||
- [x] 只下載 音/視訊 | ||
- [ ] 可選擇使用 [youtube-dl](https://github.com/ytdl-org/youtube-dl) 的方法下載 | ||
- [ ] 可以選定下載片段 | ||
- [ ] 可以設定時間自動錄製直播中節目 | ||
|
||
### Player | ||
|
||
- [x] 透過時間標籤製作歌單 | ||
- [x] 透過當按匯入歌單 | ||
- [x] 儲存/輸出 歌單 | ||
- [ ] 線上儲存歌單 | ||
- [ ] 分享歌單 | ||
- [ ] 自動引入歌單(可在設定調整是否自動) | ||
|
||
|
||
[English version](/README_en.md) | ||
|
||
[For Dev 給開發](/README_dev.md) | ||
|
||
# YT 下載器 | ||
|
||
可以下載 youtube 影片的跨平台桌面應用程式 | ||
|
||
ver 2.3.0 | ||
|
||
[載點](https://github.com/7Red4/ytDownloader/releases) | ||
|
||
## 使用方法 | ||
|
||
![](https://i.imgur.com/RZxgorw.png) | ||
|
||
- 輸入 youtub 連結 (如果你的剪貼簿有連結則會在進入輸入欄時自動帶入) | ||
- 更改標題作為檔名 (預設為原片標題) | ||
- 選儲存路徑 | ||
- 按下載! | ||
- 等他好 | ||
|
||
[播放器的使用說明](https://hackmd.io/frnvaFWLQbSIWuYZflck1w?view) | ||
|
||
## 功能 | ||
|
||
### 通用 | ||
|
||
- [ ] 可以使用設定 | ||
- [ ] 能夠在背景運行 | ||
|
||
### Downloader | ||
|
||
- [x] 下載 youtube 影片 | ||
- [x] 選擇畫質與音質 | ||
- [x] 開/關燈模式 | ||
- [x] 直播中也可下載 | ||
- [x] 下載首圖 | ||
- [x] 只下載 音/視訊 | ||
- [x] 大量下載 | ||
- [x] 只下載 音/視訊 | ||
- [ ] 可選擇使用 [youtube-dl](https://github.com/ytdl-org/youtube-dl) 的方法下載 | ||
- [ ] 可以選定下載片段 | ||
- [ ] 可以設定時間自動錄製直播中節目 | ||
|
||
### Player | ||
|
||
- [x] 透過時間標籤製作歌單 | ||
- [x] 透過當按匯入歌單 | ||
- [x] 儲存/輸出 歌單 | ||
- [ ] 線上儲存歌單 | ||
- [ ] 分享歌單 | ||
- [ ] 自動引入歌單(可在設定調整是否自動) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.