YoutubeIE: Detect new Vevo style videos
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 21 Jun 2013 17:28:23 +0000 (19:28 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 21 Jun 2013 19:51:10 +0000 (21:51 +0200)
commit77d0f05f714eec81f076025f309d5d39325d5d0f
tree77f460f6062783ed722498eaf75cc89d511f7b8e
parent50d2376769725fcab6472d09919d78f92cb19005
YoutubeIE: Detect new Vevo style videos

The url_encoded_fmt_stream_map can be found in the video page, but the signature must be decrypted, we get it from the webpage instead of the `get_video_info` pages because we have only discover the algorithm for keys with both sub keys of size 43.
youtube_dl/InfoExtractors.py