From b8d69f9bf5a03fd6d8b6a477f3b7ca8f10c27bda Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Tue, 27 Jul 2021 23:15:53 +0200 Subject: feat: Move to gallery-dl As it turns out there is already a project that does what I want but better. --- importer/providers/gfycat.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 importer/providers/gfycat.py (limited to 'importer/providers/gfycat.py') diff --git a/importer/providers/gfycat.py b/importer/providers/gfycat.py deleted file mode 100644 index 70d9c05..0000000 --- a/importer/providers/gfycat.py +++ /dev/null @@ -1,9 +0,0 @@ -from importer.providers.youtube_dl_base import YoutubeDlProviderBase - - -class Gfycat(YoutubeDlProviderBase): - regex = "^.*gfycat.com.*$" - _TEST = [{ - "url": "https://gfycat.com/presentdangerousdromedary", - "paths": "source_presentdangerousdromedary.mp4" - }] -- cgit v1.2.3