imseldrith commited on
Commit
cc97517
·
verified ·
1 Parent(s): 7d3399c

Upload duce-cli-settings.json

Browse files
Files changed (1) hide show
  1. duce-cli-settings.json +64 -0
duce-cli-settings.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "categories": {
3
+ "Business": true,
4
+ "Design": true,
5
+ "Development": true,
6
+ "Finance & Accounting": true,
7
+ "Health & Fitness": true,
8
+ "IT & Software": true,
9
+ "Lifestyle": true,
10
+ "Marketing": true,
11
+ "Music": true,
12
+ "Office Productivity": true,
13
+ "Personal Development": true,
14
+ "Photography & Video": true,
15
+ "Teaching & Academics": true
16
+ },
17
+ "languages": {
18
+ "Arabic": true,
19
+ "Chinese": true,
20
+ "Dutch": true,
21
+ "English": true,
22
+ "French": true,
23
+ "German": true,
24
+ "Hindi": true,
25
+ "Indonesian": true,
26
+ "Italian": true,
27
+ "Japanese": true,
28
+ "Korean": true,
29
+ "Nepali": true,
30
+ "Polish": true,
31
+ "Portuguese": true,
32
+ "Romanian": true,
33
+ "Russian": true,
34
+ "Spanish": true,
35
+ "Thai": true,
36
+ "Turkish": true,
37
+ "Urdu": true
38
+ },
39
+ "sites": {
40
+ "Real Discount": true,
41
+ "Discudemy": true,
42
+ "IDownloadCoupons": true,
43
+ "Tutorial Bar": true,
44
+ "E-next": true,
45
+ "Course Vania": true,
46
+ "Udemy Freebies": true
47
+ },
48
+ "min_rating": 0.0,
49
+ "instructor_exclude": [
50
+ "instructor-1",
51
+ "instructor-2",
52
+ "more-bad-instructor"
53
+ ],
54
+ "title_exclude": [
55
+ "keyword One",
56
+ "noT_cAse SenSItiVe"
57
+ ],
58
+ "email": "[email protected]",
59
+ "password": "@1198917uD",
60
+ "save_txt": true,
61
+ "discounted_only": false,
62
+ "use_browser_cookies": false,
63
+ "course_update_threshold_months": 24
64
+ }