Use urlparse from the standard library.
This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
_search_regex calls the sys.stderr.isatty() function for unix systems. Py2exe uses a custom Stderr() stream which doesn't have an `isatty()` function, leading to it's crash. Fixes easily with checking that it's a unix system first.
video seems to expire in 7 days, as arte+7
[GenericIE] Add support for embedded blip.tv
Incorrect variable is used to check whether thumbnail exists
Dear @phihag I believe in line 848, the correct variable to check is 'thumb_filename' rather than 'infofn' Kindly advise Mit freundlichen Gruessen Ali
Conflicts: youtube_dl/extractor/__init__.py
This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs.