http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/aenetworks.py
-video' _TESTS = [{ 'url' : 'https://www.history.com/topics/valentines-day/history-of-valentines-day-video' , 'info_dict' : { 'id' : '40700995724' , 'ext' : 'mp4' , 'title' : "History of Valentine ’ s Day" , 'description' : 'md5:7b57ea4829b391995b405fa60bd7b5f7' , 'timestamp' : 1375819729 , 'upload_date' : '20130806' , 'uploader' : 'AENE-NEW' , }, 'params' : { # m3u8 download 'skip_download' : True , }, 'add_ie' : [ 'ThePlatform' ], }] def _real_extract (...