http://gitunderground.i2p/archive/youtube-dl/commit/b2ba24bb026904f3503db71f65d2b1627f08edf1
_make_valid_url ( ) ) youtube_dl/extractor/common.py +38 -13 Unescape Escape Copy filename View File @@ -83,6 +83,7 @@ from ..utils import ( urljoin , url_basename , url_or_none , variadic , xpath_element , xpath_text , xpath_with_ns , @@ -371,9 +372,22 @@ class InfoExtractor(object): title, description etc. S ubclass es of this one should re- define t he _real_initialize() and _real_extract() methods and define a _VALID_URL regexp. Probably, they should also be added to...