File tree 6 files changed +23
-10
lines changed 6 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ python /path/to/YYeTsBot/yyetsbot/bot.py
160
160
161
161
# 归档资源下载
162
162
163
- * 包含了2021年1月11日为止的人人影视最新资源,有兴趣的盆友可以用这个数据进行二次开发[ 戳我查看详情] ( https://t.me/mikuri520/668 )
163
+ * 包含了2021年1月11日为止的人人影视最新资源,MySQL为主。 有兴趣的盆友可以用这个数据进行二次开发[ 戳我查看详情] ( https://t.me/mikuri520/668 )
164
164
* 字幕侠离线数据库 [ 从这里下载] ( https://t.me/mikuri520/715 ) ,这个数据比较粗糙,并且字幕侠网站还在,因此不建议使用这个
165
165
166
166
# 开发
@@ -187,8 +187,7 @@ python /path/to/YYeTsBot/yyetsbot/bot.py
187
187
* 捐助我,[ 爱发电?] ( https://afdian.net/@BennyThink )
188
188
189
189
# 感谢
190
-
191
- * yaofei yang
190
+ [ Thanks] ( THANKS.md )
192
191
193
192
# 持续部署
194
193
Original file line number Diff line number Diff line change
1
+ # Thannks
2
+ Special thanks to these following supporters!
3
+
4
+ * yaofei yang
5
+ * 人人影视伴我成长
6
+ * 阮
7
+ * 谢谢
8
+ * 快播学长
9
+
10
+ 以及所有点赞、赞助和分享的可爱的你们!
Original file line number Diff line number Diff line change 1
1
# web端
2
2
3
- ** 注意:源代码中包含Google Analytics分析代码,` index.html ` , ` search.html ` 和` resource.html ` 。如果自己不熟要记得去除哦 **
3
+ ** 注意:源代码中包含Google Analytics分析代码,` index.html ` , ` search.html ` 和` resource.html ` 。如果自己使用,要记得去除哦 **
4
4
5
5
# requirements
6
6
18
18
2 . 运行 ` python prepare/convert_db.py `
19
19
20
20
## 方法2:使用我的导出
21
-
22
- [ 看这里 ] ( https://t.me/c/1375651700/2448 ) ,然后导入到MongoDB
21
+ * [ 冷数据看这里 ] ( https://t.me/c/1375651700/2448 ) ,然后导入到MongoDB
22
+ * [ 实时数据看这里 ] ( https://yyets.dmesg.app/dump.gz ) ,每天凌晨2点更新
23
23
24
24
# 运行
25
25
Original file line number Diff line number Diff line change 40
40
text-align : center;
41
41
}
42
42
43
+ a {
44
+ text-decoration : none;
45
+ }
43
46
44
47
</ style >
45
48
</ head >
53
56
< a href ="https://afdian.net/@BennyThink " target ="_blank "> < img src ="/img/afdian.png " alt ="爱发电 "
54
57
style ="height: 55px !important;width: 200px !important; "> </ a >
55
58
</ h2 >
56
- < h2 > 这是我偷过来的,嘿嘿😝</ h2 >
57
- < h2 > 在 < a style ="text-decoration: none;color: deepskyblue " href ="https://t.me/yyets_bot "> 这个 Telegram Bot</ a >
58
- 里去使用,或者使用下方搜索框</ h2 >
59
+ < h2 > 本站数据库< b > < a style ="color: skyblue " href ="https://t.me/mikuri520/668 "> 永久开源免费</ a > </ b > ,< abbr
60
+ style ="text-decoration: none " title ="你也爬不下来啊 "> 请不要做无意义的爬虫。</ abbr >
61
+ < a href ="help.html " style ="color: deepskyblue "> 使用帮助?</ a >
62
+ </ h2 >
59
63
< form action ="search.html ">
60
64
< label >
61
65
< input name ="kw " id ="kw " type ="text ">
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ class RunServer:
344
344
(r'/api/metrics' , MetricsHandler ),
345
345
(r'/api/blacklist' , BlacklistHandler ),
346
346
(r'/' , IndexHandler ),
347
- (r'/(.*\.html|.*\.js|.*\.css|.*\.png|.*\.jpg|.*\.ico|.*\.gif|.*\.woff2)' , web .StaticFileHandler ,
347
+ (r'/(.*\.html|.*\.js|.*\.css|.*\.png|.*\.jpg|.*\.ico|.*\.gif|.*\.woff2|.*\.gz )' , web .StaticFileHandler ,
348
348
{'path' : static_path }),
349
349
]
350
350
You can’t perform that action at this time.
0 commit comments