Update LICENSE date & README.md

This commit is contained in:
Mattia 2021-07-14 22:41:02 +02:00
parent 7cb41f8018
commit 7e1723786f
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Copyright 2020 Mattia
Copyright 2021 Mattia
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -26,6 +26,7 @@ YoutubeExplode is a library that provides an interface to query metadata of YouT
- The entry point is `YoutubeExplode`, not `YoutubeClient`.
- Download closed captions as `srt` is not supported yet.
- Search queries can be fetched from the search page as well (thus fetch Videos, Channels and Playlists).
- More APIs implemented.
## Usage
- [Install](#install)
@ -184,6 +185,7 @@ More examples available on [GitHub][Examples].
Check the [api documentation][API] for additional information.
You can find how most APIs can be used in the files inside the test/ folder.
### Credits