Siorai

Untitled

Jan 2nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.01 KB | None | 0 0
  1. categoriesList3 = {
  2.     'Music': {
  3.         'Folder_ID': ['0B1ptDN6kTFPiU3E0a3FpWU01S3M'],
  4.         'Rule': [ 'matchTracker', 'matchExt'],
  5.         'Matches': {
  6.             'Match_Tracker': ['http://xanax.rip', 'http://tracker.sceneaccess.org', 'http://www.underground-gamer.com'],
  7.             'Match_Content_Extention': [ '*.aac', '*.flac', '*.mp3' ]
  8.         }
  9.     },
  10.     'TV':   {
  11.         'Folder_ID': ['0B1ptDN6kTFPiaUNZUURJZF9YVkU'],
  12.         'Rule': [ 'matchTracker', 'matchPattern'],
  13.         'Matches': {
  14.             'Match_Tracker': ['http://tracker.sceneaccess.org'],
  15.             'Match_Expression': [
  16.                                 '*S??E??*.720p*',
  17.                                 '*s??e??*.720p*',
  18.                                 '*S??E??*.HDTV*',
  19.                                 '*s??e??*.HDTV*',
  20.                                 '*S??*.720p*'
  21.                                 ]
  22.         }
  23.     },
  24.     'Movies':   {
  25.         'Folder_ID': ['0B1ptDN6kTFPiY0Jxd25CMG1wYnM'],
  26.         'Rule' : [ 'matchTracker' ],
  27.         'Matches': {
  28.             'Match_Tracker': ['http://tracker.sceneaccess.org']
  29.         }
  30.     },
  31.     'XXX'{
  32.         'Folder_ID': ['0B1ptDN6kTFPiRFJnb2M2ckktMUU'],
  33.         'Rule' : ['matchTracker'],
  34.         'Matches': {
  35.             'Match_Tracker': ['http://tracker.empornium.sx']
  36.         }
  37.     }
  38. }
Add Comment
Please, Sign In to add comment