Is it is possible you could add an "Export as IMDB list" function? There's scripts to import IMDB lists onto IMDB after exporting them from IMDB. Example of what it looks like:
Code:
1,tt8880894,2023-11-16,2023-11-16,,Living with Yourself,https://www.imdb.com/title/tt8880894/,tvSeries,7.2,26,2019,"Comedy, Drama, Sci-Fi",34673,2019-10-18,,,
2,tt0289800,2023-11-16,2023-11-16,,O Clone,https://www.imdb.com/title/tt0289800/,tvSeries,8.1,60,2001,"Drama, Romance, Sci-Fi",3263,2001-10-01,,,
3,tt1596029,2023-11-16,2023-11-16,,El Clon,https://www.imdb.com/title/tt1596029/,tvSeries,6.7,43,2010,Drama,467,2010-02-15,,,
4,tt1169424,2023-11-16,2023-11-16,,Clone,https://www.imdb.com/title/tt1169424/,tvSeries,5.2,30,2008,"Comedy, Sci-Fi",239,2008-11-17,,,
5,tt5214252,2023-11-16,2023-11-16,,Watashi wo hanasanai de,https://www.imdb.com/title/tt5214252/,tvMiniSeries,7.2,54,2016,"Drama, Romance, Sci-Fi",236,2016-01-15,,,
6,tt0101594,2023-11-16,2023-11-16,,The Cloning of Joanna May,https://www.imdb.com/title/tt0101594/,tvMiniSeries,6.5,180,1992,Sci-Fi,81,1992-01-25,,,
7,tt2234222,2023-11-16,2023-11-16,,Orphan Black,https://www.imdb.com/title/tt2234222/,tvSeries,8.3,44,2013,"",115382,2013-03-30,,,
I tested. You can remove most of that data, so:
Code:
7,tt2234222,,,,,,,,,,"",,,,,
This still works.
So you'd only need to copy and paste the IMDB link and ID with all the commas. The site only reads the "tt2234222" ID at the start. If the IMDB link provided by Coollector doesn't exist anymore, it just stalls on the line - so it also might be a useful way to find dead links.