[fix] piratebay.sx is no longer available - using piratebay.se

This commit is contained in:
asciimoo 2013-12-31 15:35:51 +01:00
parent 376f15cb1c
commit 76c9b2c782
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from urllib import quote
categories = ['videos', 'music']
url = 'https://thepiratebay.sx/'
url = 'https://thepiratebay.se/'
search_url = url + 'search/{search_term}/0/99/{search_type}'
search_types = {'videos': '200'
,'music' : '100'