Skip to content

Commit

Permalink
fix gogoanime
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Mar 11, 2024
1 parent 6b745ec commit 6cc6e07
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified Plugins Store/Totoro.Plugins.Anime.GogoAnime.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Totoro.Plugins.Anime.GogoAnime;

internal partial class AiredEpisodesProvider : IAiredAnimeEpisodeProvider
{
public const string AJAX_URL = "https://ajax.gogo-load.com/ajax/page-recent-release.html";
public const string AJAX_URL = "https://ajax.gogocdn.net/ajax/page-recent-release.html";

class AiredEpisode : IAiredAnimeEpisode
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Totoro.Plugins.Anime.GogoAnime;

internal partial class StreamProvider : IAnimeStreamProvider, IEnableLogger
{
public const string EPISODE_LOAD_AJAX = "https://ajax.gogo-load.com/ajax/load-list-episode";
public const string EPISODE_LOAD_AJAX = "https://ajax.gogocdn.net/ajax/load-list-episode";

[GeneratedRegex("<input.*?value=\"([0-9]+)\".*?id=\"movie_id\"", RegexOptions.Compiled)]
private static partial Regex AnimeIdRegex();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Version>1.4</Version>
<Version>1.5</Version>
<OutputPath Condition="$(Configuration) == Release">..\..\..\Plugins Store\</OutputPath>
<AppendTargetFrameworkToOutputPath Condition="$(Configuration) == Release">false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath Condition="$(Configuration) == Release">false</AppendRuntimeIdentifierToOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"DisplayName": "Gogo Anime",
"Version": "1.4.0.0",
"Version": "1.5.0.0",
"FileName": "Totoro.Plugins.Anime.GogoAnime.dll"
},
{
Expand Down

0 comments on commit 6cc6e07

Please sign in to comment.