YAMJ / yamj-v2

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

FilmKataloguPlugin stopped working #2658

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2661 created by Omertron on 2013-06-09T18:50:18.000Z:

FilmKataloguPlugin stopped working because the filmaktalogus.hu changed the way of the searching.

The biggest problem is that it changed to use HTTP POST instead of GET.

I made some sample code using HttpClient class from apache but that does no use the proxy, port etc settings what are used by WebBrowser, so I don't know how to continue. I can add a completely new way to filmkatalogusplugin.java for downloading movie info (or at least handling the POST part) but that would not use the global settings which maybe a problem..

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-06-09T18:58:09.000Z:

This issue was closed by revision r3714.

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2013-06-09T19:35:07.000Z:

This issue was closed by revision r3715.