1
0

Update README.md

This commit is contained in:
Michael Gordeev
2019-12-05 14:02:18 +03:00
committed by GitHub
parent 56b9999342
commit b7450edd9e
+35 -5
View File
@@ -1,5 +1,35 @@
# YouTubeScrapper # ExtendedYouTubeAPI
A C# library which is used to extend the abilities of YouTube API v3. This library includes: ![Nuget](https://img.shields.io/nuget/dt/ExtendedYouTubeAPI)
- Retrieving YouTube home page for current user [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
- Retrieving videos from subscriptions page ![Platforms](https://img.shields.io/badge/platforms-.net-lightgrey)
- Retrieving user's history
![Twitter Follow](https://img.shields.io/twitter/follow/xfox111?style=social)
![GitHub followers](https://img.shields.io/github/followers/xfox111?label=Follow%20@xfox111&style=social)
C# library which is used to extend the abilities of YouTube API v3
## Features
- DASH manifests generation for videos
- HLS livestreams URLs extraction
- User's history management (list, add, delete, update)
- Watch later playlist management (list, add, delete)
- Video captions retrieval
- User's recommendations listing
- User's subscriptions videos listing
- Videos' URLs retrieval
## Get started
## Contribution
1. Clone repository
2. Build "YouTube.API" project
### Configuring tests
## TODO
- Create API Reference page
- Document code
- Complete README
- Setup CI/CD
- Complete library
## Copyrights
> ©2019 Michael "XFox" Gordeev