1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 01:02:05 +00:00

newzbing now uses HTTPS.

This commit is contained in:
kay.one 2011-12-14 19:53:41 -08:00
parent 1c06ee2a01
commit ab29a114d1

View file

@ -25,7 +25,7 @@ protected override string[] Urls
{
return new[]
{
"http://www.newzbin.com/browse/category/p/tv?" + URL_PARAMS
"https://www.newzbin.com/browse/category/p/tv?" + URL_PARAMS
};
}
}