Skip to content

Commit

Permalink
bug fix: kickass and piratebay urls changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahyumuk committed Dec 20, 2015
1 parent 9aef4a3 commit cc59c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Novaroma.Services/Kickass/KickassSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class KickassSettings : TorrentProviderSettingsBase {
internal const string ImdbSearchQuery = "imdb:%imdbId%";

public KickassSettings(): base("http://katproxy.com/") {
public KickassSettings(): base("https://kat.cr/") {
MovieSearchPattern = ImdbSearchQuery;
}
}
Expand Down
2 changes: 1 addition & 1 deletion Novaroma.Services/ThePirateBay/ThePirateBaySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class ThePirateBaySettings : TorrentProviderSettingsBase {
internal const string ImdbSearchQuery = "%imdbId%";

public ThePirateBaySettings(): base("https://thepiratebay.se/") {
public ThePirateBaySettings(): base("https://thepiratebay.vg/") {
MovieSearchPattern = ImdbSearchQuery;
}
}
Expand Down

0 comments on commit cc59c89

Please sign in to comment.