UweTrottmann / thetvdb-java

Unofficial TheTVDB.com API wrapper in Java written using retrofit2.
Apache License 2.0
18 stars 9 forks source link

Support for Lists #37

Open andrew-bengier opened 2 years ago

andrew-bengier commented 2 years ago

Is there any movement towards supporting lists?

As an example: 1 - https://thetvdb.com/lists/harry-potter would return a list of "movies" (once supported) 2 - https://thetvdb.com/lists/arrowverse would return a list of series 3 - https://thetvdb.com/lists/star-wars would potentially have both "movies" and series

UweTrottmann commented 2 years ago

As written in the README I don't actively maintain this library any longer. E.g. TheTVDB has switched to a new API that this library does not support.