Skip to content

Commit

Permalink
[youtube] Add support for zwearz (Closes ytdl-org#9062)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Apr 3, 2016
1 parent 23576ed commit 6d4fc66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion youtube_dl/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
))
|(?:
youtu\.be| # just youtu.be/xxxx
vid\.plus # or vid.plus/xxxx
vid\.plus| # or vid.plus/xxxx
zwearz\.com/watch| # or zwearz.com/watch/xxxx
)/
|(?:www\.)?cleanvideosearch\.com/media/action/yt/watch\?videoId=
)
Expand Down Expand Up @@ -758,6 +759,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'url': 'http://vid.plus/FlRa-iH7PGw',
'only_matching': True,
},
{
'url': 'http://zwearz.com/watch/9lWxNJF-ufM/electra-woman-dyna-girl-official-trailer-grace-helbig.html',
'only_matching': True,
},
{
# Title with JS-like syntax "};" (see https://github.com/rg3/youtube-dl/issues/7468)
# Also tests cut-off URL expansion in video description (see
Expand Down

0 comments on commit 6d4fc66

Please sign in to comment.