This commit is contained in:
Hafitz Setya 2021-08-25 11:29:37 +07:00 committed by GitHub
parent 9932495333
commit d32f6a89ca
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,14 +304,14 @@ RESULT_STR_ALL = (
)
torrents_dict = {
'1337x': {'source': "https://slam-api.glitch.me/api/1337x/", 'result_str': RESULT_STR_1337},
'piratebay': {'source': "https://slam-api.glitch.me/api/piratebay/", 'result_str': RESULT_STR_PIRATEBAY},
'tgx': {'source': "https://slam-api.glitch.me/api/tgx/", 'result_str': RESULT_STR_TGX},
'yts': {'source': "https://slam-api.glitch.me/api/yts/", 'result_str': RESULT_STR_YTS},
'eztv': {'source': "https://slam-api.glitch.me/api/eztv/", 'result_str': RESULT_STR_EZTV},
'torlock': {'source': "https://slam-api.glitch.me/api/torlock/", 'result_str': RESULT_STR_TORLOCK},
'rarbg': {'source': "https://slam-api.glitch.me/api/rarbg/", 'result_str': RESULT_STR_RARBG},
'ts': {'source': "https://slam-api.glitch.me/api/all/", 'result_str': RESULT_STR_ALL}
'1337x': {'source': "https://torrents--api.herokuapp.com/api/1337x/", 'result_str': RESULT_STR_1337},
'piratebay': {'source': "https://torrents--api.herokuapp.com/api/piratebay/", 'result_str': RESULT_STR_PIRATEBAY},
'tgx': {'source': "https://torrents--api.herokuapp.com/api/tgx/", 'result_str': RESULT_STR_TGX},
'yts': {'source': "https://torrents--api.herokuapp.com/api/yts/", 'result_str': RESULT_STR_YTS},
'eztv': {'source': "https://torrents--api.herokuapp.com/api/eztv/", 'result_str': RESULT_STR_EZTV},
'torlock': {'source': "https://torrents--api.herokuapp.com/api/torlock/", 'result_str': RESULT_STR_TORLOCK},
'rarbg': {'source': "https://torrents--api.herokuapp.com/api/rarbg/", 'result_str': RESULT_STR_RARBG},
'ts': {'source': "https://torrents--api.herokuapp.com/api/all/", 'result_str': RESULT_STR_ALL}
}
torrent_handlers = []