|
|
@ -202,7 +202,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|
|
|
v=
|
|
|
|
v=
|
|
|
|
)
|
|
|
|
)
|
|
|
|
))
|
|
|
|
))
|
|
|
|
|youtu\.be/ # just youtu.be/xxxx
|
|
|
|
|(?:
|
|
|
|
|
|
|
|
youtu\.be| # just youtu.be/xxxx
|
|
|
|
|
|
|
|
vid\.plus # or vid.plus/xxxx
|
|
|
|
|
|
|
|
)/
|
|
|
|
|(?:www\.)?cleanvideosearch\.com/media/action/yt/watch\?videoId=
|
|
|
|
|(?:www\.)?cleanvideosearch\.com/media/action/yt/watch\?videoId=
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)? # all until now is optional -> you can pass the naked ID
|
|
|
|
)? # all until now is optional -> you can pass the naked ID
|
|
|
@ -624,6 +627,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|
|
|
'params': {
|
|
|
|
'params': {
|
|
|
|
'skip_download': True,
|
|
|
|
'skip_download': True,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
'url': 'http://vid.plus/FlRa-iH7PGw',
|
|
|
|
|
|
|
|
'only_matching': True,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|