It's in lowercase now (since e15e2ef7a0).
e15e2ef7a0
Unfortunately vimeopro.com doesn't support it yet.
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
The list parameter starts with ‘MC’ and can have more characters after it, including dots
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor.
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.