and find the download link in the 6th <td> element. There doesnt' seem to be any kind of referral or useragent check - I could download subtitles using cURL w/o issues.
Do you think it's possible to implement this?
Possible issues:
Unfortunately the nyelv argument cannot be combined, as in, you can either search for just one specific language, or all languages (in which case you have to omit nyelv or set it to the empty string). So to keep the current implementation of the subtitles UI in MPC-HC, searching on this site in n languages will require n requests to the site (rate limiting?).
There's no way to search by file hash, only by title.
Hi, it'd be awesome if you could add support for this subtitle site. An example search URL for the
event horizon
title in English language:https://www.feliratok.info/index.php?tab=all&search=event+horizon&nyelv=Angol
Language (
nyelv
) is specified in Hungarian, here's the dictionary:The request results in an HTML page, where you need to look for
<tr>
elements with thevilagit
id. e.g.or
and find the download link in the 6th
<td>
element. There doesnt' seem to be any kind of referral or useragent check - I could download subtitles using cURL w/o issues.Do you think it's possible to implement this?
Possible issues:
nyelv
argument cannot be combined, as in, you can either search for just one specific language, or all languages (in which case you have to omitnyelv
or set it to the empty string). So to keep the current implementation of the subtitles UI in MPC-HC, searching on this site inn
languages will requiren
requests to the site (rate limiting?).