@dstftw explained in https://github.com/rg3/youtube-dl/pull/9918#issuecomment-228625878 that extractor names are supposed to be unique. @dstftw has fixed the two offending extractors, and here I add a test to ensure this does not happen in the future.
It was matching www.youtube.com/embed/WpfukLMe1TM. The generic extractor automatically adds http:// if it's missing.
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)