13
edits
Line 90: | Line 90: | ||
* 293 NOTIFYGET | * 293 NOTIFYGET | ||
: {int4 aid}|{int4 type}|{int2 count}|{str anime_name} | : {int4 aid}|{int4 type}|{int2 count}|{str anime_name} | ||
: {int4 date}|{int4 gid} | : {int4 date}|{int4 gid}|{str gr_name}|{int4 epno} | ||
: ... | |||
* 393 NO SUCH ENTRY | * 393 NO SUCH ENTRY | ||
'''Info:''' | '''Info:''' | ||
* gid | * gid | ||
: The group id. | : The group id. | ||
* gr_name | |||
: The name of the group. | |||
* epno | |||
: The number of the episode the group has released. With this and the anime name info you can access with the command EPISODE the episode data. | |||
* With all this information you don't have to read through the whole HTTP file on the anidb page to get to the information. | |||
'''Example:''' | '''Example:''' | ||
Line 102: | Line 107: | ||
< 293 NOTIFYGET | < 293 NOTIFYGET | ||
2369|2|xx|Bleach | 2369|2|xx|Bleach | ||
1157526611|1412 | 1157526611|1412|Dattebayo|95 | ||
... | ... | ||
edits