Since the order extractors are added is not defined, it would match instead of NHLIE.
Not all videos have 60 fps, for example they can have 48 fps.
There are many songs just linked from Vevo/YouTube to MySpace. Vevo example: https://myspace.com/threedaysgrace/music/song/animal-i-have-become-28400208-28218041 YouTube example: https://myspace.com/starset2/music/song/first-light-95799905-106964426
I'm adding this because sometimes there is a song page, but you cannot play it. Example: https://myspace.com/starset2/music/song/let-it-die-maniac-agenda-remix-bonus-track-95799916-106964439 It will be useful for downloading whole album with songs like this.
`uploader` is an artist `playlist` is an album
It keeps reconnecting without it. Download time decreased from 7+ minutes to 25 seconds for me.
video_info contains now the 'ytplayer.config.args' dictionary
The YouTube player doesn't seem to use them except for embedded videos, so we can skip a network request. But they still provide better error mesagges (for removed videos for example).
[xminus] update tkn extraction regex
This way, we don't have to do an aditional request
It seems that all the videos with age restriction use now the age gate method, which doesn't require any confirmation.
[bliptv] Fix some videos not downloading
See https://github.com/rg3/youtube-dl/issues/3544#issuecomment-53166516
In some videos (for example, http://blip.tv/play/gbk766dkj4Yn) resolving lookup id would fail, because page at http://blip.tv/play/gbk766dkj4Yn.x?p=1 would have no "config.id" in it. Fixed by requesting different URL and inspecting the URL which the client is redirected to.