Skip to content

Commit

Permalink
Move screenshots section below features section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 17, 2018
1 parent d6b33d3 commit 6f1a3c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReadMe.md
Expand Up @@ -7,10 +7,6 @@

YoutubeExplode is a library that provides an interface to query metadata of YouTube videos, playlists and channels, as well as to resolve and download video streams and closed caption tracks. Behind a layer of abstraction, the library parses raw page content and uses reverse-engineered AJAX requests to retrieve information. As it doesn't use the official API, there's also no need for an API key and there are no usage quotas.

## Screenshots

![](http://www.tyrrrz.me/Projects/YoutubeExplode/Images/1.png)

## Download

- [NuGet](https://nuget.org/packages/YoutubeExplode): `Install-Package YoutubeExplode`
Expand All @@ -30,6 +26,10 @@ YoutubeExplode is a library that provides an interface to query metadata of YouT
- Targets .NET Framework 4.5+, .NET Core 1.0+ and .NET Standard 1.1+
- No need for an API key and no usage quotas

## Screenshots

![](http://www.tyrrrz.me/Projects/YoutubeExplode/Images/1.png)

## Usage

YoutubeExplode has a single entry point, the `YoutubeClient` class -- all available integration API can be accessed by calling methods of this class.
Expand Down

0 comments on commit 6f1a3c3

Please sign in to comment.