[seiga] support more than 200 images

Due to API restrictions and/or missing knowledge about and
documentation of API usage, it was only possible to retrieve the
latest 200 images of a niconico seiga user with said API.

The new approach manually visits each HTML page and gets its
information from there.
This commit is contained in:
Mike Fährmann
2017-11-13 20:46:24 +01:00
parent baf8094868
commit f72318e593
2 changed files with 25 additions and 22 deletions

View File

@@ -83,6 +83,7 @@ skip = [
"archivedmoe", "archiveofsins", "thebarchive",
# temporary issues
"mangazuki",
"hentaifoundry", # invalid SSL cert
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1: