Skip to content

Commit 40fb051

Browse files
committed
IMDb-API.com changed to TV-API.com
1 parent 0eeb51b commit 40fb051

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

IMDbApiLib/ApiLib.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace IMDbApiLib
55
{
66
public partial class ApiLib
77
{
8-
public string BaseUrl => "https://imdb-api.com";
8+
public string BaseUrl => "https://tv-api.com";
99

1010
private readonly string _apiKey;
1111
public WebProxy WebProxy { get; }

IMDbApiLib/IMDbApiLib.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5-
<Authors>IMDb-API</Authors>
5+
<Authors>TV-API</Authors>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7-
<PackageProjectUrl>https://imdb-api.com</PackageProjectUrl>
7+
<PackageProjectUrl>https://tv-api.com</PackageProjectUrl>
88
<PackageIcon>IMDbApiLib_Icon.png</PackageIcon>
99
<PackageIconUrl />
1010
<RepositoryUrl>https://github.com/IMDb-API/IMDbApiLib</RepositoryUrl>
1111
<PackageTags>imdb,imdb-api,tmdb,movie,wikipedia,themoviedb,subscene,rottentomatoes,metacritics,thetvdb</PackageTags>
12-
<Description>The IMDb-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more.</Description>
13-
<Copyright>https://imdb-api.com</Copyright>
12+
<Description>The TV-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more.</Description>
13+
<Copyright>https://yv-api.com</Copyright>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<Company>IMDb-API</Company>
16-
<AssemblyVersion>1.9.4.0</AssemblyVersion>
17-
<FileVersion>1.9.4.0</FileVersion>
18-
<Version>1.9.4.0</Version>
15+
<Company>TV-API</Company>
16+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
17+
<FileVersion>2.0.0.0</FileVersion>
18+
<Version>2.0.0.0</Version>
1919
<ApplicationIcon />
2020
</PropertyGroup>
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# IMDbApiLib
2-
The IMDb-API is a web service for receiving movie, serial and cast informations. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [see more »](https://imdb-api.com)
2+
The TV-API is a web service for receiving movie, serial and cast informations. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [see more »](https://tv-api.com)
33

44
## Nuget
55
Install from Nuget using the command: **Install-Package IMDbApiLib** View more about that here: https://nuget.org/packages/IMDbApiLib
66

77
## API Documentation
8-
[https://imdb-api.com/api](https://imdb-api.com/api)
8+
[https://tv-api.com/api](https://tv-api.com/api)
99

1010
## Usage
1111
Usage Examples

0 commit comments

Comments
 (0)