[nijie] fix dojin extraction

- correctly extract artist_id
- set extension to "jpg" if it was empty and let filetype checks do
  the rest
This commit is contained in:
Mike Fährmann
2018-02-09 21:51:35 +01:00
parent 7f7c16ae37
commit f5f2d29f56
3 changed files with 21 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2015-2017 Mike Fährmann
# Copyright 2015-2018 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -20,6 +20,7 @@ SKIP = {
# temporary issues
"chronos",
"coreimg",
"hosturimage",
"yeet",
}