ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.3k stars 9.95k forks source link

Some vevo URLs not working #3020

Closed bo3rnd closed 10 years ago

bo3rnd commented 10 years ago

Hi,

I noticed that some videos from vevo are not working. It seems it is only the regular expression for the url which is not working.

Working: http://www.vevo.com/watch/ariana-grande/problem/USUV71400762 http://www.vevo.com/watch/USUV71400762

not working: http://www.vevo.com/watch/susanne-blech/DEOV41400683

If I modify the link manually to http://www.vevo.com/watch/DEOV41400683 it works.

So it seems it does not work when there is only the artist name in the link.

jaimeMF commented 10 years ago

Fixed, thanks for the report.

phihag commented 10 years ago

Fixed in youtube-dl 2014.06.02. Type youtube-dl -U to update.