Skip to content

Commit 181695b

Browse files
authored
Update Awards_RU.csscript
1 parent 971987b commit 181695b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Installer/Scripts/Awards_RU.csscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using System.Web;
2020
internal class AwardsGrabber : Grabbers.Movies.IAwardsGrabber
2121
{
2222
const string strGrabber = "FH:KP/IMDB";
23-
const string strGrabberVersion = "20230427.I";
23+
const string strGrabberVersion = "20260413.I";
2424

2525
string Grabbers.Movies.IAwardsGrabber.GetName()
2626
{
@@ -83,7 +83,7 @@ internal class AwardsGrabber : Grabbers.Movies.IAwardsGrabber
8383

8484
#region IMDB Parameters
8585

86-
private const string IMDB_BaseUrl = "https://www.imdb.com/title/{0}/";
86+
private const string IMDB_BaseUrl = "https://web.archive.org/web/2/https://www.imdb.com/title/{0}/";
8787

8888
#endregion IMDB Parameters
8989

0 commit comments

Comments
 (0)