Add list support

This commit is contained in:
Zed 2019-09-21 01:08:30 +02:00
commit 9e3138e51b
25 changed files with 224 additions and 39 deletions

View file

@ -1,4 +1,4 @@
import httpclient, asyncdispatch, htmlparser
import httpclient, asyncdispatch, htmlparser, strformat
import sequtils, strutils, json, xmltree, uri
import ".."/[types, parser, parserutils, formatters, query]