[Help] nCore provider fixing

Issue #50 resolved
Peter Parker created an issue

Hi! The nCore provider is not working. I found out how I can fix it. In this way I can use it, but others not. I made an overrides.py. The passkey goes after &key=. I want to add a passkey setting to the Settings -> Providers menu. How can I do that?

overrides = {
    # nCore
    'ncore': {
        "movie_query": "&tipus=kivalasztottak_kozott&kivalasztott_tipus=xvid_hun,dvd_hun,dvd9_hun,hd_hun",
        "parser": {
            "peers": "item(tag='a', order=4)",
            "seeds": "item(tag='a', order=3)",
            "torrent": "'https://ncore.cc/%s&key=HEREGOESTHEPASSKEY' % item(tag='a', order=1, attribute='href').replace('details', 'download')"
        },
    }
}

Comments (2)

  1. Log in to comment