Merge branch 'master' into 219-opml-import-export

This commit is contained in:
Fabio Manganiello 2022-09-02 00:23:57 +02:00
commit 61c96612bc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class TorrentPlugin(Plugin):
torrent_state = {}
transfers = {}
# noinspection HttpUrlsUsage
default_popcorn_base_url = 'http://popcorn-ru.tk'
default_popcorn_base_url = 'http://popcorn-time.ga'
def __init__(self, download_dir=None, torrent_ports=None, imdb_key=None, popcorn_base_url=default_popcorn_base_url,
**kwargs):