It means the extractor couldn't find it
Urls that contain a query produced filenames with wrong extensions
Add a compat_urlparse to utils.
1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
Use xml.etree.ElementTree instead of re when possible
Calling it was more complex then actually including the type in the video info
In some sites "class" contains more that BrightcoveExperience
Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video.
When an age restricted video is detected it simulates accessing the video from www.youtube.com/v/{video_id}
Do not declare variables for fields in the info dictionary.
Added an IE and test for dotsub.com videos. ( closes #1008 )