This commit is contained in:
pw3t
2014-01-17 20:32:38 +01:00
7 changed files with 79 additions and 32 deletions

View File

@@ -9,6 +9,7 @@ url = 'https://thepiratebay.se/'
search_url = url + 'search/{search_term}/0/99/{search_type}'
search_types = {'videos': '200'
,'music' : '100'
,'files' : '0'
}
def request(query, params):