From 7ea65cf90e5db40f2c888fdfad98b3f00b45e7a8 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 24 Apr 2019 23:57:11 +0200 Subject: [PATCH] One more url fix --- platypush/plugins/torrent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/torrent.py b/platypush/plugins/torrent.py index 7168885f0..03f9c7612 100644 --- a/platypush/plugins/torrent.py +++ b/platypush/plugins/torrent.py @@ -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 = {}