Browse Source

Merge pull request #7123 from razorloves/develop

passthepopcorn: make target attribute _blank
pull/7125/head
Ruud Burger 9 years ago
committed by GitHub
parent
commit
bdd7f21a45
  1. 2
      couchpotato/core/media/_base/providers/torrent/passthepopcorn.py

2
couchpotato/core/media/_base/providers/torrent/passthepopcorn.py

@ -204,7 +204,7 @@ config = [{
'tab': 'searcher',
'list': 'torrent_providers',
'name': 'PassThePopcorn',
'description': '<a href="https://passthepopcorn.me">PassThePopcorn.me</a>',
'description': '<a href="https://passthepopcorn.me" target="_blank">PassThePopcorn.me</a>',
'wizard': True,
'icon': 'iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAARklEQVQoz2NgIAP8BwMiGWRpIN1JNWn/t6T9f5'
'32+W8GkNt7vzz9UkfarZVpb68BuWlbnqW1nU7L2DMx7eCoBlpqGOppCQB83zIgIg+wWQAAAABJRU5ErkJggg==',

Loading…
Cancel
Save