YoutubeSnoop by Arkadiusz Markowski

<PackageReference Include="YoutubeSnoop" Version="1.1.0" />

 YoutubeSnoop 1.1.0

Lightweight .NET library to pull data from YouTube. It deals only with list request and only those that don't need authentication. Supports lazy loading paginated results.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>YoutubeSnoop</id>
    <version>1.1.0</version>
    <authors>Arkadiusz Markowski</authors>
    <owners>Arkadiusz Markowski</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
    <projectUrl>https://github.com/markovcd/YoutubeSnoop</projectUrl>
    <description>Lightweight .NET library to pull data from YouTube. It deals only with list request and only those that don't need authentication. Supports lazy loading paginated results.</description>
    <tags>youtube data api v3 playlist channel video</tags>
    <repository type="Git" url="https://github.com/markovcd/YoutubeSnoop" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="11.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>