Browse Source

[shared] Extend _VALID_URL to support vivo.sx (Closes #6681)

totalwebcasting
Sergey M․ 9 years ago
parent
commit
3d8132f5e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/shared.py

+ 1
- 1
youtube_dl/extractor/shared.py View File

@ -14,7 +14,7 @@ from ..utils import (
class SharedIE(InfoExtractor):
_VALID_URL = r'http://shared\.sx/(?P<id>[\da-z]{10})'
_VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})'
_TEST = {
'url': 'http://shared.sx/0060718775',


Loading…
Cancel
Save