Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/youtube.py
|
|
@ -1736,7 +1736,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): |
|
|
|
|
|
|
|
|
|
|
|
class YoutubeSharedVideoIE(InfoExtractor): |
|
|
|
_VALID_URL = r'(?:https?:)?//(?:www\.)?youtube\.com/shared\?ci=(?P<id>[0-9A-Za-z_-]{11})' |
|
|
|
_VALID_URL = r'(?:https?:)?//(?:www\.)?youtube\.com/shared\?.*\bci=(?P<id>[0-9A-Za-z_-]{11})' |
|
|
|
IE_NAME = 'youtube:shared' |
|
|
|
|
|
|
|
_TEST = { |
|
|
|