http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/filmon.py
P<id>\d+)' _TESTS = [{ 'url' : 'https://www.filmon.com/vod/view/24869-0-plan-9-from-outer-space' , 'info_dict' : { 'id' : '24869' , 'ext' : 'mp4' , 'title' : 'Plan 9 From Outer Space' , 'description' : 'Dead human, zombies and vampires' , }, }, { 'url' : 'https://www.filmon.com/vod/view/2825-1-popeye-series-1' , 'info_dict' : { 'id' : '2825' , 'title' : 'Popeye Series 1' , 'description' : 'The original series of Popeye.' , }, 'playlist_mincount' : 8 , }] def _real_extract ( self , url ):...