From 8a1f7698fd02255ab1491d934c21be24fac07234 Mon Sep 17 00:00:00 2001 From: benclapp Date: Thu, 6 Apr 2017 20:32:15 +1200 Subject: [PATCH] Seems like the imdb format requires the subdomain 'rss' --- Supported-NetImports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Supported-NetImports.md b/Supported-NetImports.md index 8f3cb17..4e4b53e 100644 --- a/Supported-NetImports.md +++ b/Supported-NetImports.md @@ -16,8 +16,8 @@ Radarr supports any RSS movie lists, with some presets already available. For IMDB: -* List ID is in the list's URL (http://www.imdb.com/list/ **ls002448041** /) [Include the letters "ls"] -* User ID is in your profile URL (http://www.imdb.com/user/ **ur12345678** /?ref_=nv_usr_prof_0) [Include the letters "ur"] +* List ID is in the list's URL (http://rss.imdb.com/list/ **ls002448041** /) [Include the letters "ls"] +* User ID is in your profile URL (http://rss.imdb.com/user/ **ur12345678** /?ref_=nv_usr_prof_0) [Include the letters "ur"] Note: IMDB's RSS feeds don't support large lists. If you have trouble importing a large list using the RSS method, use can [import your IMDB lists into TMDB](https://github.com/Radarr/Radarr/wiki/Importing-IMDb-lists-into-TMDb) and use the TMDB List NetImport instead.