http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/adultswim.py
_TESTS = [{ 'url' : 'http://adultswim.com/videos/rick-and-morty/pilot' , 'info_dict' : { 'id' : 'rQxZvXQ4ROaSOqq-or2Mow' , 'ext' : 'mp4' , 'title' : 'Rick and Morty - Pilot' , 'description' : 'Rick moves in with his daughter \' s family and establishes himself as a bad influence on his grandson, Morty.' , 'timestamp' : 1543294800 , 'upload_date' : '20181127' , }, 'params' : { # m3u8 download 'skip_download' : True , }, 'expected_warnings' : [ 'Unable to download f4m manifest' ], }, { 'url'...