Advertisement
abeksis

sdfsdfsdf

Jan 26th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. def CATEGORIES():
  2. link = OPEN_URL('http://abeksis.com/Wizard/wizard.txt').replace('\n','').replace('\r','')
  3. match = re.compile('name="(.+?)".+?rl="(.+?)".+?mg="(.+?)".+?anart="(.+?)".+?escription="(.+?)"').findall(link)
  4. for name,url,iconimage,fanart,description in match:
  5. addDir(name,url,1,iconimage,fanart,description)
  6. setView('movies', 'MAIN')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement