changed _VALID_URL to allow for country specific subdomains
At the moment, only RTVE-1 seems to work flawlessly. -2 seems geoblocked right now. -TDP doesn't seem to be available outside of Spain.
Conflicts: youtube_dl/extractor/generic.py
While it's not mandatory, extractors are highly encouraged to provide a thumbnail field.
These instructions are overly long as it is. Leave out the _TESTS example; most developers will not need it in their first IE.
This moves playlist tests where they belong, i.e. to the extractors themselves. Additionally, all our network interaction configuration for tests in test_download now applies to playlist tests as well.