File tree 4 files changed +14
-6
lines changed 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,15 @@ python /path/to/YYeTsBot/yyetsbot/bot.py
159
159
160
160
161
161
# 归档资源下载
162
-
162
+ ## Telegram 频道分享
163
163
* 包含了2021年1月11日为止的人人影视最新资源,MySQL为主。有兴趣的盆友可以用这个数据进行二次开发[ 戳我查看详情] ( https://t.me/mikuri520/668 )
164
164
* 字幕侠离线数据库 [ 从这里下载] ( https://t.me/mikuri520/715 ) ,这个数据比较粗糙,并且字幕侠网站还在,因此不建议使用这个
165
- * [ 网站实时数据看这里] ( https://yyets.dmesg.app/data/dump.gz ) ,每天凌晨2点更新
165
+
166
+ ## 本地下载
167
+ 如果无法访问Telegram,可以使用如下网址下载数据
168
+ * [ 网站实时数据,MongoDB] ( https://yyets.dmesg.app/data/yyets_mongo.gz )
169
+ * [ MySQL] ( https://yyets.dmesg.app/data/yyets_mysql.zip )
170
+ * [ SQLite] ( https://yyets.dmesg.app/data/yyets_sqlite.zip )
166
171
167
172
# 开发
168
173
Original file line number Diff line number Diff line change 18
18
2 . 运行 ` python prepare/convert_db.py `
19
19
20
20
## 方法2:使用我的导出
21
- * [ 冷数据看这里] ( https://t.me/c/1375651700/2448 ) ,然后导入到MongoDB
22
- * [ 实时数据看这里] ( https://yyets.dmesg.app/data/dump.gz ) ,每天凌晨2点更新
23
-
21
+ 参考 README.md
24
22
# 运行
25
23
26
24
` python server.py `
Original file line number Diff line number Diff line change @@ -84,6 +84,11 @@ <h2>15. 本站会收集哪些信息</h2>
84
84
2. 我使用了Google Analytics,请参考Google Analytics的隐私政策;< br >
85
85
3. 我使用了Cloudflare,请参考Cloudflare的隐私政策。< br >
86
86
3. 我记录了metrics信息,用于优化日后访问量,此信息不包含个人信息,无法用于追踪你。可以< a href ="/api/metrics "> 点击这里查看</ a > 。
87
+ < h2 > 16. 数据库下载不了呀!</ h2 >
88
+ 那你试试这几个呢?
89
+ < a href ="/data/yyets_mongo.gz "> MongoDB</ a > 实时更新,无checksum< br >
90
+ < a href ="/data/yyets_mysql.zip "> MySQL 5.7</ a > aeee83e54e5de37df9392ab4f01eb9c43437f47d< br >
91
+ < a href ="/data/yyets_sqlite.zip "> SQLite</ a > 13a4635c6bd41b605a92d33a496bc563f5772652< br >
87
92
< br >
88
93
< br >
89
94
< button > < a href ="/ "> 返回主页</ a > </ button >
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|.*\.gz)' , web .StaticFileHandler ,
347
+ (r'/(.*\.html|.*\.js|.*\.css|.*\.png|.*\.jpg|.*\.ico|.*\.gif|.*\.woff2|.*\.gz|.*\.zip )' , web .StaticFileHandler ,
348
348
{'path' : static_path }),
349
349
]
350
350
You can’t perform that action at this time.
0 commit comments