Browse Source

[shared] Clarify IE_DESC

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

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

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


Loading…
Cancel
Save