YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

Kinopoisk plugin get wrong movie certification #2670

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2673 created by Omertron on 2013-09-03T21:03:00.000Z:

I think kinopoisk again change database

kinopoisk.ru have 2 type certification (russian and mpaa) for examle http://www.kinopoisk.ru/film/484599/

In properties set:

kinopoisk.russianCertification=true

Sometime was fine and plugin get russian certification, but today I rescan base and get mpaa certification

string from updated xml <certification source="KINOPOISK">PG-13</certification>

correct string should be <certification source="KINOPOISK">age12</certification>

I tried on working and fresh configurations

yamj 2.10 r3731

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-09-04T04:15:19.000Z:

<empty>

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2013-09-04T04:40:06.000Z:

This issue was closed by revision r3732.

Omertron commented 9 years ago

Comment #3 originally posted by Omertron on 2013-09-04T11:55:17.000Z:

Thanks Ilgizar, everything is working fine now. Thank you very much.