http://gitunderground.i2p/archive/youtube-dl/commit/5975d7bb96095fae7c35e7cfcd819255a5b57087?style=unified&whitespace=ignore-all&show-outdated=
_INNERTUBE_CLIENTS , ( T ( dict . items ) , lambda _ , k_v : not k_v [ 1 ] . get ( ' REQUIRE_PO_TOKEN ' ) , 0 ) ) [ : 1 ] if ' web ' not in client_names : # webpage links won't download: ignore links and playability player_response = filter_dict ( player_response or { } , lambda k , _ : k not in ( ' streamingData ' , ' playabilityStatus ' ) ) if is_live and ' ios ' not in client_names : client_names . append ( ' ios ' ) @@ -2047,7 +2053,7 @@ class...