http://gitunderground.i2p/archive/youtube-dl/commit/1d3751c3fe50b203d3e2bff71d866c8c500f8288
(BTS편) ' , ' description ' : ' md5:96e31607eba81ab441567b5e289f4716 ' , ' upload_date ' : ' 20211107 ' , ' uploader ' : ' YouTube Korea ' , ' location ' : ' 대한민국 ' , } , ' params ' : { ' default_search ' : ' ytsearch ' , ' skip_download ' : True , } , ' expected_warnings ' : [ ' uploader id ' ] , } , ] youtube_dl/utils.py +2 -2 Unescape Escape Copy filename View File @@ -2176,11 +2176,11 @@ def sanitize_url(url): for mistake , fixup in COMMON_TYPOS : if re . match ( mistake , url ) :...