Skip to content

Commit 1ff6139

Browse files
committed
change readme
1 parent 15419e6 commit 1ff6139

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Direct links (to youtube video, audio and subtitles)
22

3-
<img src="https://user-images.githubusercontent.com/1222611/92627876-a85ee000-f2d4-11ea-8dbb-14ab4eb0065a.png" align="right" hspace="10">A little youtube clone, that gets you access to `tags`, direct `video` and `audio` urls (.mp4), and all available `subtitles` (.vtt).
3+
<img src="https://user-images.githubusercontent.com/1222611/92627876-a85ee000-f2d4-11ea-8dbb-14ab4eb0065a.png" align="right" hspace="10">A downloader, that gets you access to direct links to youtube's:
4+
5+
- `video` (mp4),
6+
- `audio` (m4a),
7+
- `captions/subtitles` (.vtt),
8+
- `thumbnails` (webp).
9+
10+
---
411

512
Based on [Next.js](https://nextjs.org/), [React.js](https://reactjs.org/), [Material-UI](https://material-ui.com/) and [Node-Ytdl-Core](https://github.com/fent/node-ytdl-core).
613

@@ -14,9 +21,10 @@ npm run dev
1421
## Usage
1522

1623
There is 3 routes:
17-
/api/all-info/videoId
18-
/api/video/videoId
19-
/video/videoId
24+
25+
- /api/all-info/videoId
26+
- /api/video/videoId
27+
- /video/videoId
2028

2129
---
2230

0 commit comments

Comments
 (0)