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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user