diff --git a/README.md b/README.md
index 5748775e..0db87791 100644
--- a/README.md
+++ b/README.md
@@ -373,7 +373,6 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
| **YouTube** | |✓| | |
| **X (Twitter)** | |✓|✓| |
| VK | |✓|✓| |
-| Vine | |✓| | |
| Vimeo | |✓| | |
| Veoh | |✓| | |
| **Tumblr** | |✓|✓|✓|
diff --git a/src/you_get/common.py b/src/you_get/common.py
index d14eb980..752c63f2 100755
--- a/src/you_get/common.py
+++ b/src/you_get/common.py
@@ -111,7 +111,6 @@ SITES = {
'wanmen' : 'wanmen',
'weibo' : 'miaopai',
'veoh' : 'veoh',
- 'vine' : 'vine',
'vk' : 'vk',
'x' : 'twitter',
'xiaokaxiu' : 'yixia',
diff --git a/src/you_get/extractors/__init__.py b/src/you_get/extractors/__init__.py
index 8c43a8bc..e68cd174 100755
--- a/src/you_get/extractors/__init__.py
+++ b/src/you_get/extractors/__init__.py
@@ -74,7 +74,6 @@ from .twitter import *
from .ucas import *
from .veoh import *
from .vimeo import *
-from .vine import *
from .vk import *
from .w56 import *
from .wanmen import *
diff --git a/src/you_get/extractors/tumblr.py b/src/you_get/extractors/tumblr.py
index b0dc99f6..08e605e8 100644
--- a/src/you_get/extractors/tumblr.py
+++ b/src/you_get/extractors/tumblr.py
@@ -6,7 +6,6 @@ from ..common import *
from .universal import *
from .dailymotion import dailymotion_download
from .vimeo import vimeo_download
-from .vine import vine_download
def tumblr_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
if re.match(r'https?://\d+\.media\.tumblr\.com/', url):
@@ -125,9 +124,6 @@ def tumblr_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
elif re.search(r'dailymotion\.com', iframe_url):
dailymotion_download(iframe_url, output_dir, merge=merge, info_only=info_only, **kwargs)
return
- elif re.search(r'vine\.co', iframe_url):
- vine_download(iframe_url, output_dir, merge=merge, info_only=info_only, **kwargs)
- return
else:
iframe_html = get_content(iframe_url)
real_url = r1(r'