Improved support for AniDB movies
@see https://www.filebot.net/forums/viewtopic.php?f=6&t=3346
This commit is contained in:
parent
df094e0e01
commit
0bfc9154e8
|
@ -118,7 +118,7 @@ public class AnidbClient extends AbstractEpisodeListProvider {
|
|||
|
||||
// AniDB types: Movie, Music Video, Other, OVA, TV Series, TV Special, Web, unknown
|
||||
String animeType = selectString("//type", dom);
|
||||
if (animeType != null && animeType.matches("(?i:music.video|unkown|other)")) {
|
||||
if (animeType != null && animeType.matches("(?i:music.video|unkown)")) {
|
||||
return new SeriesData(seriesInfo, emptyList());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue