forked from platypush/platypush
One more url fix
This commit is contained in:
parent
5ed4b10de3
commit
7ea65cf90e
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class TorrentPlugin(Plugin):
|
|||
default_torrent_ports = [6881, 6891]
|
||||
supported_categories = {
|
||||
'movies': 'https://movies-v2.api-fetch.website/movies/1',
|
||||
'tv': 'https://tv-v2.api-fetch.website/tv/1',
|
||||
'anime': 'https://anime.api-fetch.website/anime/1',
|
||||
'tv': 'https://tv-v2.api-fetch.website/shows/1',
|
||||
'anime': 'https://anime.api-fetch.website/animes/1',
|
||||
}
|
||||
|
||||
torrent_state = {}
|
||||
|
|
Loading…
Reference in a new issue