diff options
Diffstat (limited to 'importer/providers/gfycat.py')
-rw-r--r-- | importer/providers/gfycat.py | 9 |
1 files changed, 0 insertions, 9 deletions
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" - }] |