Begin implementing aiohttp
This commit is contained in:
22
schemas/ch4_s.py
Normal file
22
schemas/ch4_s.py
Normal file
@@ -0,0 +1,22 @@
|
||||
ATTRMAP = {
|
||||
"no": "msg_id",
|
||||
"now": "ts",
|
||||
"name": "user",
|
||||
"trip": "nick",
|
||||
"id": "nick_id",
|
||||
"resto": "id_reply",
|
||||
"com": "msg",
|
||||
"ext": "file_ext",
|
||||
"w": "file_w",
|
||||
"h": "file_h",
|
||||
"tn_w": "file_tn_w",
|
||||
"tn_h": "file_tn_h",
|
||||
"tim": "file_tim",
|
||||
"fsize": "file_size",
|
||||
"md5": "file_md5",
|
||||
"filedeleted": "file_deleted",
|
||||
"spoiler": "file_spoiler",
|
||||
"custom_spoiler": "file_custom_spoiler",
|
||||
"m_img": "file_m_img",
|
||||
"time": "unix_time",
|
||||
}
|
||||
Reference in New Issue
Block a user