English > Support
Kinopoisk.ru https script
Ivek23:
In the Russian part of the forum, they expressed a request (wish) for the possibility if they could write a Kinopoisk script for the PVD MOD version on the English part of the forum.
It will look and communicate what the chances are for the request to come true.
Ivek23:
I did a simple kinopoisk[HTTPS] script, which is based on the IMDB_ [EN] [HTTPS] script. it works to search for results and download some information until you get a Captcha block.
kinopoisk[HTTPS] script is added.
afrocuban:
Thank you!
Pacifist:
Sorry for my "French" (Google translate) ;), but neither the new script for cinema search from the English branch (pic2.jpg), nor the new update from Djek-Ural :( (it didn’t work at all for me). If you don’t touch the captcha problem, then in the previous version of the script for KP, you only need to fix the problems with loading the year of release of the film, its genre, Country of production, Original language, and most importantly, change the source of import of information FOR SERIES. They moved to the section http://www.kinopoisk.ru/ SERIES / 1198083 /. Although http://www.kinopoisk.ru/FILM/1198083/ is displayed in the search line. The problem with the series is the biggest (after captcha). None of the scripts, both from Russian and English, are branches. it’s not pulling episodes, even the new imdb_episode, which used to be made up with the TheTVDB plugin, but they changed something there too and now we see "IOHandler value is not value".
P.S. Now in the Russian branch you have to use PVD 1.0.2.7 (MOD) -> a bunch of TheMovieDB + IMDB (HTTPS) -> manually (in order to bypass the captcha) import the rating, number of votes and Russian description from the KP.
Ivek23:
TheTVDB plugin now only works with Proxomitron, so below is the code for Proxomitron, which you will add to the default.cfg file under " [HTTP headers] ". The entire default.cfg file will also be added.
--- Quote --- [HTTP headers]
.
.
.
In = FALSE
Out = TRUE
Key = "URL: thetvdb.com/api (Out)"
URL = "((www.|)thetvdb.com/api|st.kp.yandex.net)/"
Match = "http://\1"
Replace = "$RDIR(https://\1)"
In = TRUE
Out = FALSE
Key = "Location: thetvdb.com (In)"
URL = "(www.|)thetvdb.com/api/"
Match = "https://(st.kp.yandex.net|www.thetvdb.com/api)\1/\2"
Replace = "http://\1/\2"
In = FALSE
Out = TRUE
Key = "URL: thetvdb.com/api (Out)"
URL = "((www.|)thetvdb.com/api|st.kp.yandex.net)/"
Match = "http://\1"
Replace = "$RDIR(https://\1)"
In = TRUE
Out = FALSE
Key = "Location: thetvdb.com (In)"
URL = "thetvdb.com/"
Match = "https://(st.kp.yandex.net|thetvdb.com)\1/\2"
Replace = "http://\1/\2"
In = FALSE
Out = TRUE
Key = "URL: thetvdb.com (Out)"
URL = "(thetvdb.com|st.kp.yandex.net)/"
Match = "http://\1"
Replace = "$RDIR(https://\1)"
--- End quote ---
Here is a slightly corrected kinopoisk[HTTPS].psf version where certain bugs are fixed. Script only searches for movies.
kinopoisk[HTTPS] script is added.
Navigation
[0] Message Index
[#] Next page
Go to full version