http://gitunderground.i2p/archive/youtube-dl/commit/f7b30e3f73f56aa4765212cd04eb48743e03dfcd
_generic_title ( url ) or video_id , ' formats ' : formats } youtube_dl/extractor/xfileshare.py +190 -100 Unescape Escape Copy filename View File @@ -4,20 +4,28 @@ from __future__ import unicode_literals import re from . common import InfoExtractor from . . compat import compat_chr from . . compat import ( compat_chr , compat_zip as zip , ) from . . utils import ( clean_html , decode_packed_codes , determine_ext , ExtractorError , get_element_by_id , int_or_none , js_to_json , merge_dicts , T ,...