add a simplified version of 'parse_qs'

This version only returns a dict of plain string to string key-value
pairs and ignores multiple values for the same query variable.
This commit is contained in:
Mike Fährmann
2017-08-24 20:55:58 +02:00
parent 3b21e0703c
commit f7cdfd4c25
4 changed files with 10 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ skip = [
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie",
"archivedmoe", "archiveofsins", "thebarchive",
# temporary issues
"imgtrex", # 504
"mangapark",
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1: