Remove categories

This commit is contained in:
jcherqui 2017-01-15 15:08:43 +01:00
parent a320328dda
commit 4776abd1ac
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from urlparse import urljoin
url = 'https://1337x.to/'
search_url = url + 'search/{search_term}/{pageno}/'
categories = ['videos', 'music', 'files']
categories = ['videos']
paging = True