http://gitunderground.i2p/archive/youtube-dl/commit/f24bc9272e9b74efc4c4af87c862f5f78921d424
__getattr__ ( name ) raise AttributeError ( ' {0} has no attribute named {1} ' . format ( self , name ) ) @classmethod def regex_flags ( cls , expr ) : youtube_dl/utils.py +2 -1 Unescape Escape Copy filename View File @@ -47,6 +47,7 @@ from .compat import ( compat_collections_abc , compat_cookiejar , compat_ctypes_WINFUNCTYPE , compat_datetime_timedelta_total_seconds , compat_etree_fromstring , compat_expanduser , compat_html_entities , @@ -3102,7 +3103,7 @@ def unified_timestamp(date_str, day_first=True):...