-
Notifications
You must be signed in to change notification settings - Fork 8
/
dotAv.js
181 lines (179 loc) · 4.08 KB
/
dotAv.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
/*
** create by https://github.com/d1y
** Most of them are their own personal collections. If you like, give me a star🍓.
** repo: https://github.com/d1y/dotav
** If you have any good porn sites, you can ask questions or email me.
** mail: [email protected]
*/
const CnSites = require('./xo')
module.exports = [
{
site: 'https://pronhub.com',
name: 'pronhub',
desc: '世界上最大的色情网站',
city: 'Canada',
favicon: 'https://ci.phncdn.com/www-static/favicon.ico',
logo: 'https://ci.phncdn.com/www-static/images/pornhub_logo_straight.png',
lang: [
'English',
'Deutsch',
'Français',
'Español',
'Italiano',
'Português',
'Polski',
'Русский',
'日本語',
'Dutch',
'Czech',
'中文(简体)'
],
types: [
'videos'
],
openApi: false,
isFree: true, // TODO: Some are charged
ads: true,
blocked: true // Is the Chinese network accessible?
},
{
site: 'https://xvideos.com',
name: 'xvideos',
desc: '逛完Pronhub就逛Xvideos',
city: '',
favicon: 'https://www.xvideos.com/favicon-32x32.png',
logo: 'https://www.xvideos.com/apple-touch-icon.png',
lang: [
'English'
],
types: [
'videos'
],
openApi: false,
isFree: true,
ads: true,
blocked: true
},
{
site: 'https://spankbang.com',
name: 'spankbang',
desc: '车很稳',
city: '',
favicon: 'https://spankbang.com/favicon.ico',
logo: 'https://static.spankbang.com/static_desktop/Images/[email protected]',
lang: [
'English'
],
types: [
'videos'
],
openApi: false,
isFree: true,
ads: true,
blocked: true
},
{
site: 'https://youpron.com',
name: 'youpron',
desc: 'Pronhub 替代品',
city: '',
favicon: 'https://fs.ypncdn.com/cb/bundles/youpornwebfront/images/favicon.ico',
logo: 'https://fs.ypncdn.com/cb/bundles/youpornwebfront/images/l_youporn_black.png',
lang: [
'English'
],
types: [
'videos'
],
openApi: false,
isFree: true,
ads: true,
blocked: true
},
{
site: 'https://redtube.com',
name: 'redtube',
desc: '仿Youtube',
city: '',
favicon: 'https://ei.rdtcdn.com/www-static/cdn_files/redtube/icons/favicon.ico',
logo: 'https://ei.rdtcdn.com/www-static/cdn_files/redtube/images/pc/logo/redtube_logo.png',
lang: [
'English'
],
types: [
'videos'
],
openApi: false,
isFree: true,
ads: true,
blocked: true
},
{
site: 'https://avgle.com',
name: 'Avgle',
desc: '广告较少, 很良心, 免费',
city: '台湾',
favicon: 'https://avgle.com/favicon.ico',
logo: 'https://avgle.com/images/logo/logo.png',
lang: [
'English',
'Français',
'Deutsch',
'Dutch',
'Español',
'Italiano',
'বাংলা',
'简体中文',
'繁体中文',
'日本语'
],
types: [
'videos'
],
openApi: true,
apiDoc: 'https://avgle.github.io/doc',
isFree: true,
ads: true,
blocked: true
},
{
site: 'https://javzw.com',
name: 'JAV中文网',
desc: '国内良心车站, 广告少, 就是速度不咋地',
city: '',
favicon: 'https://cdn.jsdelivr.net/npm/@bootcss/[email protected]/dist/ico/favicon.ico',
logo: 'https://cdn.jsdelivr.net/npm/@bootcss/[email protected]/dist/ico/apple-touch-icon-precomposed.png',
lang: [
'简体中文'
],
types: [
'videos'
],
openApi: false,
isFree: true,
ads: true,
blocked: false
},
{
site: 'https://theporn.xyz/',
back_site: [
'https://theporn.cc'
],
name: 'Thepron',
desc: '国内仅存的车站之一',
city: '',
favicon: 'https://theporn.xyz/static/favicon.ico',
logo: 'https://theporn.xyz/static/logo-tp.png',
lang: [
'English',
'繁体中文',
'简体中文'
],
openApi: true,
apiDoc: 'https://github.com/theporn/theporn.api/wiki',
isFree: true,
ads: true,
blocked: false
},
...CnSites
]