aboutsummaryrefslogtreecommitdiff
path: root/importer/providers/imgur.py
diff options
context:
space:
mode:
Diffstat (limited to 'importer/providers/imgur.py')
-rw-r--r--importer/providers/imgur.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/importer/providers/imgur.py b/importer/providers/imgur.py
deleted file mode 100644
index dd8fb6e..0000000
--- a/importer/providers/imgur.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from importer.providers.raw_image_base import RawImageProviderBase
-
-
-class Imgur(RawImageProviderBase):
- regex = "^.*i\\.imgur\\.com.*\\.(jpg|jpeg)$"
- _TEST = [{
- "url": "https://i.imgur.com/fXLMjfp.jpg",
- "paths": ["source_fXLMjfp.jpg"],
- }]