diff --git a/LICENSE b/LICENSE index 0389996..b04e136 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/README.md b/README.md index f0395fb..1917cda 100644 --- a/README.md +++ b/README.md @@ -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