[deviantart] add support for all media types

- this includes
  - images
  - videos
  - flash-animations
  - journals

- also renamed some of the extractors
  - User  -> Gallery
  - Image -> Deviation
This commit is contained in:
Mike Fährmann
2017-05-10 16:45:45 +02:00
parent ab4a38cb10
commit e5f79ae839
3 changed files with 133 additions and 49 deletions

View File

@@ -136,6 +136,7 @@ else:
clean_path = clean_path_posix
unquote = urllib.parse.unquote
escape = html.escape
try:
unescape = html.unescape